diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-07 06:02:05 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-07 06:02:05 +0000 |
commit | 10c499f8f88cf74c1516dae4da22201f3f342165 (patch) | |
tree | 5df4b9dddad86b6545449ec8cde791905904c826 /libio/ChangeLog | |
parent | ce531cb7ec3516f1ec29a27b789224cdde701878 (diff) | |
download | gcc-10c499f8f88cf74c1516dae4da22201f3f342165.tar.gz |
* iostream.cc: Add missing calls to isfx and setup a cleanup
region for the locked stream.
* iostream.h: Likewise.
* isgetline.cc: Likewise.
* isgetsb.cc: Likewise.
* isscan.cc: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28573 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/ChangeLog')
-rw-r--r-- | libio/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog index a2cac6b89d9..36150ed49ea 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -1,3 +1,12 @@ +1999-08-07 Andreas Schwab <schwab@suse.de> + + * iostream.cc: Add missing calls to isfx and setup a cleanup + region for the locked stream. + * iostream.h: Likewise. + * isgetline.cc: Likewise. + * isgetsb.cc: Likewise. + * isscan.cc: Likewise. + Mon Jun 28 09:25:23 1999 Hans-Peter Nilsson <hp@bitrange.com> * configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..". |