Date: Sun, 9 May 2010 22:01:35 +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: <201005092201.o49M1jF8071608@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2010-05-09 22:01:35 UTC FreeBSD src repository Modified files: lib/libc/stdtime strptime.c Log: SVN rev 207830 on 2010-05-09 22:01:35Z by edwin 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 Revision Changes Path 1.38 +8 -0 src/lib/libc/stdtime/strptime.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005092201.o49M1jF8071608>