diff options
author | Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | 1998-06-08 09:50:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@gcc.gnu.org> | 1998-06-08 09:50:50 +0000 |
commit | 8bc3afab6f4a17c290029f726a3d3295c99b056b (patch) | |
tree | 8cfa0f0a550066ca4c48e8dbebbef70ed1c61035 | |
parent | 35038063e9e3d8432535c193c654e9f981a58f9f (diff) | |
download | gcc-8bc3afab6f4a17c290029f726a3d3295c99b056b.zip gcc-8bc3afab6f4a17c290029f726a3d3295c99b056b.tar.gz gcc-8bc3afab6f4a17c290029f726a3d3295c99b056b.tar.bz2 |
Update.
From-SVN: r20330
-rw-r--r-- | libio/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog index ecacdc6..7e1c2e7 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -1,3 +1,8 @@ +1998-06-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * genops.c (__underflow): Read character from read pointer as unsigned. + (__uflow): Likewise. + 1998-05-22 Ulrich Drepper <drepper@cygnus.com> * strops.c (_IO_str_underflow): Read newly available character |