about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-12-25 00:51:33 +0000
committerUlrich Drepper <drepper@redhat.com>2000-12-25 00:51:33 +0000
commit640a3be10f2bf3382d18c4c6a3cf18dbf23fd66f (patch)
treed0434d7cfc991c0eee67acc137f81477770f8f2d /ChangeLog
parent7ba73c63c0ce6fe3c453c1aea67c3fa7e4bdec48 (diff)
downloadglibc-640a3be10f2bf3382d18c4c6a3cf18dbf23fd66f.tar.gz
glibc-640a3be10f2bf3382d18c4c6a3cf18dbf23fd66f.tar.xz
glibc-640a3be10f2bf3382d18c4c6a3cf18dbf23fd66f.zip
Update.
2000-12-23  Ben Collins  <bcollins@debian.org>

	* manual/charset.texi (Extended Char Intro): Fix typo in ISO 6937
	description.

	* manual/stdio.texi (Dynamic Output): Document the return value of
	asprintf.  Also make the asprintf/snprintf examples a little
	better (check for some error returns).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32bc9d6dd2..02236d1039 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-12-23  Ben Collins  <bcollins@debian.org>
+
+	* manual/charset.texi (Extended Char Intro): Fix typo in ISO 6937
+	description.
+
+	* manual/stdio.texi (Dynamic Output): Document the return value of
+	asprintf.  Also make the asprintf/snprintf examples a little
+	better (check for some error returns).
+
 2000-12-22  Andreas Jaeger  <aj@suse.de>
 
 	* include/stdio.h: Add __ftrylockfile prototype.