| Age | Commit message (Expand) | Author |
| 2006-06-28 | s,floride,fluoride, | mjl |
| 2006-04-24 | Bump date for previous. | wiz |
| 2006-04-24 | - add a missing ; | liamjfoy |
| 2006-04-22 | Move strtoumax.c from libc/stdlib to common/libc/stdlib and include it | thorpej |
| 2006-03-31 | correct multiplicand in pseudorandom generation | drochner |
| 2006-03-31 | switch byteorder of seed to match previous (and documented) behaviour | drochner |
| 2006-03-24 | Xref rnd(4). | kleink |
| 2006-03-22 | build erand48_ieee754.c on everything but vax | drochner |
| 2006-03-22 | Rewrite erand48() to put the random bits into the mantissa by simple | drochner |
| 2006-03-22 | <math.h> is just needed for the ldexp() call in erand48() - | drochner |
| 2006-03-19 | Coverity CID 1560: Don't leak memory when multiple currency symbols are present | christos |
| 2006-03-19 | Coverity CID 2528: Don't delete the node we are about to return. | christos |
| 2006-03-15 | Use more macros. | wiz |
| 2006-03-15 | Add strtof(3) and strtold(3); welcome libc 12.137. | kleink |
| 2006-02-25 | Fix some typos. | wiz |
| 2006-01-25 | Drop in gdtoa as a replacement for dtoa, strtod() from stdlib/strtod.c. | kleink |
| 2006-01-20 | Kill _Exit; breaks build on cygwin and this implementation "is not exactly | christos |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-20 | Use reach-over sources from common/lib/libc | christos |
| 2005-12-04 | Older gcc does not support #ifdef inside macro expansion. | christos |
| 2005-12-02 | redo the previous; constify rather than making a string writable. | yamt |
| 2005-12-02 | note that "argv" is not really const. | yamt |
| 2005-12-02 | don't make internal functions pretend to take a const argument. | yamt |
| 2005-11-29 | WARNS=4 | christos |
| 2005-09-26 | Punctuation nits; grammar fix. | wiz |
| 2005-09-25 | add getenv_r and ttyname_r | christos |
| 2005-09-13 | compat core reorg. | christos |
| 2005-07-30 | - Fix the remaining indr_references so that they define lint symbols. | christos |
| 2005-07-16 | revert previous, my include files were out of day. | christos |
| 2005-07-16 | Fix prototype inconsistency, discovered by lint2 fixes. | christos |
| 2005-07-12 | Remove superfluous Pp, sort sections. | wiz |
| 2005-07-12 | Remove superfluous Pp. | wiz |
| 2005-07-06 | tolerate NULL pointers at some places | drochner |
| 2005-07-06 | add some clarification, and refer to POSIX | drochner |
| 2005-07-06 | fix for non-const lsearch() arg, also fix return values and the | drochner |
| 2005-07-06 | The source array of lsearch() shouldn't be "const". | drochner |
| 2005-07-06 | Move insque/remque/lsearch/lfind from libcompat to libc, | drochner |
| 2005-06-12 | Add missing __RCSID() | lukem |
| 2005-04-24 | Revert the previous patch. It is not worth it optimizing the code to avoid | christos |
| 2005-04-24 | Simplify the code and avoid a compiler issue with -O6 on sparc64: | christos |
| 2005-04-19 | Grammar fix. | wiz |
| 2005-04-18 | Document index argument, and mention that long_options | wiz |
| 2005-04-15 | Due to their "inverse" treatment of the fraction's MSb, update NAN | kleink |
| 2005-04-04 | Remove duplicate words; grammar fix. | wiz |
| 2005-04-04 | Drop trailing whitespace. | wiz |
| 2005-04-03 | Add FreeBSD's strfmon(3). From Rui Paulo. No bump this time. Take advantage | christos |
| 2005-03-23 | Avoid lint warning after previous. | kleink |
| 2005-03-22 | * Add restrict qualifiers to tdelete() function arguments. | kleink |
| 2005-02-17 | remove extraneous `*' that caused a core-dump. | christos |