<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdtime/Makefile.inc, 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>2003-05-23T23:44:27Z</updated>
<entry>
<title>Add MLINKS to the reentrant variants of:</title>
<updated>2003-05-23T23:44:27Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2003-05-23T23:44:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f3da568aea14a0a29ac69eef2915e26a34eeebae'/>
<id>urn:sha1:f3da568aea14a0a29ac69eef2915e26a34eeebae</id>
<content type='text'>
asctime(), ctime(), gmtime(), and localtime().
</content>
</entry>
<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: MAN[1-9] -&gt; MAN.</title>
<updated>2001-04-25T10:04:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-04-25T10:04:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=68b300bfe60cb22aa8e23d47de9c5217107e9f99'/>
<id>urn:sha1:68b300bfe60cb22aa8e23d47de9c5217107e9f99</id>
<content type='text'>
</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>Describe timegm()</title>
<updated>1998-04-20T00:52:32Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1998-04-20T00:52:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=53b8d408ff5256586f01764004bbcb200a9a70fb'/>
<id>urn:sha1:53b8d408ff5256586f01764004bbcb200a9a70fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sorted lists.</title>
<updated>1997-10-21T08:41:15Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-10-21T08:41:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b966cc2394453de434ced75e8a857466023de3eb'/>
<id>urn:sha1:b966cc2394453de434ced75e8a857466023de3eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed the subdirectory paths from the definitions of MAN[1-9].  They</title>
<updated>1997-10-15T16:16:41Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-10-15T16:16:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2bc3b4d735463264a45316eebe355c350cb92a0c'/>
<id>urn:sha1:2bc3b4d735463264a45316eebe355c350cb92a0c</id>
<content type='text'>
were a workaround for limitations in bsd.man.mk that were fixed about
2 years ago.
</content>
</entry>
<entry>
<title>Import strptime(3) into libc.  We've got permission by Kevin Ruddy to</title>
<updated>1997-08-09T15:43:59Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1997-08-09T15:43:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=37486f035f98e16b7c9b023c66c5fc42a6de1835'/>
<id>urn:sha1:37486f035f98e16b7c9b023c66c5fc42a6de1835</id>
<content type='text'>
modify the original `no modifications' copyright message, and i've
included his mail into the source file.

The common localization functions between strptime(3) and strftime(3)
have been broken out into timelocal.[ch].
</content>
</entry>
<entry>
<title>Changed all paths to be relative to src/lib instead of src/lib/libc</title>
<updated>1997-05-03T03:50:06Z</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1997-05-03T03:50:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=870039320ffbf6d3defd48faa288bb650ca2a1cb'/>
<id>urn:sha1:870039320ffbf6d3defd48faa288bb650ca2a1cb</id>
<content type='text'>
so that all these makefiles can be used to build libc_r too.

Added .if ${LIB} == "c" tests to restrict man page builds to libc
to avoid needlessly building them with libc_r too.

Split libc Makefile into Makefile and Makefile.inc to allow the
libc_r Makefile to include Makefile.inc too.
</content>
</entry>
<entry>
<title>Add some missing manual page links.</title>
<updated>1996-02-02T17:48:46Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-02-02T17:48:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5ea43fd200ac5293b5909d4dde8e32a291e21845'/>
<id>urn:sha1:5ea43fd200ac5293b5909d4dde8e32a291e21845</id>
<content type='text'>
</content>
</entry>
</feed>
