This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Patch: update gennews, regenerate NEWS


This patch updates gennews for GCC 3.0.  Applied to mainline and 3.0 
branch as obvious.  (Note that NEWS should be regenerated again with 
gennews just before the release is spun.)

Index: contrib/ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/contrib/ChangeLog,v
retrieving revision 1.105
diff -u -r1.105 ChangeLog
--- ChangeLog	2001/06/02 11:33:39	1.105
+++ ChangeLog	2001/06/07 18:14:38
@@ -1,3 +1,7 @@
+2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* gennews: Update for GCC 3.0.
+
 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
 
 	* gcc_update: Update for move of documentation to gcc/doc.
Index: contrib/gennews
===================================================================
RCS file: /cvs/gcc/gcc/contrib/gennews,v
retrieving revision 1.2
diff -u -r1.2 gennews
--- gennews	2001/01/11 15:57:59	1.2
+++ gennews	2001/06/07 18:14:38
@@ -3,7 +3,7 @@
 # Script to generate the NEWS file from online release notes.
 # Contributed by Joseph Myers <jsm28@cam.ac.uk>.
 #
-# Copyright (C) 2000 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001 Free Software Foundation, Inc.
 # This file is part of GNU CC.
 #
 # GNU CC is free software; you can redistribute it and/or modify
@@ -22,7 +22,8 @@
 # Boston, MA 02111-1307, USA.
 
 website=http://gcc.gnu.org/
-files="gcc-2.95/gcc-2.95.3.html gcc-2.95/gcc-2.95.2.html
+files="gcc-3.0/gcc-3.0.html gcc-3.0/features.html gcc-3.0/caveats.html
+    gcc-2.95/gcc-2.95.3.html gcc-2.95/gcc-2.95.2.html
     gcc-2.95/gcc-2.95.1.html gcc-2.95/gcc-2.95.html
     gcc-2.95/features.html gcc-2.95/caveats.html
     egcs-1.1/egcs-1.1.2.html egcs-1.1/egcs-1.1.1.html egcs-1.1/egcs-1.1.html
Index: gcc/ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.10264
diff -u -r1.10264 ChangeLog
--- ChangeLog	2001/06/07 17:22:17	1.10264
+++ ChangeLog	2001/06/07 18:14:44
@@ -1,3 +1,7 @@
+2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* NEWS: Regenerate.
+
 2001-06-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
 	* gthr-posix.h (__gthread_objc_thread_detach): Simply cast
Index: gcc/NEWS
[Diffs to NEWS omitted.]

-- 
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]