aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-03-10 08:44:28 +0000
committerAndreas Jaeger <aj@suse.de>2000-03-10 08:44:28 +0000
commitd10c8b66011c0c9d87567d1c5e52ebd53bd2c5db (patch)
tree13e462fdddba9437086fe89ab50448a9e2c040b8 /ChangeLog
parente8b1163ed03e17558e918116b2ab594a60161154 (diff)
downloadglibc-d10c8b66011c0c9d87567d1c5e52ebd53bd2c5db.zip
glibc-d10c8b66011c0c9d87567d1c5e52ebd53bd2c5db.tar.gz
glibc-d10c8b66011c0c9d87567d1c5e52ebd53bd2c5db.tar.bz2
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef6d64c..c7f916a 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