Changeset 2044 for trunk/src/libctests/glibc/string/tst-strxfrm.c
- Timestamp:
- Jun 17, 2005, 6:32:39 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/string/tst-strxfrm.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2043 r2044 16 16 size_t l; 17 17 char *buf; 18 #ifdef HAVE_NEWLOCALE 18 19 locale_t loc; 20 #endif 19 21 int result = 0; 20 22 … … 40 42 } 41 43 44 #ifdef HAVE_NEWLOCALE 42 45 loc = newlocale (1 << LC_ALL, locale, NULL); 43 46 … … 52 55 53 56 freelocale (loc); 57 #endif 54 58 55 59 free (buf); … … 65 69 66 70 result |= test ("C"); 71 #ifdef __BSD__ /* bsd is missing the aliases. loosers. */ 72 result |= test ("en_US.ISO8859-1"); 73 #else 67 74 result |= test ("en_US.ISO-8859-1"); 75 #endif 68 76 result |= test ("de_DE.UTF-8"); 69 77 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.