From: Ulrich Drepper Date: Sun, 24 Apr 2005 19:39:36 +0000 (+0000) Subject: * stdio-common/vfscanf.c: Fix parsing of decimal point after +-. X-Git-Tag: cvs/fedora-glibc-20050427T1043~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64c0164816418e857adc9d2a530d5eeb323078e6;p=thirdparty%2Fglibc.git * stdio-common/vfscanf.c: Fix parsing of decimal point after +-. Patch by Hamed Malek . --- diff --git a/ChangeLog b/ChangeLog index 3c691905993..ab23fb40dea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-24 Ulrich Drepper + + * stdio-common/vfscanf.c: Fix parsing of decimal point after +-. + Patch by Hamed Malek . + 2005-04-21 Roland McGrath * elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE,