diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-30 20:06:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-30 20:06:01 +0000 |
commit | 44f8759bc562f6523c3c066dd5180ee79f66dfcd (patch) | |
tree | a2036fd6f8c4dfb276c7940b4671bfff2cb13e8f /ChangeLog | |
parent | e668889af26990931a9103918a395ef2033fb846 (diff) | |
download | glibc-44f8759bc562f6523c3c066dd5180ee79f66dfcd.zip glibc-44f8759bc562f6523c3c066dd5180ee79f66dfcd.tar.gz glibc-44f8759bc562f6523c3c066dd5180ee79f66dfcd.tar.bz2 |
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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |