* sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
[glibc.git] / locale / Versions
blob094a392fac83670bc20e9376760457f607c3316f
1 libBrokenLocale {
2   GLIBC_2.0 {
3     __ctype_get_mb_cur_max;
4   }
7 libc {
8   GLIBC_2.0 {
9     # global variables
10     _libc_intl_domainname;
12     # functions used in inline functions or macros
13     __ctype_get_mb_cur_max;
15     # l*
16     localeconv;
18     # n*
19     nl_langinfo;
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;
43     # more functions from the experimental locale implementation
44     __wctrans_l;
46     # missing function from the experimental locale implementation
47     __nl_langinfo_l;
48   }
49   GLIBC_PRIVATE {
50     # global variables
51     __collate_element_hash; __collate_element_strings;
52     __collate_symbol_classes; __collate_symbol_hash; __collate_symbol_strings;
53   }