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

2-rounds-of-review-by: bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to POSIX90.

2-rounds-of-review-by: bde
</pre>
</div>
</content>
</entry>
<entry>
<title>ctime_r and asctime_r are not implemented.</title>
<updated>1998-04-19T06:47:25+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1998-04-19T06:47:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f643d87bbce2c3c5ebe21d3ab44bd93792b31b9'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
prototypes in time.h do not match POSIX.

PR:		6345
Reviewed by:	phk
Submitted by:	Dmitry Khrustalev &lt;dima@xyzzy.machaon.ru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish _POSIX_PRIORITY_SCHEDULING.  Needs P1003_1B and</title>
<updated>1998-03-28T11:51:01+00:00</updated>
<author>
<name>Peter Dufault</name>
<email>dufault@FreeBSD.org</email>
</author>
<published>1998-03-28T11:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8a6472b7239ccfab9d1ce96671a9837813698499'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Import strptime(3) into libc.  We've got permission by Kevin Ruddy to</title>
<updated>1997-08-09T15:43:59+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1997-08-09T15:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=37486f035f98e16b7c9b023c66c5fc42a6de1835'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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].
</pre>
</div>
</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:24+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-05-13T09:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f154fbdaa1e10a9946d70eba778fce3ac9d0beb7'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add clockid_t definition like in sys/types.h to allow time.h</title>
<updated>1997-05-13T09:25:03+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-05-13T09:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9e0eb33e2f9bd604c2f3e583913267d9695815f9'/>
<id>9e0eb33e2f9bd604c2f3e583913267d9695815f9</id>
<content type='text'>
to be included without sys/types.h, it fixes broken groff compilation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to be included without sys/types.h, it fixes broken groff compilation
</pre>
</div>
</content>
</entry>
<entry>
<title>Oops, move clock_*() and nanosleep() to time.h</title>
<updated>1997-05-12T12:58:40+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-05-12T12:58:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2c97335b81e09f69f90a6f55913d7f2a1e7e1ab1'/>
<id>2c97335b81e09f69f90a6f55913d7f2a1e7e1ab1</id>
<content type='text'>
Submitted by: Peter Dufault &lt;dufault@hda.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by: Peter Dufault &lt;dufault@hda.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Change prototypes for gmtime_r() and localtime_r() in accordance with</title>
<updated>1996-11-11T09:22:13+00:00</updated>
<author>
<name>Jeffrey Hsu</name>
<email>hsu@FreeBSD.org</email>
</author>
<published>1996-11-11T09:22:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b0e998dc2682feb068b4dbc45b07982d47e90c01'/>
<id>b0e998dc2682feb068b4dbc45b07982d47e90c01</id>
<content type='text'>
IEEE pthreads specification.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IEEE pthreads specification.
</pre>
</div>
</content>
</entry>
</feed>
