summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2005-04-24Revert the previous patch. It is not worth it optimizing the code to avoidchristos
2005-04-24Simplify the code and avoid a compiler issue with -O6 on sparc64:christos
2005-04-19Grammar fix.wiz
2005-04-18Document index argument, and mention that long_optionswiz
2005-04-15Due to their "inverse" treatment of the fraction's MSb, update NANkleink
2005-04-04Remove duplicate words; grammar fix.wiz
2005-04-04Drop trailing whitespace.wiz
2005-04-03Add FreeBSD's strfmon(3). From Rui Paulo. No bump this time. Take advantagechristos
2005-03-23Avoid lint warning after previous.kleink
2005-03-22* Add restrict qualifiers to tdelete() function arguments.kleink
2005-02-17remove extraneous `*' that caused a core-dump.christos
2005-02-17do some manual CSE.christos
2005-02-17Fix lint warning caused by last change.tron
2005-02-17Jump to just before the copy instead of after it. Saves 8 byte on i386.enami
2005-02-17Simplify, KNF and plug leaks. Compile test only.enami
2005-02-17Simplify and KNF. Instead of keeping track if the pointer was allocated,christos
2005-02-09A little libc namespace housekeeping exercise:kleink
2004-11-28Add heapsort to libnbcompatjmc
2004-10-28Use (unsigned char) cast to sanitise arguments to ctype functions.dsl
2004-10-27Fix a load of international alphabet problems with isxxx() and toupper()dsl
2004-08-05actually add _Exit.yamt
2004-07-01Make the spelling of reentrant match the rest of the system.kleink
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2004-05-28Uppercase Dt argument; \-1, not -1; sort SEE ALSO; & -> \*[Am].wiz
2004-05-28Drop trailing whitespace.wiz
2004-05-27unix/98 pty functions and manual pages.christos
2004-05-09There are two instances of getsubopt.c, one in gen, which came by thekleink
2004-04-23s/this this/this/.simonb
2004-03-05Explicitly use base 10 when parsing numbers, to enforce the "decimal number"lukem
2004-02-13Spell the plural of suffix "suffixes", not "suffices".wiz
2004-01-17print max rather than min in error message when numberdbj
2003-11-26improve random number generation by using largest 31-bit primejdolecek
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-05Style fixes to reduce diff size against the FreeBSD version, notably:junyoung
2003-09-23Slight syncing with OpenBSD version.wiz
2003-09-19add warning on realloc() size de-synchronization. from openbsditojun
2003-09-10Use standard section headers, suggested by jmc@openbsd. Sort sections.wiz
2003-09-10Pull over some improvements from OpenBSD's v1.26 of this file, includingwiz
2003-09-10getopt return value has to be held in int, not char.itojun
2003-09-09Fix typos and declare a missing variable in example. From Quentin Garnier in ...wiz
2003-09-08Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.wiz
2003-09-07Fix typos in comments; from Brian Poole via jmc@openbsd.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-23call malloc_init() on first call to free/realloc, to make malloc.conf toitojun
2003-06-27Remove superfluous comma.wiz
2003-06-27Quote question mark.wiz
2003-06-03Add atoll(3) to libnbcompat. We need it when building target's gccuwe
2003-05-29KNF example: NULL vs. 0, space after switch.kleink
2003-05-10Misc fixes from jmc@openbsd.wiz