Date: Tue, 19 Oct 2010 21:05:22 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/stdtime strptime.c Message-ID: <201010192105.o9JL5bPF039017@repoman.freebsd.org>
index | next in thread | raw e-mail
edwin 2010-10-19 21:05:22 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
lib/libc/stdtime strptime.c
Log:
SVN rev 214080 on 2010-10-19 21:05:22Z by edwin
MFC of r207830
strptime(3) confused July with June with the fr_FR locale.
When parsing the month "juillet" (abbr "jul"), %B recognized it as
"juin" (abbr "jui") because the full name of the month names is
checked at the same time as the abbrevation.
The new behaviour checks the full names first before checking the
abbrevation names.
PR: kern/141939
Submitted by: Denis Chatelain <denis@tikuts.com>
Revision Changes Path
1.35.20.2 +8 -0 src/lib/libc/stdtime/strptime.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010192105.o9JL5bPF039017>
