about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-10-11 22:28:15 +0000
committerUlrich Drepper <drepper@redhat.com>2004-10-11 22:28:15 +0000
commitf448d449c7713a4b1aadf21e06aa588e329210d0 (patch)
tree2d2d9463a5d73f658274c6c5c6075d41836b9fe5 /ChangeLog
parent4e1c4a1670ded7695d0054822669ff7bec7b95cb (diff)
downloadglibc-f448d449c7713a4b1aadf21e06aa588e329210d0.tar.gz
glibc-f448d449c7713a4b1aadf21e06aa588e329210d0.tar.xz
glibc-f448d449c7713a4b1aadf21e06aa588e329210d0.zip
Update.
	* stdio-common/vfscanf.c: Add support for reading localized
	digits.  Patch mainly by Hamed Malek <hamed@bamdad.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f023b2b6e0..d595214af1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-10-11  Ulrich Drepper  <drepper@redhat.com>
 
+	* stdio-common/vfscanf.c: Add support for reading localized
+	digits.  Patch mainly by Hamed Malek <hamed@bamdad.org>.
+
 	* resolv/res_init.c (res_thread_freeres): Reset _res.options.
 	[BZ #434]