<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/stdtime, branch release/3.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-01-21T00:55:32Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-01-21T00:55:32Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2e61cbb7f50878e738849ea4384118c13733f09c'/>
<id>urn:sha1:2e61cbb7f50878e738849ea4384118c13733f09c</id>
<content type='text'>
'RELENG_3_0_0_RELEASE'.

This commit was manufactured to restore the state of the 3.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-01-21T00:55:32Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=76b5366091f76c9bc73570149ef5055648fc2c39'/>
<id>urn:sha1:76b5366091f76c9bc73570149ef5055648fc2c39</id>
<content type='text'>
'RELENG_3_0_0_RELEASE'.
</content>
</entry>
<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-test2/commit/?id=de1600012395bd6095f245bc6a29d4136a3db70c'/>
<id>urn:sha1:de1600012395bd6095f245bc6a29d4136a3db70c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add STANDARDS section.</title>
<updated>1999-01-03T01:07:41Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1999-01-03T01:07:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=600c04ff9365534b1a118e4ade6251151585285d'/>
<id>urn:sha1:600c04ff9365534b1a118e4ade6251151585285d</id>
<content type='text'>
s/bytes/characters/g to be consistent with Standard C terminology.
Update date and add RCS Id.
</content>
</entry>
<entry>
<title>Fix grammar in the description of timegm() by totally rewriting it.  Remove</title>
<updated>1999-01-03T00:35:31Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1999-01-03T00:35:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5b9e6e493e001702b95ccb4e34167e86060d2125'/>
<id>urn:sha1:5b9e6e493e001702b95ccb4e34167e86060d2125</id>
<content type='text'>
a potentally inflammatory comment from BUGS, and add a more useful comment
about the lack of reentrancy in the timezone-setting interface.
</content>
</entry>
<entry>
<title>Added documenation for the existing implementation of asctime_r,</title>
<updated>1998-12-20T06:22:06Z</updated>
<author>
<name>Wes Peters</name>
<email>wes@FreeBSD.org</email>
</author>
<published>1998-12-20T06:22:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a8e94191e82eecee73716f946dc69c678622f89c'/>
<id>urn:sha1:a8e94191e82eecee73716f946dc69c678622f89c</id>
<content type='text'>
ctime_r, gmtime_r, and localtime_r.
</content>
</entry>
<entry>
<title>Replace memory leaking instances of realloc with non-leaking reallocf.</title>
<updated>1998-09-16T04:17:47Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1998-09-16T04:17:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e8420087b0ae4a2d0611cd2f6413d150cfc83554'/>
<id>urn:sha1:e8420087b0ae4a2d0611cd2f6413d150cfc83554</id>
<content type='text'>
In some cases replace if (a == null) a = malloc(x); else a =
realloc(a, x); with simple reallocf(a, x).  Per ANSI-C, this is
guaranteed to be the same thing.

I've been running these on my system here w/o ill effects for some
time.  However, the CTM-express is at part 6 of 34 for the CAM
changes, so I've not been able to do a build world with the CAM in the
tree with these changes.  Shouldn't impact anything, but...
</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-test2/commit/?id=f0cefaccaebc4ae564d923d644eaf64b2a048ce0'/>
<id>urn:sha1:f0cefaccaebc4ae564d923d644eaf64b2a048ce0</id>
<content type='text'>
const char* was wrong and nonstandard.
</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-test2/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>
<entry>
<title>Fix grammar, "null" -&gt; "NUL"</title>
<updated>1998-06-10T12:37:45Z</updated>
<author>
<name>Daniel O'Callaghan</name>
<email>danny@FreeBSD.org</email>
</author>
<published>1998-06-10T12:37:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9b0662e6468c1f103d8ff985225c01e1cb42549f'/>
<id>urn:sha1:9b0662e6468c1f103d8ff985225c01e1cb42549f</id>
<content type='text'>
</content>
</entry>
</feed>
