Changeset 2076 for trunk/src/libctests/glibc/time/tst-strptime.c
- Timestamp:
- Jun 26, 2005, 12:42:04 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/time/tst-strptime.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2075 r2076 47 47 { "en_US.ISO-8859-1", "2000-01-01 08:12:21 PM", "%Y-%m-%d %I:%M:%S %p", 48 48 6, 0, 0, 1 }, 49 #ifndef __EMX__ /* locale mismatch */ 49 50 { "ja_JP.EUC-JP", "2001 20 \xb7\xee", "%Y %U %a", 1, 140, 4, 21 }, 50 51 { "ja_JP.EUC-JP", "2001 21 \xb7\xee", "%Y %W %a", 1, 140, 4, 21 }, 52 #endif 51 53 }; 52 54 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.