<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/stdtime, branch release/5.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-06-04T16:00:27Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-06-04T16:00:27Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-06-04T16:00:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1c0442969cd576514acfce932c0a0798593c7af7'/>
<id>urn:sha1:1c0442969cd576514acfce932c0a0798593c7af7</id>
<content type='text'>
'RELENG_5_1_0_RELEASE'.

This commit was manufactured to restore the state of the 5.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</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>
<entry>
<title>Mention in the BUGS section that strftime() does not handle multibyte</title>
<updated>2003-01-04T09:47:40Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-01-04T09:47:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e751b764f8736e95d85d7b36beb9f31b85d81e2c'/>
<id>urn:sha1:e751b764f8736e95d85d7b36beb9f31b85d81e2c</id>
<content type='text'>
characters in the format string correctly.
</content>
</entry>
<entry>
<title>mdoc(7) police: Fixed a few .Fa abuses.</title>
<updated>2002-12-19T09:33:34Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-19T09:33:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3ca4c01eea0e54f4f560aff65f774d6bd0b0b87c'/>
<id>urn:sha1:3ca4c01eea0e54f4f560aff65f774d6bd0b0b87c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) police: excessive quotes.</title>
<updated>2002-12-19T08:13:27Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-19T08:13:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=454e286809a5ab1492633ee7d34dd5d7ee45787a'/>
<id>urn:sha1:454e286809a5ab1492633ee7d34dd5d7ee45787a</id>
<content type='text'>
</content>
</entry>
</feed>
