<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/stdtime, branch release/5.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-02-23T15:32:56Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-02-23T15:32:56Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-02-23T15:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84a7b99b4e02a260bf7ff9b540032f4cb7bc612a'/>
<id>urn:sha1:84a7b99b4e02a260bf7ff9b540032f4cb7bc612a</id>
<content type='text'>
'RELENG_5_2_1_RELEASE'.

This commit was manufactured to restore the state of the 5.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Detect range errors when using the %s specifier.  Previously, LONG_MAX</title>
<updated>2003-11-17T04:19:15Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-11-17T04:19:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c91e947dbd48907342b1fbffa4f76bdaa3334f0d'/>
<id>urn:sha1:c91e947dbd48907342b1fbffa4f76bdaa3334f0d</id>
<content type='text'>
was rejected as a range error, while any values less than LONG_MIN
were silently substituted with LONG_MIN.  Furthermore, on some
platforms `time_t' has less range than `long' (e.g. alpha), which may
give incorrect results when parsing some strings.
</content>
</entry>
<entry>
<title>mdoc(7): Use the new feature of the .In macro.</title>
<updated>2003-09-08T19:57:22Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-09-08T19:57:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fe08efe680f6705e0c60beabe3e39629c655e743'/>
<id>urn:sha1:fe08efe680f6705e0c60beabe3e39629c655e743</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes to locale code to properly use indirect pointers in order to prevent</title>
<updated>2003-06-13T00:14:07Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2003-06-13T00:14:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3dfdc427f16da8bb6c3374ca0140eadd5f8ab867'/>
<id>urn:sha1:3dfdc427f16da8bb6c3374ca0140eadd5f8ab867</id>
<content type='text'>
memory leaks (fixes bugs earlier purported to be fixed).
Submitted by:	Ed Moy &lt;emoy@apple.com&gt;
Obtained from:	Apple Computer, Inc.
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Backout my changes in rev. 1.32 and 1.33. There is some code that depends</title>
<updated>2003-04-30T10:25:57Z</updated>
<author>
<name>Mike Makonnen</name>
<email>mtm@FreeBSD.org</email>
</author>
<published>2003-04-30T10:25:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6c688436bb522db4345a1d8ace437aefa0679749'/>
<id>urn:sha1:6c688436bb522db4345a1d8ace437aefa0679749</id>
<content type='text'>
on the previous behaviour. This also brings strptime(3) behaviour back in line
with the other BSDs.

Approved by:	markm (mentor)
</content>
</entry>
<entry>
<title>Zero out the struct tm supplied by the caller. Otherwise,</title>
<updated>2003-04-05T05:46:43Z</updated>
<author>
<name>Mike Makonnen</name>
<email>mtm@FreeBSD.org</email>
</author>
<published>2003-04-05T05:46:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f23f1498667173e43139c553cf68e9152f55e646'/>
<id>urn:sha1:f23f1498667173e43139c553cf68e9152f55e646</id>
<content type='text'>
strange things might happen when garbage values in the struct
get passed in to localtime_r() and family.

Noticed by:	marcus
Approved by:	markm (mentor)(implicit)
</content>
</entry>
<entry>
<title>Fill in the rest of the fields in the resulting struct tm</title>
<updated>2003-03-29T11:55:37Z</updated>
<author>
<name>Mike Makonnen</name>
<email>mtm@FreeBSD.org</email>
</author>
<published>2003-03-29T11:55:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=764628c056f321ad0b64441c7ee1a498b5ce67bc'/>
<id>urn:sha1:764628c056f321ad0b64441c7ee1a498b5ce67bc</id>
<content type='text'>
from strptime(3). Previously, they would get filled only
for the %s specifier and as a side effect of using the
the %Z specifier with a GMT time zone.

PR:		misc/48993
Approved by:	markm (mentor)
Silence on:	-standards
</content>
</entry>
<entry>
<title>Ditch a static global and the mutex that protected it. Achieve the</title>
<updated>2003-03-12T19:22:57Z</updated>
<author>
<name>Mike Makonnen</name>
<email>mtm@FreeBSD.org</email>
</author>
<published>2003-03-12T19:22:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fe71e0b83d1c155d04c2d1605b082158e2ca12eb'/>
<id>urn:sha1:fe71e0b83d1c155d04c2d1605b082158e2ca12eb</id>
<content type='text'>
desired strptime(3) reentrancy by adding an extra argument to _strptime()
instead.

Approved by:	markm (mentor)
MFC:		4 weeks
</content>
</entry>
<entry>
<title>Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).</title>
<updated>2003-02-16T17:29:11Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-02-16T17:29:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e0554a531f17f56167f978eddf29a09cc6ae9f32'/>
<id>urn:sha1:e0554a531f17f56167f978eddf29a09cc6ae9f32</id>
<content type='text'>
Only warnings that could be fixed without changing the generated object
code and without restructuring the source code have been handled.

Reviewed by:	/sbin/md5
</content>
</entry>
<entry>
<title>strptime(), like strftime(), does not handle multibyte characters</title>
<updated>2003-01-04T09:50:04Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-01-04T09:50:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=33161c7a6e3d66abcc6845f3a449e05cd345eec2'/>
<id>urn:sha1:33161c7a6e3d66abcc6845f3a449e05cd345eec2</id>
<content type='text'>
in the format string correctly.
</content>
</entry>
</feed>
