diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-29 08:32:13 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-29 08:32:13 +0000 |
commit | 1e332c6fe5855dda65d612c7491028025f997673 (patch) | |
tree | b8d0f62b3644c141fb840a6a3868a45f3bf57fbd /libio/ChangeLog | |
parent | 6ec8b7651d2bebca28bc5d8e86f034ebb5203e4e (diff) | |
download | gcc-1e332c6fe5855dda65d612c7491028025f997673.tar.gz |
* streambuf.h (ios::~ios): Use operator delete[] to remove _arrays.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26691 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/ChangeLog')
-rw-r--r-- | libio/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog index 5509fa329ef..15095d836d3 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -1,3 +1,7 @@ +1999-04-29 Nathan Sidwell <nathan@acm.org> + + * streambuf.h (ios::~ios): Use operator delete[] to remove _arrays. + Mon Apr 12 19:22:44 1999 Mumit Khan <khan@xraylith.wisc.edu> * filedoalloc.c (_POSIX_SOURCE): Remove definition. |