]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2003-06-30 Paolo Carlini <pcarlini@unitus.it>
authorPaolo Carlini <paolo@gcc.gnu.org>
Mon, 30 Jun 2003 17:46:26 +0000 (17:46 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 30 Jun 2003 17:46:26 +0000 (17:46 +0000)
Tweak a couple of recent Changelog entries.

From-SVN: r68716

libstdc++-v3/ChangeLog

index 04a5a5b0337d92bdb39a987dba22605988369a9e..f2bdb355cda8f53af775577de6737eed3ae5ea37 100644 (file)
@@ -14,8 +14,8 @@
 
 2003-06-30  Paolo Carlini  <pcarlini@unitus.it>
 
-       * include/std/std_streambuf.h (_M_mode): Move from here to
-       filebuf and stringbuf.
+       * include/std/std_streambuf.h (_M_mode): Unused by streambuf, move
+       from here to filebuf and stringbuf.
        (~basic_streambuf()): Don't set _M_mode.
        (basic_streambuf()): Don't set _M_mode.
        * include/std/std_fstream.h (_M_mode): Move here, from streambuf.
@@ -45,8 +45,8 @@
 
 2003-06-29  Paolo Carlini  <pcarlini@unitus.it>
 
-       * include/bits/stl_algo.h (LOTS): Fully qualify standard
-       functions with std::, thus avoiding Koenig lookup.
+       * include/bits/stl_algo.h: Fully qualify standard functions
+       with std::, thus avoiding Koenig lookup.
 
 2003-06-29  Paolo Carlini  <pcarlini@unitus.it>