aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-192-1/+5
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov2002-12-1810-31/+32
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-187-10/+34
* mdoc(7) police: sort xrefs in SEE ALSO.Ruslan Ermilov2002-12-131-1/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* mdoc(7) police: overhaul.Ruslan Ermilov2002-12-091-109/+232
* mdoc(7) police: nits.Ruslan Ermilov2002-12-091-15/+18
* Consistently mark std(in|out|err) with .Dv, because that's how theyRuslan Ermilov2002-12-042-3/+7
* mdoc(7) police: sweep.Ruslan Ermilov2002-11-291-11/+13
* mdoc(7) police: formatting nits.Ruslan Ermilov2002-11-293-12/+32
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-5/+3
* Define `Sudden_Underflow' when compiling for the AlphaRobert Drehmel2002-11-141-0/+3
* de-__P()Alfred Perlstein2002-10-161-3/+3
* - Remove the lsearch() and lfind() functions and their manpage fromRobert Drehmel2002-10-163-2/+165
* Remove unneeded $FreeBSD$ tags.Robert Drehmel2002-10-162-4/+0
* - Remove the old insque() and remque() functions and their manualRobert Drehmel2002-10-164-5/+144
* Fix a typo causing incorrect formatting for negative values in some localesTim J. Robbins2002-10-121-3/+5
* Save errno around calls to free(); at least some code paths clobber itTim J. Robbins2002-10-111-0/+3
* Document the kind of format string strfmon() expects. Sync the ErrorsTim J. Robbins2002-10-111-5/+74
* Use the new struct lconv members to determine how to format internationalTim J. Robbins2002-10-111-1/+12
* Non-negative amounts should not have an extra space in front of themTim J. Robbins2002-10-111-6/+2
* "Left precision" and "right precision" are not flags, but separate partsTim J. Robbins2002-10-111-13/+15
* Add cross-references to wide character versions of these functions.Tim J. Robbins2002-10-103-3/+6
* Add missing const qualifier in tfind().Mike Barcroft2002-10-032-2/+2
* Add getopt_long(3).Eric Melville2002-09-293-2/+771
* Add restrict type-qualifier.Mike Barcroft2002-09-202-2/+3
* Implement C99's _Exit() interface.Garrett Wollman2002-09-106-55/+158
* Include some verbage about not calling exit() from functions registeredGarrett Wollman2002-09-062-2/+24
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-0612-17/+17
* s/EDOFUS/EDOOFUS/Poul-Henning Kamp2002-08-211-3/+3
* - Add the 'restrict' qualifier to the function prototypes andRobert Drehmel2002-08-1512-41/+17
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001Robert Drehmel2002-08-142-7/+11
* Use a union to access the words of a double as this is less likelyDavid Malone2002-08-131-4/+8
* Make sure we set errno sensibly in case of failure.Poul-Henning Kamp2002-08-091-0/+7
* Nonexistent SIZE_MAX -> SIZE_T_MAXAndrey A. Chernov2002-08-041-1/+1
* Signal an error instead of giving the caller less memory than they askedTim J. Robbins2002-08-041-0/+7
* Fix some comments.Garrett Wollman2002-07-101-4/+6
* Remove improper use of <namespace.h>Daniel Eischen2002-06-271-1/+0
* Clarify the bit about realloc() and its `ptr' argument a bit.Giorgos Keramidas2002-06-061-2/+3
* Const poison.Poul-Henning Kamp2002-05-301-3/+5
* mdoc(7) police: nit.Ruslan Ermilov2002-05-291-1/+1
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-282-28/+0
* Remove spurious period.Dima Dorfman2002-05-271-1/+1
* Let this code know about PowerPC.Benno Rice2002-05-211-1/+1
* Avoid casting a different sized integer to a pointer on LP64 systems.Peter Wemm2002-05-101-1/+1
* Constify _malloc_options.Poul-Henning Kamp2002-04-242-3/+3
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-292-8/+9
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-0/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-2237-66/+83
* Remove multi-line __P() usage.David E. O'Brien2002-03-222-4/+4