about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-28 19:37:40 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-28 19:37:40 +0000
commit9f097308c7465443765d1e25699a4cf33eff5455 (patch)
treef78dbcef1a0e630554b6d9e299c9767740d86485 /ChangeLog
parent97a0d44d89e7724e104f3de8450112712767ec90 (diff)
downloadglibc-9f097308c7465443765d1e25699a4cf33eff5455.tar.gz
glibc-9f097308c7465443765d1e25699a4cf33eff5455.tar.xz
glibc-9f097308c7465443765d1e25699a4cf33eff5455.zip
Update.
1999-07-28  Ulrich Drepper  <drepper@cygnus.com>

	* stdlib/mblen.c: Use static state.
	Reported by Bruno Haible <haible@ilog.fr>.

	* stdlib/mbtowc.c: Reset state for s == NULL.
	* stdlib/wctomb.c: Likewise.
	Reported by Bruno Haible <haible@ilog.fr>.

	* stdlib/mbstowcs.c: Do not use global state.
	Reported by Bruno Haible <haible@ilog.fr>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c18c837a81..5c6a58b603 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+1999-07-28  Ulrich Drepper  <drepper@cygnus.com>
+
+	* stdlib/mblen.c: Use static state.
+	Reported by Bruno Haible <haible@ilog.fr>.
+
+	* stdlib/mbtowc.c: Reset state for s == NULL.
+	* stdlib/wctomb.c: Likewise.
+	Reported by Bruno Haible <haible@ilog.fr>.
+
+	* stdlib/mbstowcs.c: Do not use global state.
+	Reported by Bruno Haible <haible@ilog.fr>.
+
 1999-07-28  Andeas Schwab  <schwab@suse.de>
 
 	* iconvdata/Makefile: Don't try to run iconv tests when cross