<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/stdlib/atof.3, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-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>Be explicit about the POSIX version it conforms to [in this case 1990].</title>
<updated>2001-09-26T20:10:10Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2001-09-26T20:10:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5578cfa2fa591458185a392dd7044af101b79d13'/>
<id>urn:sha1:5578cfa2fa591458185a392dd7044af101b79d13</id>
<content type='text'>
Put the error comment under the more appropriate ERRORS section.
</content>
</entry>
<entry>
<title>Change standards compliancy order so that C and POSIX are grouped.</title>
<updated>2001-09-26T19:42:39Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2001-09-26T19:42:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=99e81315455e3ee5673847d62aaa972ae6115cea'/>
<id>urn:sha1:99e81315455e3ee5673847d62aaa972ae6115cea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more standards which we conform to.</title>
<updated>2001-09-09T21:09:53Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2001-09-09T21:09:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=49c65386a563e715e54e09cedeaad54038dcc753'/>
<id>urn:sha1:49c65386a563e715e54e09cedeaad54038dcc753</id>
<content type='text'>
Note our implementation is not thread nor async-cancel safe.
Explicitely note atof() does not check nor report errors.
Note that strtod() should be used instead.
</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>
</feed>
