about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-26 17:01:32 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-26 17:01:32 +0000
commitff5c72ff503219759745f764e6482acc4175241e (patch)
treeee3c5d74a1d9ab2327a0289ab576fddd14765cb2 /ChangeLog
parenteea35053ac65bbe7686dd5e2f3d1afe938311ff9 (diff)
downloadglibc-ff5c72ff503219759745f764e6482acc4175241e.tar.gz
glibc-ff5c72ff503219759745f764e6482acc4175241e.tar.xz
glibc-ff5c72ff503219759745f764e6482acc4175241e.zip
Update.
	* stdlib/wcstombs.c: Do not use global state.
	Reported by Bruno Haible <haible@ilog.fr>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5776a3742d..2190b5fdc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-07-26  Ulrich Drepper  <drepper@cygnus.com>
 
+	* stdlib/wcstombs.c: Do not use global state.
+	Reported by Bruno Haible <haible@ilog.fr>.
+
 	* wcsmbs/wctob.c: Avoid sign extension when returning character.
 	Reported by Bruno Haible <haible@ilog.fr>.