summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-04-24 19:39:36 +0000
committerUlrich Drepper <drepper@redhat.com>2005-04-24 19:39:36 +0000
commit64c0164816418e857adc9d2a530d5eeb323078e6 (patch)
treee0c3ed44e043647cd477dfffe66debcb8b8d06b4 /ChangeLog
parent918b198d6ea3db4ccaa76b96d029490d0e99e5a0 (diff)
* stdio-common/vfscanf.c: Fix parsing of decimal point after +-.
Patch by Hamed Malek <hamed@bamdad.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c69190599..ab23fb40de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-24 Ulrich Drepper <drepper@redhat.com>
+
+ * stdio-common/vfscanf.c: Fix parsing of decimal point after +-.
+ Patch by Hamed Malek <hamed@bamdad.org>.
+
2005-04-21 Roland McGrath <roland@redhat.com>
* elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE,