diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-03 17:10:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-03 17:10:35 +0000 |
commit | 2e4581e4fba917f1779cd0a010a45698586c190a (patch) | |
tree | eae590620510f87f2ca7063afee31a5ec38df30c /ChangeLog | |
parent | 5afe6c0236d8be57bc9bf1cba7fb5ab5e832a75e (diff) | |
download | glibc-2e4581e4fba917f1779cd0a010a45698586c190a.tar.gz glibc-2e4581e4fba917f1779cd0a010a45698586c190a.tar.xz glibc-2e4581e4fba917f1779cd0a010a45698586c190a.zip |
Update.
2000-09-03 Ulrich Drepper <drepper@redhat.com> * time/sys/time.h (gettimeofday): Move restrict for tz parameter to the typedefs of __timezone_ptr_t. Reported by MATSUMURA Hiromitsu <coji2@mb.infoweb.ne.jp>. 2000-09-02 Jakub Jelinek <jakub@redhat.com> * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Increment counter in the loop. 2000-09-01 H.J. Lu <hjl@gnu.org> * Makeconfig (built-program-cmd): Don't use the dynamic linker to run a binary if it is in $(tests-static). * Rules (binaries-static): Add $(tests-static).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5033b24f73..3edfbc9410 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2000-09-03 Ulrich Drepper <drepper@redhat.com> + + * time/sys/time.h (gettimeofday): Move restrict for tz parameter + to the typedefs of __timezone_ptr_t. + Reported by MATSUMURA Hiromitsu <coji2@mb.infoweb.ne.jp>. + +2000-09-02 Jakub Jelinek <jakub@redhat.com> + + * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Increment counter in + the loop. + +2000-09-01 H.J. Lu <hjl@gnu.org> + + * Makeconfig (built-program-cmd): Don't use the dynamic linker + to run a binary if it is in $(tests-static). + + * Rules (binaries-static): Add $(tests-static). + 2000-09-02 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Fixes for fcntl64. |