diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-13 17:15:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-13 17:15:27 +0000 |
commit | 847a35a07b6412a24f8978cf2a7fafc4e5c4a471 (patch) | |
tree | ac048fe0118dbfe866c01038331f2114fa89b1d4 /ChangeLog | |
parent | 936365c1da8bb783a29c4f94c30b8099d8bdd4f7 (diff) | |
download | glibc-847a35a07b6412a24f8978cf2a7fafc4e5c4a471.tar.gz glibc-847a35a07b6412a24f8978cf2a7fafc4e5c4a471.tar.xz glibc-847a35a07b6412a24f8978cf2a7fafc4e5c4a471.zip |
Update.
* string/string.h: Don't use the optimized versions for the string functions if optimizing for space.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 73b3bf146e..0aee3ac595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1998-05-13 Ulrich Drepper <drepper@cygnus.com> + * string/string.h: Don't use the optimized versions for the string + functions if optimizing for space. + * stdlib/tst-strtod.c: Add test for -0.0. * io/ftwtest-sh: Prevent tests from being run by root. |