diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-07 18:55:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-07 18:55:12 +0000 |
commit | 48ddeb0b4c82cd33bea3e77e254e36cac52338ed (patch) | |
tree | 1e9efc2293afbcccb80a4a6b4b5897940e2cf8dc /ChangeLog | |
parent | f2ef916340957d7bf9fafbe1cfefc8c6361a3af8 (diff) | |
download | glibc-48ddeb0b4c82cd33bea3e77e254e36cac52338ed.tar.gz glibc-48ddeb0b4c82cd33bea3e77e254e36cac52338ed.tar.xz glibc-48ddeb0b4c82cd33bea3e77e254e36cac52338ed.zip |
Update.
Andreas Schwab <schwab@suse.de> Bruno Haible <haible@clisp.cons.org> * locale/programs/3level.h (EMPTY): New macro. (*_get, *_add, *_iterate, *_finalize): Use it instead of ~(uint32_t) 0. 2001-08-08 GOTO Masanori <gotom@debian.or.jp> * locale/iso-3166.def: Updates from latest official list. 2001-08-07 Andreas Jaeger <aj@suse.de> * iconv/gconv_charset.h (upstr): Add unused attribute to avoid warning. * libio/iopopen.c (_IO_new_proc_open): Fix typos, it's _IO_MTSAFE_IO.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index 18eead38a6..008531d40f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,21 @@ 2001-08-07 Andreas Jaeger <aj@suse.de> + Andreas Schwab <schwab@suse.de> + Bruno Haible <haible@clisp.cons.org> + + * locale/programs/3level.h (EMPTY): New macro. + (*_get, *_add, *_iterate, *_finalize): Use it instead of ~(uint32_t) 0. + +2001-08-08 GOTO Masanori <gotom@debian.or.jp> + + * locale/iso-3166.def: Updates from latest official list. + +2001-08-07 Andreas Jaeger <aj@suse.de> * stdlib/tst-strtod.c: Disable HUGE_VAL tests for older GCCs. - * iconv/gconv_charset.h (upstr): Add unused attribute to avoid - warning. + * iconv/gconv_charset.h (upstr): Add unused attribute to avoid warning. - * libio/iopopen.c (_IO_new_proc_open): Fix typos, it's - _IO_MTSAFE_IO. + * libio/iopopen.c (_IO_new_proc_open): Fix typos, it's _IO_MTSAFE_IO. (_IO_new_proc_close): Likewise. * libio/oldiopopen.c (_IO_old_proc_open): Likewise. (_IO_old_proc_close): Likewise. |