summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-30 20:06:01 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-30 20:06:01 +0000
commit44f8759bc562f6523c3c066dd5180ee79f66dfcd (patch)
treea2036fd6f8c4dfb276c7940b4671bfff2cb13e8f /ChangeLog
parente668889af26990931a9103918a395ef2033fb846 (diff)
Update.
2000-08-29 Bruno Haible <haible@clisp.cons.org> * stdio-common/vfscanf.c (_IO_vfscanf): Back out last ungetc change. When comparing a char with an int, always cast the char to 'unsigned char'. New macro ungetc_not_eof, to avoid warnings when compiling with -funsigned-char. Use UCHAR_MAX+1 instead of UCHAR_MAX.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee9efd6511..139ccb8c2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-08-29 Bruno Haible <haible@clisp.cons.org>
+
+ * stdio-common/vfscanf.c (_IO_vfscanf): Back out last ungetc change.
+ When comparing a char with an int, always cast the char to
+ 'unsigned char'. New macro ungetc_not_eof, to avoid warnings when
+ compiling with -funsigned-char. Use UCHAR_MAX+1 instead of UCHAR_MAX.
+
2000-08-30 Ulrich Drepper <drepper@redhat.com>
* time/strftime.c (my_strftime): Add compatibility code for use