summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 'acc' is not initialized in one hypotetical case, fix itAndrey A. Chernov2001-09-044-8/+8
* Locale *is* used in strto*l*(), at least for isspace(), so removeAndrey A. Chernov2001-09-048-58/+105
* Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-312-16/+2
* If the string specifying the allowed options starts with a leading `:',Joseph Koshy2001-08-161-5/+2
* Fixed style bugs (dot `.' at the end of error and warning messages).Ruslan Ermilov2001-08-101-22/+22
* Markup nits: use diagnostic type lists for error and warning messages.Ruslan Ermilov2001-08-101-21/+17
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.Yaroslav Tykhiy2001-08-091-4/+1
* mdoc(7) police: expand plain text xrefs.Ruslan Ermilov2001-08-082-2/+6
* Only pull in the MD files if they exist. This allows for progressiveMark Peek2001-07-311-0/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-1514-35/+35
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-105-5/+5
* mdoc(7) police: eliminate -ww warnings.Ruslan Ermilov2001-07-091-2/+2
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-092-2/+0
* mdoc(7) police: mark NULL with .Dv.Ruslan Ermilov2001-07-041-8/+24
* mdoc(7) police: the BUGS section should go after HISTORY and AUTHORS.Dima Dorfman2001-06-241-6/+6
* The fact that phk wrote this is not a bug!Dima Dorfman2001-06-241-5/+2
* Reword a sentence to make it proper English.Dima Dorfman2001-06-241-1/+1
* urandom(4) -> random(4) in comments.Dima Dorfman2001-06-072-2/+2
* urandom(4) -> random(4)Dima Dorfman2001-06-072-4/+4
* Add new, from scratch implementation of hsearch() et al that actually works.Ruslan Ermilov2001-05-153-3/+394
* Grammar nit.Ruslan Ermilov2001-04-271-1/+1
* Add sranddev.3 to MLINKSAndrey A. Chernov2001-04-231-1/+1
* Add #include "un-namespace.h"Andrey A. Chernov2001-04-231-0/+1
* srand*dev() fallback code: change ^getpid() to ^(getpid() << 16) to allowAndrey A. Chernov2001-04-232-2/+2
* Add sranddev() since srand() is not vary much with seed, typical timeAndrey A. Chernov2001-04-232-1/+46
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Make tdelete(3), tfind(3), and twalk(3) links to tsearch(3).Dima Dorfman2001-03-151-0/+1
* Merge in strtoul.3 rev 1.11 mdoc(7) police changes:David E. O'Brien2001-02-281-2/+3
* mdoc(7) police: fix the .Nd line broken in previous revision.Ruslan Ermilov2001-02-281-2/+3
* Use formula with better random distribution for rand()Andrey A. Chernov2001-02-271-0/+26
* I accidently deleted an include when I added the $FreeBSD$ so I couldDavid E. O'Brien2001-02-272-0/+4
* Impliment the ISO-C99 strto[u]ll()David E. O'Brien2001-02-277-175/+111
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-2619-19/+19
* Update unused __dtoa prototypes to match reality.Tor Egge2001-02-252-3/+3
* Remove freelists managed by Balloc/Bfree.Tor Egge2001-02-152-64/+23
* "Cross references in the SEE ALSO section should be sorted by sectionRuslan Ermilov2001-02-121-2/+2
* mmap(3) -> mmap(2).Ruslan Ermilov2001-02-121-2/+2
* Include mmap(2) in the list of memory allocation functions.Nik Clayton2001-02-111-2/+10
* .Xr to mmap.Nik Clayton2001-02-111-1/+2
* mdoc(7) police: mark LC_NUMERIC with .Dv.Ruslan Ermilov2001-02-102-3/+5
* Note that decimal point taken from localeAndrey A. Chernov2001-02-101-0/+3
* Note the fact that decimal point taken from locale (according to SUSv2)Andrey A. Chernov2001-02-101-0/+2
* Use decimap_point from localeconv() instead of hardcoded '.'Andrey A. Chernov2001-02-101-1/+4
* Backout previous commit. Use of spinlocks was not approved.Tor Egge2001-02-092-43/+35
* Protect freelists managed by Balloc/Bfree with a spinlock.Tor Egge2001-02-082-35/+45
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-071-1/+1
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.Bruce Evans2001-02-051-1/+1
* Remove a sizeof(void *) == sizeof(int) assumption.Poul-Henning Kamp2001-02-041-7/+7
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-016-7/+7
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-246-31/+41