freebsd-dev/lib/libc/stdtime
Edwin Groothuis 3d74e220a5 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>
MFC after:	1 week
2010-05-09 22:01:35 +00:00
..
Makefile.inc Split the contributed code from libc/stdtime from lib/libc/stdtime 2010-02-26 06:44:00 +00:00
strftime.3
strftime.c Spacing fixes. No actual change. 2009-06-09 09:02:58 +00:00
strptime.3 %U was macroized in mdoc(7), escape. 2010-02-16 12:29:02 +00:00
strptime.c strptime(3) confused July with June with the fr_FR locale. 2010-05-09 22:01:35 +00:00
Symbol.map
time32.c
timelocal.c
timelocal.h