<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdtime/strptime.c, branch stable/4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-03-12T17:24:54Z</updated>
<entry>
<title>MFC: sync with -CURRENT's stdtime code</title>
<updated>2002-03-12T17:24:54Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2002-03-12T17:24:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=beb648e82be6e8579ce0eb81e53842d0e9ed5542'/>
<id>urn:sha1:beb648e82be6e8579ce0eb81e53842d0e9ed5542</id>
<content type='text'>
This MFC brings to -STABLE following changes/features:

. get rid of non-standard %E[Ff] formats
. add %F per POSIX
. add %r per POSIX (ampm_fmt)
. hardcode c_fmt in a different way since used in nl_langinfo now
. make '%A' and '%a', '%B' and '%b' same per POSIX
. introduce non-standard md_order (month/day order locale field).
  This field is available to user-land apps via nl_langinfo(3)
  and supposed to replace all usages of %E[Ff] in more correct way.
. allow POSIX legal data on 3 chars abbrev, name length
  and %c format

WARNING: please beware about this commit. It can trigger some
hidden or implicit problems with locale/time specific functions or
related/dependent stuff in userland applications. Please report
anything unusual!

Following files/revisions were MFCed:

	Makefile.inc	1.11
	strftime.3	1.25, 1.26
	strftime.c	1.29, 1.30, 1.32 - 1.34
	strptime.c	1.20 - 1.25
	timelocal.c	1.12 - 1.22
	timelocal.h	1.7 - 1.11
</content>
</entry>
<entry>
<title>MFC 1.26: recognize %s.</title>
<updated>2001-07-31T00:06:24Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-31T00:06:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c4a620a94d6b0979833d1824f3df5a485f95460b'/>
<id>urn:sha1:c4a620a94d6b0979833d1824f3df5a485f95460b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: force %c to be ctime-compatible</title>
<updated>2000-10-26T16:07:53Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2000-10-26T16:07:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fe91028da9f28162b9557babd1c06f8c097c2322'/>
<id>urn:sha1:fe91028da9f28162b9557babd1c06f8c097c2322</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent digit-gobbling for all but %l and %e, which can't be fixed.</title>
<updated>1999-12-08T15:49:10Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>1999-12-08T15:49:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=398592ffe13230e1aa04ded8b6dfb07ee5d1ab94'/>
<id>urn:sha1:398592ffe13230e1aa04ded8b6dfb07ee5d1ab94</id>
<content type='text'>
Discuss in the BUGS section of the manpage, problems involved with
the use of %C, %e, %l, %p, %U and %W.

PR:		13901
Reported by:	scott@chronis.pobox.com
</content>
</entry>
<entry>
<title>Accept 12 for %l, because it's logical to expect "%l:%M" to work for</title>
<updated>1999-12-08T11:11:40Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>1999-12-08T11:11:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=882f32c16907cc9b0cd52560cb85f7acc9126e86'/>
<id>urn:sha1:882f32c16907cc9b0cd52560cb85f7acc9126e86</id>
<content type='text'>
"12:00" and because strftime(3) does the same.
</content>
</entry>
<entry>
<title>%Ex -&gt; %Ef to not conflict with POSIX</title>
<updated>1999-11-30T19:24:07Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1999-11-30T19:24:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c63a4303abebacd23556930e87f4dfe93704faea'/>
<id>urn:sha1:c63a4303abebacd23556930e87f4dfe93704faea</id>
<content type='text'>
Add %EF (long months name / day order)
Check that O and E not intermixed
Add missing POSIX extension to example
</content>
</entry>
<entry>
<title>Stricter checking %A vs %a</title>
<updated>1999-11-30T08:11:13Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1999-11-30T08:11:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ecd80de1344532f12af9c85141211596b358ca6'/>
<id>urn:sha1:7ecd80de1344532f12af9c85141211596b358ca6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix %C handling</title>
<updated>1999-11-30T08:05:09Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1999-11-30T08:05:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1d6c99412b77fb5e1c1ca93cab0610c766ca8b83'/>
<id>urn:sha1:1d6c99412b77fb5e1c1ca93cab0610c766ca8b83</id>
<content type='text'>
Use locale for %c
Add %+
Add %Ex and %OB
</content>
</entry>
<entry>
<title>Decremement by 1 the value taken for %j before assigning it to tm_yday,</title>
<updated>1999-11-10T14:40:59Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>1999-11-10T14:40:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=33dbb0a6309129182f85ad9f82c7e7e5a9d2aa6c'/>
<id>urn:sha1:33dbb0a6309129182f85ad9f82c7e7e5a9d2aa6c</id>
<content type='text'>
which is zero-based.

Correct the range checking for the value taken for %S.

Add %w for the day of the week (0-6).

Accept (but do nothing with) %U and %W.  The comment for this change was
taken from NetBSD.

These changes were made after several failed attempts to contact the
author of our strptime.c .

PR:		10131
Submitted by:	tadf@kt.rim.or.jp (Tadayoshi Funaba)
</content>
</entry>
<entry>
<title>Add unsigned char cast to isupper</title>
<updated>1999-11-04T04:40:56Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1999-11-04T04:40:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3c7ffaa1fe9671f2b97622c0bf3bac904147628a'/>
<id>urn:sha1:3c7ffaa1fe9671f2b97622c0bf3bac904147628a</id>
<content type='text'>
</content>
</entry>
</feed>
