about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-07 18:55:12 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-07 18:55:12 +0000
commit48ddeb0b4c82cd33bea3e77e254e36cac52338ed (patch)
tree1e9efc2293afbcccb80a4a6b4b5897940e2cf8dc /ChangeLog
parentf2ef916340957d7bf9fafbe1cfefc8c6361a3af8 (diff)
downloadglibc-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--ChangeLog17
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.