]> sourceware.org Git - glibc.git/blob - locale/Versions
Update.
[glibc.git] / locale / Versions
1 libBrokenLocale {
2 GLIBC_2.0 {
3 __ctype_get_mb_cur_max;
4 }
5 }
6
7 libc {
8 GLIBC_2.0 {
9 # global variables
10 __collate_element_hash; __collate_element_strings;
11 __collate_symbol_classes; __collate_symbol_hash; __collate_symbol_strings;
12 _libc_intl_domainname; _nl_current_LC_COLLATE; _nl_current_LC_CTYPE;
13
14 # functions used in inline functions or macros
15 __ctype_get_mb_cur_max;
16
17 # l*
18 localeconv;
19
20 # n*
21 nl_langinfo;
22
23 # s*
24 setlocale;
25 }
26 GLIBC_2.1 {
27 # functions from the experimental locale implementation
28 __newlocale; __duplocale; __freelocale;
29 __isalnum_l; __isalpha_l; __isascii_l; __isblank_l; __iscntrl_l;
30 __isdigit_l; __isgraph_l; __islower_l; __isprint_l; __ispunct_l;
31 __isspace_l; __isupper_l; __iswalnum_l; __iswalpha_l; __iswblank_l;
32 __iswcntrl_l; __iswctype_l; __iswdigit_l; __iswgraph_l; __iswlower_l;
33 __iswprint_l; __iswpunct_l; __iswspace_l; __iswupper_l; __iswxdigit_l;
34 __isxdigit_l; __strcasecmp_l; __strcoll_l; __strfmon_l; __strncasecmp_l;
35 __strtod_l; __strtof_l; __strtol_l; __strtold_l; __strtoll_l; __strtoul_l;
36 __strtoull_l; __strxfrm_l; __toascii_l; __tolower_l; __toupper_l;
37 __towctrans_l; __towlower_l; __towupper_l; __wcscasecmp_l; __wcscoll_l;
38 __wcsncasecmp_l; __wcstod_l; __wcstof_l; __wcstol_l; __wcstold_l;
39 __wcstoll_l; __wcstoul_l; __wcstoull_l; __wcsxfrm_l; __wctype_l;
40 }
41 GLIBC_2.2 {
42 # The data structure changed.
43 localeconv;
44
45 # more functions from the experimental locale implementation
46 __wctrans_l;
47
48 # missing function from the experimental locale implementation
49 __nl_langinfo_l;
50 }
51 }
This page took 0.037384 seconds and 5 git commands to generate.