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]
Other format: [Raw text]

[committed] fix uses of old-style date format in current ChangeLog


Fix Jan Hubicka's old-style ChangeLog dates.  Committed as obvious.
(Makes searching more annoying when there are multiple styles in use.)

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.1358
diff -u -r2.1358 ChangeLog
--- ChangeLog	10 Oct 2003 17:39:06 -0000	2.1358
+++ ChangeLog	10 Oct 2003 17:44:11 -0000
@@ -1160,7 +1160,7 @@
 	switch statement to pick the correct REAL_VALUE_TO_TARGET_*
 	macro.
 
-Mon Sep 29 22:59:05 CEST 2003  Jan Hubicka  <jh@suse.cz>
+2003-09-29  Jan Hubicka  <jh@suse.cz>
 
 	PR c++/12175
 	* varasm.c (notice_global_symbol): Discard external symbols.
@@ -1183,7 +1183,7 @@
 	* fold-const.c (fold): Fold (A & ~B) - (A & B) into
 	(A ^ B) - B, where B is any power of 2 minus 1.
 
-Mon Sep 29 19:05:46 CEST 2003  Jan Hubicka  <jh@suse.cz>
+2003-09-29  Jan Hubicka  <jh@suse.cz>
 
 	* libgcov.c (gcov_exit): Fix two pastos.
 

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html


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