about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-01-02 17:02:20 +0000
committerAndreas Jaeger <aj@suse.de>2001-01-02 17:02:20 +0000
commit1dc72e4ffeddaad3982c8ea7978aba99f63867a4 (patch)
treef4b6c9dd0999306c35276b24c4058d53db17ccd6 /ChangeLog
parent78db65139d02ef0b0f88b48fdbe5249dc347690e (diff)
downloadglibc-1dc72e4ffeddaad3982c8ea7978aba99f63867a4.tar.gz
glibc-1dc72e4ffeddaad3982c8ea7978aba99f63867a4.tar.xz
glibc-1dc72e4ffeddaad3982c8ea7978aba99f63867a4.zip
Update.
	* libio/wgenops.c (_IO_wdoallocbuf): Use correct wide access macro.
	(_IO_switch_to_wget_mode): Likewise.
	(_IO_sputbackwc): Likewise.
	(_IO_sungetwc): Use wint_t for result.

	* stdio-common/vfscanf.c (__vfscanf): Use WINT_T for done.

	* sysdeps/generic/strtol.c (strtol): Make cnt size_t for correct
	signedness.

	* sysdeps/generic/printf_fphex.c (putc): Cast _IO_putwc_unlocked
	to (int) to avoid warnings.
	* stdio-common/printf_fp.c (putc): Likewise.
	* stdio-common/printf_size.c (putc): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9675e057d3..94934a1630 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
 2001-01-02  Andreas Jaeger  <aj@suse.de>
 
+	* libio/wgenops.c (_IO_wdoallocbuf): Use correct wide access macro.
+	(_IO_switch_to_wget_mode): Likewise.
+	(_IO_sputbackwc): Likewise.
+	(_IO_sungetwc): Use wint_t for result.
+
+	* stdio-common/vfscanf.c (__vfscanf): Use WINT_T for done.
+
+	* sysdeps/generic/strtol.c (strtol): Make cnt size_t for correct
+	signedness.
+
+	* sysdeps/generic/printf_fphex.c (putc): Cast _IO_putwc_unlocked
+	to (int) to avoid warnings.
+	* stdio-common/printf_fp.c (putc): Likewise.
+	* stdio-common/printf_size.c (putc): Likewise.
+
 	* sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Make
 	constant unsigned.