* stdio-common/vfscanf.c: Fix parsing of decimal point after +-.
authorUlrich Drepper <drepper@redhat.com>
Sun, 24 Apr 2005 19:39:36 +0000 (19:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 24 Apr 2005 19:39:36 +0000 (19:39 +0000)
Patch by Hamed Malek <hamed@bamdad.org>.

ChangeLog

index 3c69190..ab23fb4 100644 (file)
--- 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,