diff options
author | Andreas Jaeger <aj@suse.de> | 2000-03-10 08:44:28 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-03-10 08:44:28 +0000 |
commit | d10c8b66011c0c9d87567d1c5e52ebd53bd2c5db (patch) | |
tree | 13e462fdddba9437086fe89ab50448a9e2c040b8 | |
parent | e8b1163ed03e17558e918116b2ab594a60161154 (diff) | |
download | glibc-d10c8b66011c0c9d87567d1c5e52ebd53bd2c5db.tar.gz glibc-d10c8b66011c0c9d87567d1c5e52ebd53bd2c5db.tar.xz glibc-d10c8b66011c0c9d87567d1c5e52ebd53bd2c5db.zip |
Update.
2000-03-09 Martin Buchholz <martin@xemacs.org> * sysdeps/unix/sysv/linux/alpha/syscall.S: * manual/message.texi (Using gettextized software): * manual/message.texi (Message Translation): Doc Fixes. * manual/filesys.texi (File Size): * manual/charset.texi (glibc iconv Implementation): * locale/programs/ld-collate.c (collate_output): * iconv/gconv_db.c (find_derivation): * manual/install.texi: * manual/search.texi (Hash Search Function): * manual/stdio.texi (Output Conversion Syntax): * FAQ.in: * config.h.in: * sysdeps/generic/dl-sysdep.c: Doc Fixes. `allows to' is not correct English. * elf/rtld.c: Doc fixes. * manual/creature.texi (Feature Test Macros): Doc fixes. * manual/memory.texi (Hooks for Malloc): Doc Fixes. * manual/filesys.texi (Working Directory): Check for ERANGE to avoid infloop.
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ef6d64cfff..c7f916a6fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2000-03-09 Martin Buchholz <martin@xemacs.org> + + * sysdeps/unix/sysv/linux/alpha/syscall.S: + * manual/message.texi (Using gettextized software): + * manual/message.texi (Message Translation): Doc Fixes. + * manual/filesys.texi (File Size): + * manual/charset.texi (glibc iconv Implementation): + * locale/programs/ld-collate.c (collate_output): + * iconv/gconv_db.c (find_derivation): + * manual/install.texi: + * manual/search.texi (Hash Search Function): + * manual/stdio.texi (Output Conversion Syntax): + * FAQ.in: + * config.h.in: + * sysdeps/generic/dl-sysdep.c: + Doc Fixes. `allows to' is not correct English. + + * elf/rtld.c: Doc fixes. + * manual/creature.texi (Feature Test Macros): Doc fixes. + * manual/memory.texi (Hooks for Malloc): Doc Fixes. + + * manual/filesys.texi (Working Directory): Check for ERANGE to + avoid infloop. + 2000-02-23 Roland McGrath <roland@baalperazim.frob.com> * string/argz-stringify.c (__argz_stringify): Fix loop termination |