This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Re: Use correct years for libstdc++-v3 ChangeLog files


"Maciej W. Rozycki" <macro@linux-mips.org> writes:

> On Tue, 24 May 2005, Ian Lance Taylor wrote:
> 
> > This trivial patch fixes up the years for the ChangeLog files in
> > libstdc++-v3.  Specifically, it moves entries for 1998 and 1999 out of
> > ChangeLog-2000 into new files ChangeLog-1998 and ChangeLog-1999.
> 
>  While doing this could you please consider fixing that entry referring to 
> the year 999?

I committed the appended patch as obvious.

Ian

Index: ChangeLog-1999
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/ChangeLog-1999,v
retrieving revision 1.1
diff -u -r1.1 ChangeLog-1999
--- ChangeLog-1999	24 May 2005 23:20:39 -0000	1.1
+++ ChangeLog-1999	25 May 2005 13:21:51 -0000
@@ -424,7 +424,7 @@
         * configure.in: Fix checks for mbstate_t and WCHAR_MIN/MAX.
 	* configure: Regenerate.
 	
-999-11-29  Benjamin Kosnik  <bkoz@gnu.org>
+1999-11-29  Benjamin Kosnik  <bkoz@gnu.org>
 
 	* bits/istream.tcc (get(streambuf, char)): Fix.
 	* testsuite/27_io/istream_unformatted.cc (test03): Add tests.


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