diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-10 12:04:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-10 12:04:08 +0000 |
commit | db0b91a9060ff7a2b00c42fafbd00ca3c50360a6 (patch) | |
tree | fa483e4daff02adde71175e3464eedb2c688fa90 /ChangeLog | |
parent | c063ba610a6058cacddf2e3d156f478c7b969f87 (diff) | |
download | glibc-db0b91a9060ff7a2b00c42fafbd00ca3c50360a6.zip glibc-db0b91a9060ff7a2b00c42fafbd00ca3c50360a6.tar.gz glibc-db0b91a9060ff7a2b00c42fafbd00ca3c50360a6.tar.bz2 |
Update.
1998-03-10 Ulrich Drepper <drepper@cygnus.com>
* elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
symbol in debug message.
(_dl_lookup_versioned_symbol_skip): Likewise.
* sysdeps/unix/readdir_r.c: Zero out *result on EOF.
* manual/filesys/texi: Document this.
0600. Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,8 +1,14 @@ +1998-03-10 Ulrich Drepper <drepper@cygnus.com> + + * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version + symbol in debug message. + (_dl_lookup_versioned_symbol_skip): Likewise. + 1998-03-10 19:43 Matthias Urlichs <urlichs@noris.de> - * sysdeps/unix/readdir_r.c: zero out *result on EOF. + * sysdeps/unix/readdir_r.c: Zero out *result on EOF. * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise. - * manual/filesys/texi: document this. + * manual/filesys/texi: Document this. 1998-03-10 10:49 Ulrich Drepper <drepper@cygnus.com> @@ -11,7 +17,7 @@ 1998-03-10 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode - 0600. Reported by Greg Alexander <galexand@sietch.bloomington.in.us>. + 0600. Reported by Greg Alexander <galexand@sietch.bloomington.in.us>. 1998-03-10 00:10 Ulrich Drepper <drepper@cygnus.com> |