summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2002-02-07generate & symbolicallyross
2002-02-07Generate <>& symbolically.ross
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv
2002-01-28Punctuation fixes.wiz
2002-01-28C99: support INF, INFINITY, NAN and NAN(n-char-sequence-opt) arguments.kleink
2002-01-15Use .Pp instead of empty lines.wiz
2002-01-15Use Aq for email address.wiz
2002-01-08Make a note about the alignment requirement of the state arraythorpej
2002-01-08Make this actually work on LP64 platforms. It has been brokenthorpej
2001-12-15Use __sh__ instead of __sh3__.thorpej
2001-11-04fix WARNS=2 (-Wshadow) warningslukem
2001-10-31Inspired by Stevens' APUE and the implementation example in XSH:kleink
2001-09-16Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,wiz
2001-09-16Sort SEE ALSO and remove trailing comma.enami
2001-06-19Add x86_64 to the list of if defined(blah) for endian determinationfvdl
2001-06-09remove confusing comparison with srand (it does not return the old seed)assar
2001-06-07Add sradixsort to the NAME section.simonb
2001-05-10Add an underscore for consistency.mycroft
2001-05-07For consistency add a _DIAGASSERT() case, and remove some cruft.kleink
2001-05-07Add a _DIAGASSERT() case, and remove some cruft.kleink
2001-05-07Use <stddef.h> rather than <stdio.h> if it's just NULL that's wanted.kleink
2001-05-07need stdio.h for NULL...lukem
2001-05-06More fixes:christos
2001-05-03PR/12810: Chris ?: malloc core-dumps when given large number as the argument.christos
2001-04-28* Move definitions of exact-width integer types from <machine/types.h>kleink
2001-04-24don't claim that options are illegal, cf lib/12715joda
2001-03-22document EXIT_SUCCESS and EXIT_FAILURE, since they've been aroundcgd
2001-03-21Sprinkle some restrict qualifiers.kleink
2001-03-16Add documentation of nmemb parameter, per PR 10567fair
2001-02-21Add support for ARM VFP-format doubles, conditional on __VFP_FP__.bjh21
2001-02-21fix _DIAGASSERT usage in hsearch()lukem
2001-02-19nuke a ref to __progname that somehow crept incgd
2001-02-19convert from __progname to getprogname()cgd
2001-02-19LP64ross
2001-02-16add hcreate.3msaitoh
2001-02-14update for current status of implementationcgd
2001-02-14build new hsearch() codecgd
2001-02-14add new, from scratch implementation of hsearch() et al that actually workscgd
2001-02-14move db/man/hcreate.3 to stdlib/hcreate.3cgd
2001-02-12don't extern char *__progname; it's never used!cgd
2001-02-09__arm26__ || __arm32__ -> __arm__bjh21
2001-01-12slighly clarify how endbyte is used, so that this matches implementation more...jdolecek
2001-01-08link sradixsort(3) -> radixsort(3)lukem
2001-01-05we now have utrace, support it herejdolecek
2001-01-04sprinkle _DIAGASSERT() aroundlukem
2000-12-21first import of citrus LC_CTYPE locale. singlebyte only at this moment.itojun
2000-12-20fix sbrk castschristos
2000-12-20avoid nested extern declarationchristos
2000-12-20fix nested externchristos