<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/stdlib/Makefile.inc, 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>Link radixsort(3) to sradixsort(3), make the latter appear in</title>
<updated>2004-05-12T08:13:40Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-05-12T08:13:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cb30b9c545468d4888b9e0575a31b8e2bc7f35be'/>
<id>urn:sha1:cb30b9c545468d4888b9e0575a31b8e2bc7f35be</id>
<content type='text'>
the whatis(1) output.
</content>
</entry>
<entry>
<title>Add getopt_long_only() from OpenBSD and other OpenBSD cleanups</title>
<updated>2004-02-24T08:07:26Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2004-02-24T08:07:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=829a229d88f126ce06c2d47112d81621e1ec35e6'/>
<id>urn:sha1:829a229d88f126ce06c2d47112d81621e1ec35e6</id>
<content type='text'>
PR:             63173
Submitted by:   Marius Strobl &lt;marius@alchemy.franken.de&gt;
</content>
</entry>
<entry>
<title>Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietly</title>
<updated>2003-10-28T22:36:54Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-10-28T22:36:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dc196afb2e58dd05cd66e2da44872bb3d619910f'/>
<id>urn:sha1:dc196afb2e58dd05cd66e2da44872bb3d619910f</id>
<content type='text'>
send strhash(3) off to sleep with the fishes.  Nothing in our tree uses it.
It has no documentation.  It is nonstandard and in spite of the filename
strhash.c and strhash.h, it lives in application namespace by providing
compulsory global symbols hash_create()/hash_destroy()/hash_search()/
hash_traverse()/hash_purge()/hash_stats() regardless of whether you
#include &lt;strhash.h&gt; or not.  If it turns out that there is a huge
application for this after all, I can repocopy it somewhere safer and
we can revive it elsewhere.  But please, not in libc!
</content>
</entry>
<entry>
<title>MFp4: Link strtof.3 and strtold.3 to strtod.3.</title>
<updated>2003-04-05T07:33:46Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-04-05T07:33:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=63e6ca586e4095d141bf4b662d97d2d80a6c3043'/>
<id>urn:sha1:63e6ca586e4095d141bf4b662d97d2d80a6c3043</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace our ancient dtoa/strtod implementation with the gdtoa</title>
<updated>2003-03-12T20:30:00Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2003-03-12T20:30:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6a66acb565dde6d5b0ee52eef2a631fbb09df153'/>
<id>urn:sha1:6a66acb565dde6d5b0ee52eef2a631fbb09df153</id>
<content type='text'>
package, a more recent, generalized set of routines.  Among the
changes:
- Declare strtof() and strtold() in stdlib.h.
- Add glue to libc to support these routines for all kinds
  of ``long double''.
- Update printf() to reflect the fact that dtoa works slightly
  differently now.

As soon as I see that nothing has blown up, I will kill
src/lib/libc/stdlib/strtod.c.  Soon printf() will be able
to use the new routines to output long doubles without loss
of precision, but numerous bugs in the existing code must
be addressed first.

Reviewed by:	bde (briefly), mike (mentor), obrien
</content>
</entry>
<entry>
<title>Add an MLINK malloc.conf(5) -&gt; malloc(3).</title>
<updated>2003-01-24T13:58:56Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2003-01-24T13:58:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f049d395e259749aaa7a7573b0d4a26c9f91616'/>
<id>urn:sha1:3f049d395e259749aaa7a7573b0d4a26c9f91616</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin</title>
<updated>2003-01-02T20:44:41Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2003-01-02T20:44:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d3951ad162da9d90d752eab5527b608e9e90624e'/>
<id>urn:sha1:d3951ad162da9d90d752eab5527b608e9e90624e</id>
<content type='text'>
to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes
to the user being granted the pty.

Submitted by:	Ryan Younce &lt;ryany@pobox.com&gt;
Reviewed by:	security-officer@, standards@, mike@
</content>
</entry>
<entry>
<title>libc_r wasn't so tied to libc for 22 months.</title>
<updated>2002-11-18T09:50:57Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-18T09:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c51d717f0c0adcb64bbf49ef373972c2367c50ec'/>
<id>urn:sha1:c51d717f0c0adcb64bbf49ef373972c2367c50ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title> - Remove the lsearch() and lfind() functions and their manpage from</title>
<updated>2002-10-16T14:29:23Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-10-16T14:29:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6c84d0b1a5f243e4aa87fe02c82627b7d11d053e'/>
<id>urn:sha1:6c84d0b1a5f243e4aa87fe02c82627b7d11d053e</id>
<content type='text'>
   the compatibility library libcompat.
 - Add new implementations of lsearch() and lfind() which conform to
   IEEE Std 1003.1-2001 to libc.  Add a new manual page for them and
   add them to the makefile.
 - Add function prototypes for lsearch() and lfind() to the search.h
   header.
</content>
</entry>
</feed>
