Fri Dec 15 01:31:56 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu>
commit87cdc43e114ca31c91348622bf71aeeaa6c2ee75
authorRoland McGrath <roland@gnu.org>
Fri, 15 Dec 1995 03:29:46 +0000 (15 03:29 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 15 Dec 1995 03:29:46 +0000 (15 03:29 +0000)
tree8d7497c0bf1c51bb574b9be8200039106c74e4d6
parent25330124895a90286b450957f488cc797cdd8d01
Fri Dec 15 01:31:56 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>

* stdio-common/Makefile (tests): Add bug8 and bug9.
* stdio-common/bug8.c, stdio-common/bug9.c: New tests.

* stdio-common/vfscanf.c: Fix bug in dynamic buffer handling.

* stdlib/strtod.c: Correct spelling: nominator -> numerator.
Thanks to Jim Meyering.

Sat Nov 25 06:05:12 1995  H.J. Lu  <hjl@nynexst.com>

* stdio-common/vfscanf.c: Always check width !=0.
Correctly handle %%.
stdio-common/Makefile
stdio-common/bug8.c [new file with mode: 0644]
stdio-common/bug9.c [new file with mode: 0644]
stdio-common/vfscanf.c
stdlib/strtod.c