1libBrokenLocale { 2 GLIBC_2.0 { 3 __ctype_get_mb_cur_max; 4 } 5} 6 7libc { 8 GLIBC_2.0 { 9 # global variables 10 _libc_intl_domainname; 11 12 # functions used in inline functions or macros 13 __ctype_get_mb_cur_max; 14 15 # l* 16 localeconv; 17 18 # n* 19 nl_langinfo; 20 21 # s* 22 setlocale; 23 } 24 GLIBC_2.1 { 25 # functions from the experimental locale implementation 26 __newlocale; __duplocale; __freelocale; 27 __isalnum_l; __isalpha_l; __isascii_l; __isblank_l; __iscntrl_l; 28 __isdigit_l; __isgraph_l; __islower_l; __isprint_l; __ispunct_l; 29 __isspace_l; __isupper_l; __iswalnum_l; __iswalpha_l; __iswblank_l; 30 __iswcntrl_l; __iswctype_l; __iswdigit_l; __iswgraph_l; __iswlower_l; 31 __iswprint_l; __iswpunct_l; __iswspace_l; __iswupper_l; __iswxdigit_l; 32 __isxdigit_l; __strcasecmp_l; __strcoll_l; __strfmon_l; __strncasecmp_l; 33 __strtod_l; __strtof_l; __strtol_l; __strtold_l; __strtoll_l; __strtoul_l; 34 __strtoull_l; __strxfrm_l; __toascii_l; __tolower_l; __toupper_l; 35 __towctrans_l; __towlower_l; __towupper_l; __wcscasecmp_l; __wcscoll_l; 36 __wcsncasecmp_l; __wcstod_l; __wcstof_l; __wcstol_l; __wcstold_l; 37 __wcstoll_l; __wcstoul_l; __wcstoull_l; __wcsxfrm_l; __wctype_l; 38 } 39 GLIBC_2.2 { 40 # The data structure changed. 41 localeconv; 42 43 # more functions from the experimental locale implementation 44 __wctrans_l; 45 46 # missing function from the experimental locale implementation 47 __nl_langinfo_l; 48 } 49 GLIBC_2.3 { 50 # the new "experimental" interface is now public 51 newlocale; duplocale; freelocale; uselocale; 52 53 # this name is used by libstdc++ as well as libpthread 54 __uselocale; 55 56 isalnum_l; isalpha_l; isascii_l; isblank_l; iscntrl_l; 57 isdigit_l; isgraph_l; islower_l; isprint_l; ispunct_l; 58 isspace_l; isupper_l; iswalnum_l; iswalpha_l; iswblank_l; 59 iswcntrl_l; iswctype_l; iswdigit_l; iswgraph_l; iswlower_l; 60 iswprint_l; iswpunct_l; iswspace_l; iswupper_l; iswxdigit_l; 61 isxdigit_l; strcasecmp_l; strcoll_l; strfmon_l; strncasecmp_l; 62 strtod_l; strtof_l; strtol_l; strtold_l; strtoul_l; 63 strxfrm_l; toascii_l; tolower_l; toupper_l; 64 towctrans_l; towlower_l; towupper_l; wcscasecmp_l; wcscoll_l; 65 wcsncasecmp_l; wcstod_l; wcstof_l; wcstol_l; wcstold_l; 66 wcstoll_l; wcstoul_l; wcstoull_l; wcsxfrm_l; wctype_l; 67 wctrans_l; nl_langinfo_l; 68 } 69 GLIBC_PRIVATE { 70 # global variables 71 __collate_element_hash; __collate_element_strings; 72 __collate_symbol_classes; __collate_symbol_hash; __collate_symbol_strings; 73 } 74} 75