]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
iostream: Fix URL in comment.
authorJonathan Wakely <jwakely@redhat.com>
Thu, 8 May 2014 19:01:51 +0000 (20:01 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 8 May 2014 19:01:51 +0000 (20:01 +0100)
* include/std/iostream: Fix URL in comment.
* src/c++98/ios_init.cc: Fix path in comment.

From-SVN: r210232

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/iostream
libstdc++-v3/src/c++98/ios_init.cc

index 9ee95da828030da7a0dce604edfbdedb6eeb53eb..b0ef22d0fa9a3e5abfa1d25f90e523668cebe238 100644 (file)
@@ -14,6 +14,9 @@
        PR libstdc++/13860
        * include/std/fstream (basic_filebuf): Enforce requirements on traits.
 
+       * include/std/iostream: Fix URL in comment.
+       * src/c++98/ios_init.cc: Fix path in comment.
+
 2014-05-08  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * acinclude.m4 ([GLIBCXX_ENABLE_C99]): Avoid -Wwrite-strings warning.
index 85d2b959ffe59a9e72a7f188f99246eb89c97238..5c1086909a4fab3603c8610afd041c10ef6451f0 100644 (file)
@@ -48,13 +48,13 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
    *
    *  The &lt;iostream&gt; header declares the eight <em>standard stream
    *  objects</em>.  For other declarations, see
-   *  http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt11ch24.html
+   *  http://gcc.gnu.org/onlinedocs/libstdc++/manual/io.html
    *  and the @link iosfwd I/O forward declarations @endlink
    *
    *  They are required by default to cooperate with the global C
    *  library's @c FILE streams, and to be available during program
-   *  startup and termination. For more information, see the HOWTO
-   *  linked to above.
+   *  startup and termination. For more information, see the section of the
+   *  manual linked to above.
   */
   //@{
   extern istream cin;          /// Linked to standard input
index d8d2a0d256a5dd1d9aeaee533b7607685f9ede9a..b5c14f29b2a0987a01af27216b7e0fdfc1c74cfa 100644 (file)
@@ -37,7 +37,7 @@ namespace __gnu_internal _GLIBCXX_VISIBILITY(hidden)
 {
   using namespace __gnu_cxx;
 
-  // Extern declarations for global objects in src/globals.cc.
+  // Extern declarations for global objects in src/c++98/globals.cc.
   extern stdio_sync_filebuf<char> buf_cout_sync;
   extern stdio_sync_filebuf<char> buf_cin_sync;
   extern stdio_sync_filebuf<char> buf_cerr_sync;