diff options
author | Andreas Jaeger <aj@suse.de> | 2000-05-17 12:19:16 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-05-17 12:19:16 +0000 |
commit | e656498ea979f746fa5e324c4cbd433a5a3de562 (patch) | |
tree | 58b7c6678d27915a200ecc02f04429d240b6ca56 /ChangeLog | |
parent | e25054c49c92587a07de4badfe4b7e01ceb99858 (diff) | |
download | glibc-e656498ea979f746fa5e324c4cbd433a5a3de562.zip glibc-e656498ea979f746fa5e324c4cbd433a5a3de562.tar.gz glibc-e656498ea979f746fa5e324c4cbd433a5a3de562.tar.bz2 |
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-- | ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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. |