aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-13 17:15:27 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-13 17:15:27 +0000
commit847a35a07b6412a24f8978cf2a7fafc4e5c4a471 (patch)
treeac048fe0118dbfe866c01038331f2114fa89b1d4 /ChangeLog
parent936365c1da8bb783a29c4f94c30b8099d8bdd4f7 (diff)
downloadglibc-847a35a07b6412a24f8978cf2a7fafc4e5c4a471.tar
glibc-847a35a07b6412a24f8978cf2a7fafc4e5c4a471.tar.gz
glibc-847a35a07b6412a24f8978cf2a7fafc4e5c4a471.tar.bz2
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--ChangeLog3
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.