<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/stdlib/atoi.3, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</content>
</entry>
<entry>
<title>mdoc(7) police: Fixed abuses of the .Ar and .Em macros.</title>
<updated>2002-12-18T13:33:04Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-18T13:33:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5c564bae0a7655b1a517f322ad410a743e98e8d2'/>
<id>urn:sha1:5c564bae0a7655b1a517f322ad410a743e98e8d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) police: add missing markup bits for ``errno''.</title>
<updated>2002-01-09T14:03:54Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-01-09T14:03:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58c0fdd850f721aa8f9b86b886f77cecf31fcde2'/>
<id>urn:sha1:58c0fdd850f721aa8f9b86b886f77cecf31fcde2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Back out errno preserving</title>
<updated>2001-12-30T03:34:46Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-12-30T03:34:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f7388e0d3854026958e676c31ab50dc06e797f08'/>
<id>urn:sha1:f7388e0d3854026958e676c31ab50dc06e797f08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "except the handling of errors" into "equivalent to" paragraph.</title>
<updated>2001-12-25T08:43:35Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-12-25T08:43:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=98b870fa7b5b5c3402bdd05ed56b2daf08996cd2'/>
<id>urn:sha1:98b870fa7b5b5c3402bdd05ed56b2daf08996cd2</id>
<content type='text'>
Pointed by:	bde
Inspired by:	POSIX
</content>
</entry>
<entry>
<title>mdoc(7) police: s/atof/atoi/</title>
<updated>2001-10-01T12:44:24Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-10-01T12:44:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ae0d2bed3e6b07f6ffdd4196428a15ba21a4285c'/>
<id>urn:sha1:ae0d2bed3e6b07f6ffdd4196428a15ba21a4285c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ERRORS section.</title>
<updated>2001-09-26T20:22:44Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2001-09-26T20:22:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=54045486e05af73484999a183afaf1d9e0d6358f'/>
<id>urn:sha1:54045486e05af73484999a183afaf1d9e0d6358f</id>
<content type='text'>
Mention thread safety and async-cancel safety status [not].
Add standards compliancy references.
Note strtol() is preferred over atoi().

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Move to using .In instead of .Fd #include &lt;&gt; for include mark-up.</title>
<updated>2001-09-07T14:46:36Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2001-09-07T14:46:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8aefde060768b2636e1e9a842692cec605960985'/>
<id>urn:sha1:8aefde060768b2636e1e9a842692cec605960985</id>
<content type='text'>
Inspired by comment from:	dd
</content>
</entry>
<entry>
<title>.St -ansiC -&gt; .St -isoC</title>
<updated>2001-02-26T13:23:47Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-02-26T13:23:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=588a200ce1e5c42fc09771659c6a1f9af0ee7857'/>
<id>urn:sha1:588a200ce1e5c42fc09771659c6a1f9af0ee7857</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce ".Lb" macro to libc manpages.</title>
<updated>2000-04-21T09:42:15Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2000-04-21T09:42:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=25bb73e063c17cd9048cf60100dbc0ac5177e94a'/>
<id>urn:sha1:25bb73e063c17cd9048cf60100dbc0ac5177e94a</id>
<content type='text'>
More libraries manpages updates following.
</content>
</entry>
</feed>
