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:
parent
44a9f41461
commit
ad6b1d792b
@ -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.
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user