aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a fencepost error.Poul-Henning Kamp1996-01-051-4/+4
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-302-180/+0
* Added prototypes.Bruce Evans1995-12-261-3/+8
* Preallocate a small structure, so we can sbrk(2) further back.Poul-Henning Kamp1995-12-181-2/+8
* Change phkmalloc so that the page directory is now floating and allocatedPeter Wemm1995-12-111-29/+47
* Mino cleanup, #includes & unused vars.Poul-Henning Kamp1995-10-222-2/+6
* Remove EXTRA_SANITY, fix a unused var.Poul-Henning Kamp1995-10-221-4/+8
* Doubled the performance of getenv()/__findenv() by rewriting it to notDavid Greenman1995-10-171-20/+24
* phkmalloc/2Poul-Henning Kamp1995-10-082-311/+370
* A buglet when dumping and a stylistic point from Mike.Poul-Henning Kamp1995-09-221-8/+8
* ``phkmalloc''Poul-Henning Kamp1995-09-163-373/+1123
* Make strtod conforms manpage, use isspace to skip initial whitespacesAndrey A. Chernov1995-08-011-7/+3
* Similar changes like in strtol, all this family is VERY brokenAndrey A. Chernov1995-08-015-5/+15
* strtol and atoi VERY broken in 8bit chars locale, i.e. if you pass somethingAndrey A. Chernov1995-08-011-1/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-3010-71/+78
* Fix a missing _hash() to prevent namespace pollution with the db/hash routines.Jordan K. Hubbard1995-03-281-5/+7
* Hash 8bit chars without sign extensionAndrey A. Chernov1995-03-261-3/+8
* Add the strhash family of routines. They provide a number of featuresJordan K. Hubbard1995-03-262-2/+416
* Don't attempt to lstat() the POSIXLY invalid empty pathname.Bruce Evans1995-02-251-1/+1
* u_int -> unsigned int, so that we don't have to include <sys/types.h>Bruce Evans1994-09-051-2/+2
* First crack at making libc work with the new make macros. It compiles onGarrett Wollman1994-08-051-4/+8
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2764-0/+9701