This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

More EGCS removal from libstdc++-v3


This patch gets rid of some non-historical EGCS references in comments
in libstdc++-v3.  OK to commit?

2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>

	* acinclude.m4: Update URL on egcs.cygnus.com to point to
	gcc.gnu.org.
	* aclocal.m4, configure: Regenerate.
	* src/gen-num-limits.cc, include/bits/c++config,
	include/bits/stl_config.h: Remove EGCS references.

Index: acinclude.m4
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/acinclude.m4,v
retrieving revision 1.75
diff -u -r1.75 acinclude.m4
--- acinclude.m4	2000/10/29 22:32:27	1.75
+++ acinclude.m4	2000/10/30 12:21:47
@@ -1128,7 +1128,7 @@
       // Check for buggy __complex__ that causes ICE in most versions of egcs
       // and gcc-2.95.x on certain platforms (eg., x86-win32).
       //
-      // See http://egcs.cygnus.com/ml/gcc-bugs/1999-07/msg00845.html for
+      // See http://gcc.gnu.org/ml/gcc-bugs/1999-07n/msg00845.html for
       // more info on the bug itself.
       //
       struct
Index: aclocal.m4
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/aclocal.m4,v
retrieving revision 1.76
diff -u -r1.76 aclocal.m4
--- aclocal.m4	2000/10/29 22:32:28	1.76
+++ aclocal.m4	2000/10/30 12:21:47
@@ -1140,7 +1140,7 @@
       // Check for buggy __complex__ that causes ICE in most versions of egcs
       // and gcc-2.95.x on certain platforms (eg., x86-win32).
       //
-      // See http://egcs.cygnus.com/ml/gcc-bugs/1999-07/msg00845.html for
+      // See http://gcc.gnu.org/ml/gcc-bugs/1999-07n/msg00845.html for
       // more info on the bug itself.
       //
       struct
Index: configure
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/configure,v
retrieving revision 1.82
diff -u -r1.82 configure
--- configure	2000/10/29 22:32:28	1.82
+++ configure	2000/10/30 12:21:49
@@ -17270,7 +17270,7 @@
       // Check for buggy __complex__ that causes ICE in most versions of egcs
       // and gcc-2.95.x on certain platforms (eg., x86-win32).
       //
-      // See http://egcs.cygnus.com/ml/gcc-bugs/1999-07/msg00845.html for
+      // See http://gcc.gnu.org/ml/gcc-bugs/1999-07n/msg00845.html for
       // more info on the bug itself.
       //
       struct
Index: src/gen-num-limits.cc
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/src/gen-num-limits.cc,v
retrieving revision 1.3
diff -u -r1.3 gen-num-limits.cc
--- gen-num-limits.cc	2000/06/02 07:24:15	1.3
+++ gen-num-limits.cc	2000/10/30 12:21:49
@@ -26,7 +26,7 @@
 // the GNU General Public License.

 //
-// Written by Gabriel Dos Reis <gdr@egcs.cygnus.com>
+// Written by Gabriel Dos Reis <gdr@gcc.gnu.org>
 //
 // Note: This program outputs speciliazations of ISO C++ class template
 // numeric_limits<> as described in 18.2.1.
Index: include/bits/c++config
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/include/bits/c++config,v
retrieving revision 1.2
diff -u -r1.2 c++config
--- c++config	2000/10/09 00:42:23	1.2
+++ c++config	2000/10/30 12:21:49
@@ -48,7 +48,7 @@
 // string and exception.
 # define _GLIBCPP_USE_EXCEPTIONS 1

-// This is necessary until Egcs supports separate template
+// This is necessary until GCC supports separate template
 // compilation.
 #define _GLIBCPP_NO_TEMPLATE_EXPORT 1

Index: include/bits/stl_config.h
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/include/bits/stl_config.h,v
retrieving revision 1.1
diff -u -r1.1 stl_config.h
--- stl_config.h	2000/10/05 11:27:01	1.1
+++ stl_config.h	2000/10/30 12:21:49
@@ -328,7 +328,7 @@
 #   endif
 # endif

-// Mingw32, egcs compiler using the Microsoft C runtime
+// Mingw32, GCC compiler using the Microsoft C runtime
 # if defined(__MINGW32__)
 #   define __STL_NO_DRAND48
 #   ifdef _MT
@@ -336,7 +336,7 @@
 #   endif
 # endif

-// Cygwin32, egcs compiler on MS Windows
+// Cygwin32, GCC compiler on MS Windows
 # if defined(__CYGWIN__)
 #   define __STL_NO_DRAND48
 # endif

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]