aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-05-17 12:19:16 +0000
committerAndreas Jaeger <aj@suse.de>2000-05-17 12:19:16 +0000
commite656498ea979f746fa5e324c4cbd433a5a3de562 (patch)
tree58b7c6678d27915a200ecc02f04429d240b6ca56 /ChangeLog
parente25054c49c92587a07de4badfe4b7e01ceb99858 (diff)
downloadglibc-e656498ea979f746fa5e324c4cbd433a5a3de562.tar
glibc-e656498ea979f746fa5e324c4cbd433a5a3de562.tar.gz
glibc-e656498ea979f746fa5e324c4cbd433a5a3de562.tar.bz2
glibc-e656498ea979f746fa5e324c4cbd433a5a3de562.zip
Update.
2000-05-17 Andreas Jaeger <aj@suse.de> * string/envz.h: Add pure attributes if possible. * string/argz.h: argz_count is a pure function. * string/strings.h: Add pure and const attributes if possible.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cf6b1ec3a..6e0f62d292 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-05-17 Andreas Jaeger <aj@suse.de>
+
+ * string/envz.h: Add pure attributes if possible.
+
+ * string/argz.h: argz_count is a pure function.
+
+ * string/strings.h: Add pure and const attributes if possible.
+
2000-05-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/generic/dl-cache.h (_DL_CACHE_DEFAULT_ID): Only define if
@@ -12,14 +20,10 @@
since the description is wrong.
Closes PR libc/1691, reported by Geoff Clare <gwc@unisoft.com>.
-2000-05-17 Andreas Jaeger <aj@suse.de>
-
* scripts/config.sub: New version.
* scripts/config.guess: Likewise.
* manual/texinfo.tex: Likewise.
-2000-05-17 Andreas Jaeger <aj@suse.de>
-
* time/test_time.args: Removed.
* time/Makefile (test_time-ARGS): Added contents here instead.