diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-02-11 11:59:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-02-11 11:59:55 +0000 |
commit | 1eb687d0b865ea0d97bb774b23a764f1c4369475 (patch) | |
tree | 87aaeeb9bcc74de26af7fda8762c2ff717414f73 /ChangeLog | |
parent | 3ec27a876c591a89998aeb89e7ccd1db45b7fb39 (diff) | |
download | glibc-1eb687d0b865ea0d97bb774b23a764f1c4369475.tar glibc-1eb687d0b865ea0d97bb774b23a764f1c4369475.tar.gz glibc-1eb687d0b865ea0d97bb774b23a764f1c4369475.tar.bz2 glibc-1eb687d0b865ea0d97bb774b23a764f1c4369475.zip |
Update.
1998-02-11 19:16 Richard Henderson <rth@cygnus.com>
* stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
* isomac.c: Move to...
* stdlib/isomac.c: ...here.
* Makefile: Move rules for handling isomac...
* stdlib/Makefile: ...to here.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,9 +1,18 @@ +1998-02-11 19:16 Richard Henderson <rth@cygnus.com> + + * stdlib/strtod.c (STRTOF): Don't call lshift with zero count. + 1998-02-11 16:56 Ulrich Drepper <drepper@happy.cygnus.com> * misc/tst-efgcvt.c: Add yet more tests. * misc/efgcvt_r.c: And correct for these tests again. Reported by HJ Lu. + * isomac.c: Move to... + * stdlib/isomac.c: ...here. + * Makefile: Move rules for handling isomac... + * stdlib/Makefile: ...to here. + 1998-02-10 23:57 Ulrich Drepper <drepper@happy.cygnus.com> * misc/tst-efgcvt.c: Add more tests. |