projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a374502
)
2002-10-09 Paolo Carlini <pcarlini@unitus.it>
author
Paolo Carlini
<paolo@gcc.gnu.org>
Wed, 9 Oct 2002 11:59:59 +0000
(11:59 +0000)
committer
Paolo Carlini
<paolo@gcc.gnu.org>
Wed, 9 Oct 2002 11:59:59 +0000
(11:59 +0000)
Fix trivial typo in the last ChangeLog entry.
From-SVN: r57983
libstdc++-v3/ChangeLog
patch
|
blob
|
history
diff --git
a/libstdc++-v3/ChangeLog
b/libstdc++-v3/ChangeLog
index 56a6eff5d37367aa20974b955bf8724fa6b8949a..62ee709966bb502b572bd8385ff7e24ac11e2ba6 100644
(file)
--- a/
libstdc++-v3/ChangeLog
+++ b/
libstdc++-v3/ChangeLog
@@
-1,6
+1,6
@@
2002-10-08 Jonathan Lennox <lennox@cs.columbia.edu>
- PR libstdc++/8071, libstdc++/8127, c++/6745
+ PR libstdc++/8071, libstdc++/8127,
libstd
c++/6745
* streambuf.tcc (__copy_streambufs): Handle cases where
__sbin->in_avail() returns 0, or where __sbin doesn't set gptr().
* testsuite/27_io/ostream_inserter_other.cc (test05): Add.