mirror of git://sourceware.org/git/glibc.git
Update.
* version.h (VERSION): Bump to 2.2.92. * time/Makefile (tst-ftime_l-ENV): New variable.
This commit is contained in:
parent
c91bace45b
commit
69f8b5e823
|
|
@ -1,5 +1,9 @@
|
||||||
2002-08-29 Ulrich Drepper <drepper@redhat.com>
|
2002-08-29 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* version.h (VERSION): Bump to 2.2.92.
|
||||||
|
|
||||||
|
* time/Makefile (tst-ftime_l-ENV): New variable.
|
||||||
|
|
||||||
* iconvdata/ibm870.c: All bytes are now used, no holes anymore.
|
* iconvdata/ibm870.c: All bytes are now used, no holes anymore.
|
||||||
|
|
||||||
* localedata/charmaps/IBM870: Add correct mapping for <U017E>,
|
* localedata/charmaps/IBM870: Add correct mapping for <U017E>,
|
||||||
|
|
|
||||||
|
|
@ -52,3 +52,4 @@ tst-getdate-ENV= DATEMSK=datemsk TZDIR=${common-objpfx}timezone/testdata
|
||||||
test_time-ARGS= EST5EDT CST
|
test_time-ARGS= EST5EDT CST
|
||||||
|
|
||||||
tst-strptime-ENV = LOCPATH=${common-objpfx}localedata
|
tst-strptime-ENV = LOCPATH=${common-objpfx}localedata
|
||||||
|
tst-ftime_l-ENV = LOCPATH=${common-objpfx}localedata
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue