<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/time.h, branch release/4.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1999-01-04T20:45:20Z</updated>
<entry>
<title>Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.</title>
<updated>1999-01-04T20:45:20Z</updated>
<author>
<name>Dmitrij Tejblum</name>
<email>dt@FreeBSD.org</email>
</author>
<published>1999-01-04T20:45:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=de1600012395bd6095f245bc6a29d4136a3db70c'/>
<id>urn:sha1:de1600012395bd6095f245bc6a29d4136a3db70c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change return type of strptime from const char* to char*.</title>
<updated>1998-09-12T21:13:29Z</updated>
<author>
<name>Dmitrij Tejblum</name>
<email>dt@FreeBSD.org</email>
</author>
<published>1998-09-12T21:13:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f0cefaccaebc4ae564d923d644eaf64b2a048ce0'/>
<id>urn:sha1:f0cefaccaebc4ae564d923d644eaf64b2a048ce0</id>
<content type='text'>
const char* was wrong and nonstandard.
</content>
</entry>
<entry>
<title>Add extern declaration for `tzname[]' to make this header comply better</title>
<updated>1998-08-21T01:21:26Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>1998-08-21T01:21:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2bd323977f612b2c0986a92144629118a86034b3'/>
<id>urn:sha1:2bd323977f612b2c0986a92144629118a86034b3</id>
<content type='text'>
to POSIX90.

2-rounds-of-review-by: bde
</content>
</entry>
<entry>
<title>ctime_r and asctime_r are not implemented.</title>
<updated>1998-04-19T06:47:25Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1998-04-19T06:47:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f643d87bbce2c3c5ebe21d3ab44bd93792b31b9'/>
<id>urn:sha1:3f643d87bbce2c3c5ebe21d3ab44bd93792b31b9</id>
<content type='text'>
prototypes in time.h do not match POSIX.

PR:		6345
Reviewed by:	phk
Submitted by:	Dmitry Khrustalev &lt;dima@xyzzy.machaon.ru&gt;
</content>
</entry>
<entry>
<title>Finish _POSIX_PRIORITY_SCHEDULING.  Needs P1003_1B and</title>
<updated>1998-03-28T11:51:01Z</updated>
<author>
<name>Peter Dufault</name>
<email>dufault@FreeBSD.org</email>
</author>
<published>1998-03-28T11:51:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a6472b7239ccfab9d1ce96671a9837813698499'/>
<id>urn:sha1:8a6472b7239ccfab9d1ce96671a9837813698499</id>
<content type='text'>
_KPOSIX_PRIORITY_SCHEDULING options to work.  Changes:

Change all "posix4" to "p1003_1b".  Misnamed files are left
as "posix4" until I'm told if I can simply delete them and add
new ones;

Add _POSIX_PRIORITY_SCHEDULING system calls for FreeBSD and Linux;

Add man pages for _POSIX_PRIORITY_SCHEDULING system calls;

Add options to LINT;

Minor fixes to P1003_1B code during testing.
</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>struct timespec needs to be useable with just &lt;time.h&gt;, but needs to not</title>
<updated>1997-05-13T09:33:24Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-05-13T09:33:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f154fbdaa1e10a9946d70eba778fce3ac9d0beb7'/>
<id>urn:sha1:f154fbdaa1e10a9946d70eba778fce3ac9d0beb7</id>
<content type='text'>
conflict with the kernel visible one.  Make the new stuff not visible if
_ANSI_SOURCE or _POSIX_SOURCE is defined (!) because the new things are
not part of the base 1003.1-1990 standard (or ansi).
</content>
</entry>
<entry>
<title>Add clockid_t definition like in sys/types.h to allow time.h</title>
<updated>1997-05-13T09:25:03Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-05-13T09:25:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9e0eb33e2f9bd604c2f3e583913267d9695815f9'/>
<id>urn:sha1:9e0eb33e2f9bd604c2f3e583913267d9695815f9</id>
<content type='text'>
to be included without sys/types.h, it fixes broken groff compilation
</content>
</entry>
<entry>
<title>Oops, move clock_*() and nanosleep() to time.h</title>
<updated>1997-05-12T12:58:40Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-05-12T12:58:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c97335b81e09f69f90a6f55913d7f2a1e7e1ab1'/>
<id>urn:sha1:2c97335b81e09f69f90a6f55913d7f2a1e7e1ab1</id>
<content type='text'>
Submitted by: Peter Dufault &lt;dufault@hda.com&gt;
</content>
</entry>
<entry>
<title>Change prototypes for gmtime_r() and localtime_r() in accordance with</title>
<updated>1996-11-11T09:22:13Z</updated>
<author>
<name>Jeffrey Hsu</name>
<email>hsu@FreeBSD.org</email>
</author>
<published>1996-11-11T09:22:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b0e998dc2682feb068b4dbc45b07982d47e90c01'/>
<id>urn:sha1:b0e998dc2682feb068b4dbc45b07982d47e90c01</id>
<content type='text'>
IEEE pthreads specification.
</content>
</entry>
</feed>
