diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-23 17:11:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-23 17:11:35 +0000 |
commit | fd6650707a8af0acb4c4b5da55e217f95b9f595c (patch) | |
tree | 9a3430a6979353f92fc3c25861492937439f330a /linuxthreads | |
parent | 26b2a85a045cdb3adffc10f4184a825d1b2222e3 (diff) | |
download | glibc-fd6650707a8af0acb4c4b5da55e217f95b9f595c.tar glibc-fd6650707a8af0acb4c4b5da55e217f95b9f595c.tar.gz glibc-fd6650707a8af0acb4c4b5da55e217f95b9f595c.tar.bz2 glibc-fd6650707a8af0acb4c4b5da55e217f95b9f595c.zip |
Update.
2000-10-22 Bruno Haible <haible@clisp.cons.org>
* iconvdata/big5hkscs.c (big5hkscs_to_ucs): Add irreversible mappings
for 0x8BF8, 0xA27E..0xA2A7.
* iconvdata/BIG5HKSCS.irreversible: New file.
2000-10-23 Jakub Jelinek <jakub@redhat.com>
* timezone/zdump.c (main): setlocale LC_CTYPE as well as LC_MESSAGES.
* timezone/zic.c (main): Likewise.
2000-10-23 Thorsten Kukuk <kukuk@suse.de>
* nscd/connections.c (invalidate_cache): Don't invalidate a cache
if it is not enabled.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 9d34e33017..2dae2d9461 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2000-10-23 Andreas Schwab <schwab@suse.de> + + * Examples/ex14.c (TIMEOUT): Override default timeout. + 2000-10-16 Ulrich Drepper <drepper@redhat.com> * specific.c: Protect tsd array modification in thread data |