| Age | Commit message (Expand) | Author |
| 2001-12-15 | Use __sh__ instead of __sh3__. | thorpej |
| 2001-11-04 | fix WARNS=2 (-Wshadow) warnings | lukem |
| 2001-10-31 | Inspired by Stevens' APUE and the implementation example in XSH: | kleink |
| 2001-09-16 | Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections, | wiz |
| 2001-09-16 | Sort SEE ALSO and remove trailing comma. | enami |
| 2001-06-19 | Add x86_64 to the list of if defined(blah) for endian determination | fvdl |
| 2001-06-09 | remove confusing comparison with srand (it does not return the old seed) | assar |
| 2001-06-07 | Add sradixsort to the NAME section. | simonb |
| 2001-05-10 | Add an underscore for consistency. | mycroft |
| 2001-05-07 | For consistency add a _DIAGASSERT() case, and remove some cruft. | kleink |
| 2001-05-07 | Add a _DIAGASSERT() case, and remove some cruft. | kleink |
| 2001-05-07 | Use <stddef.h> rather than <stdio.h> if it's just NULL that's wanted. | kleink |
| 2001-05-07 | need stdio.h for NULL... | lukem |
| 2001-05-06 | More fixes: | christos |
| 2001-05-03 | PR/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-24 | don't claim that options are illegal, cf lib/12715 | joda |
| 2001-03-22 | document EXIT_SUCCESS and EXIT_FAILURE, since they've been around | cgd |
| 2001-03-21 | Sprinkle some restrict qualifiers. | kleink |
| 2001-03-16 | Add documentation of nmemb parameter, per PR 10567 | fair |
| 2001-02-21 | Add support for ARM VFP-format doubles, conditional on __VFP_FP__. | bjh21 |
| 2001-02-21 | fix _DIAGASSERT usage in hsearch() | lukem |
| 2001-02-19 | nuke a ref to __progname that somehow crept in | cgd |
| 2001-02-19 | convert from __progname to getprogname() | cgd |
| 2001-02-19 | LP64 | ross |
| 2001-02-16 | add hcreate.3 | msaitoh |
| 2001-02-14 | update for current status of implementation | cgd |
| 2001-02-14 | build new hsearch() code | cgd |
| 2001-02-14 | add new, from scratch implementation of hsearch() et al that actually works | cgd |
| 2001-02-14 | move db/man/hcreate.3 to stdlib/hcreate.3 | cgd |
| 2001-02-12 | don't extern char *__progname; it's never used! | cgd |
| 2001-02-09 | __arm26__ || __arm32__ -> __arm__ | bjh21 |
| 2001-01-12 | slighly clarify how endbyte is used, so that this matches implementation more... | jdolecek |
| 2001-01-08 | link sradixsort(3) -> radixsort(3) | lukem |
| 2001-01-05 | we now have utrace, support it here | jdolecek |
| 2001-01-04 | sprinkle _DIAGASSERT() around | lukem |
| 2000-12-21 | first import of citrus LC_CTYPE locale. singlebyte only at this moment. | itojun |
| 2000-12-20 | fix sbrk casts | christos |
| 2000-12-20 | avoid nested extern declaration | christos |
| 2000-12-20 | fix nested extern | christos |
| 2000-12-19 | fix nested extern declaration. | christos |
| 2000-12-13 | Radixsort wants a const u_char ** as a fisrt argument, not just a | garbled |
| 2000-11-26 | Be SUS-conformant regarding return value when option argument is missing. | wiz |
| 2000-11-26 | Reorder sections to conform more to mdoc.samples; remove non-mdoc | wiz |
| 2000-10-05 | make random(3) manpage meet with actual implementation. | itojun |
| 2000-08-25 | Some (popular) programs expect to be able to re-initialize `optind' | thorpej |
| 2000-07-08 | Correct format mismatch for field widths | sommerfeld |
| 2000-07-06 | avoid losing precision warnings | christos |
| 2000-07-05 | remove extra period in SEE ALL section | msaitoh |
| 2000-06-14 | fix up NetBSD RCS Ids to match the standard, and the leading comment as | cgd |