4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-03-02 13:05:42 +08:00

2004-07-29 Jeff Johnston <jjohnstn@redhat.com>

* libc/time/strptime.c: Correct full-name of "March" typo.
This commit is contained in:
Jeff Johnston 2004-07-29 15:54:18 +00:00
parent 44a9f41461
commit ad6b1d792b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-07-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/time/strptime.c: Correct full-name of "March" typo.
2004-07-16 Anil Paranjpe <anilp1@kpitcummins.com> 2004-07-16 Anil Paranjpe <anilp1@kpitcummins.com>
* configure.host (h8300*-*-*): Default long long printing support. * configure.host (h8300*-*-*): Default long long printing support.

View File

@ -78,7 +78,7 @@ static const char *abb_month[] = {
static const char *full_month[] = { static const char *full_month[] = {
"January", "January",
"February", "February",
"Mars", "March",
"April", "April",
"May", "May",
"June", "June",