<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdtime/strftime.c, branch releng/4.9</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.9</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.9'/>
<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>Back out previous revision, I had an old message from bde indicating</title>
<updated>2001-02-18T04:06:49Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-02-18T04:06:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=02bad996fbfc2c1c0b64afe77b9cb8b203636e43'/>
<id>urn:sha1:02bad996fbfc2c1c0b64afe77b9cb8b203636e43</id>
<content type='text'>
problems with it.
</content>
</entry>
<entry>
<title>MFC: sprintf() -&gt; snprintf()</title>
<updated>2001-02-18T02:39:46Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-02-18T02:39:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=560195e116d8e05b63d8ae492b043b57c1823fa8'/>
<id>urn:sha1:560195e116d8e05b63d8ae492b043b57c1823fa8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: force %c to be "%a %Ef %T %Y"</title>
<updated>2000-10-26T14:25:02Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2000-10-26T14:25:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a35d568e066053dec2dd5496d4cb0de77f79cec2'/>
<id>urn:sha1:a35d568e066053dec2dd5496d4cb0de77f79cec2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>There were so far only 42 different conversion specifications in</title>
<updated>2000-01-28T17:40:42Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2000-01-28T17:40:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=208b5822011b66b1bb7c645c9c9b989c34bcdf30'/>
<id>urn:sha1:208b5822011b66b1bb7c645c9c9b989c34bcdf30</id>
<content type='text'>
strftime(3), add another one. :)  %z yields the local timezone's offset
in hours and minutes, as used in RFC822 headers.  There's a precedence
for this in Lunux' libc, and Internet software (like Perl scripts)
start using it.

OKed by (wrt. the code freeze): jkh
</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>Add %Ex extension to determine "%e %b" or "%b %e" order</title>
<updated>1999-11-30T07:33:37Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1999-11-30T07:33:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=11cd0d324175da41324f7f35ac3e08146bb8577f'/>
<id>urn:sha1:11cd0d324175da41324f7f35ac3e08146bb8577f</id>
<content type='text'>
Separate alternative for O and E cases
</content>
</entry>
<entry>
<title>Implement new format specifier for strftime: %OB, alternative national</title>
<updated>1999-09-11T21:35:21Z</updated>
<author>
<name>Dmitrij Tejblum</name>
<email>dt@FreeBSD.org</email>
</author>
<published>1999-09-11T21:35:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da3785ef12448552f68fb7469bb8b616fb93f36b'/>
<id>urn:sha1:da3785ef12448552f68fb7469bb8b616fb93f36b</id>
<content type='text'>
representation of the full month name. In the Russian locale, this alternative
will be "nominative case", useful when the date designate month as a whole.
E.g. month heading in a calendar. I hope it can be useful for some other
locales too.

Discussed with:	wollman, ache
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>urn:sha1:7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed printf format errors.  Don't assume so many things about time_t.</title>
<updated>1998-06-30T16:49:47Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-06-30T16:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c6966b0c4ad2f1d7a7c27d59616fba57cbb8f974'/>
<id>urn:sha1:c6966b0c4ad2f1d7a7c27d59616fba57cbb8f974</id>
<content type='text'>
Obtained from:	partial merge of ADO version tzcode96h (was fully merged
                in 1.10 but backed out in 1.11; the FreeBSD code for %s
		was earlier, prettier but buggier).
</content>
</entry>
</feed>
