about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-25 05:12:05 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-25 05:12:05 +0000
commit655de5fdf21929f7f11d2307b13aeb66a1b47181 (patch)
tree8deedccf086bd131de3bbc17f663dd8c9eac0a16 /ChangeLog
parentd90e1b429546fc546e624769b213a0620de36951 (diff)
downloadglibc-655de5fdf21929f7f11d2307b13aeb66a1b47181.tar.gz
glibc-655de5fdf21929f7f11d2307b13aeb66a1b47181.tar.xz
glibc-655de5fdf21929f7f11d2307b13aeb66a1b47181.zip
Update.
2000-09-24  Ulrich Drepper  <drepper@redhat.com>

	* libio/genops.c (_IO_doallocbuf): Don't use single byte buffer if
	stream is in wide mode.

	* stdio-common/vfprintf.c (buffered_vfprintf): Orient stream.

2000-09-21  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/iso-2022-cn-ext.c (EMIT_SHIFT_TO_INIT): Shift __count
	by 3, not 2.
	(INIT_PARAMS, UPDATE_PARAMS): Likewise.

	handling.
	* stdio/tst-printf.sh: Adjust expected results.
	Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0955752fae..e3c06c38b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2000-09-24  Ulrich Drepper  <drepper@redhat.com>
+
+	* libio/genops.c (_IO_doallocbuf): Don't use single byte buffer if
+	stream is in wide mode.
+
+	* stdio-common/vfprintf.c (buffered_vfprintf): Orient stream.
+
+2000-09-21  Bruno Haible  <haible@clisp.cons.org>
+
+	* iconvdata/iso-2022-cn-ext.c (EMIT_SHIFT_TO_INIT): Shift __count
+	by 3, not 2.
+	(INIT_PARAMS, UPDATE_PARAMS): Likewise.
+
 2000-09-21  Bruno Haible  <haible@clisp.cons.org>
 
 	* stdio-common/vfscanf.c (__vfscanf, _IO_vfscanf): Fix bugs in
@@ -8,7 +21,9 @@
 	* stdio-common/vfprintf.c (process_arg): Handle %hhn.
 	Add missing case in va_arg handling for numbers.
 	* stdio-common/tst-printf.c (main): Add tests for %hhu and %hhn
-	handling.  Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
+	handling.
+	* stdio/tst-printf.sh: Adjust expected results.
+	Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
 
 2000-09-20  Bruno Haible  <haible@clisp.cons.org>