Date: Tue, 19 Oct 2010 21:04:45 +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.o9JL51XV038901@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2010-10-19 21:04:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/stdtime strptime.c Log: SVN rev 214079 on 2010-10-19 21:04:45Z 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.36.2.2 +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?201010192105.o9JL51XV038901>