summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
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
2000-12-19fix nested extern declaration.christos
2000-12-13Radixsort wants a const u_char ** as a fisrt argument, not just agarbled
2000-11-26Be SUS-conformant regarding return value when option argument is missing.wiz
2000-11-26Reorder sections to conform more to mdoc.samples; remove non-mdocwiz
2000-10-05make random(3) manpage meet with actual implementation.itojun
2000-08-25Some (popular) programs expect to be able to re-initialize `optind'thorpej
2000-07-08Correct format mismatch for field widthssommerfeld
2000-07-06avoid losing precision warningschristos
2000-07-05remove extra period in SEE ALL sectionmsaitoh
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-06-09Don't segfault when complaining about an invalid single-character option.nathanw
2000-05-20Disable malloc's hints to the kernel - now that the madvise() syscallsimonb
2000-05-16Workaround no longer needed, now that the compiler is fixed.is
2000-05-09Initial commit of arm26 portbjh21
2000-05-02Add the (void)&acc; hack from strtouq.c to strtoull.c. This works aroundis
2000-04-07Fix the bug introduced in rev 1.28 and actually caused failure on alpha;enami
2000-04-07Backout the previous backing out.enami
2000-04-07small fixes; not yet completewiz
2000-04-02Add "namespace.h" and include <getopt.h> since we moved the stuff outchristos
2000-04-02Remove sections relevant to getopt, and add implementation differences.christos
2000-04-02New getopt_long from Thomas Klausner and Dieter Baronchristos
2000-04-01Make mbstowcs and wcstombs work correctly when handed NULL pointers.erh
2000-03-16Add missing comma.enami
2000-03-15Need to quote excessively long Nd argument.kleink
2000-03-08No longer need internal names for strtoq() and strtouq().kleink
2000-03-07Make lint happy about long long integers. (C99 mode for lint, anyone?)kleink
2000-03-06Add ISO C99 long long integer general utility interfaces; partially addresseskleink
2000-01-31Back out the previous 2 revs. The delint'ing of this file causedthorpej
2000-01-25Added a tab before a '}' to put the brace in the right place.elric
2000-01-23Delint.mycroft
2000-01-23Partially delint, and a few microoptimizations.mycroft
2000-01-22Delint.mycroft