| Age | Commit message (Expand) | Author |
| 2007-04-12 | Use IEC 60027-2 prefixes for 2^n based prefixes. | lukem |
| 2006-12-18 | remove bogus (void)&var; From Anon Ymous | christos |
| 2006-11-26 | PR/34984: Denis Lagno: minor problems with tsearch.3 | elad |
| 2006-11-24 | fix spelling of accidentally; from Zapher | christos |
| 2006-10-08 | PR/34602: sushant: Bug in malloc implementation contains dead code in | elad |
| 2006-10-08 | - Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib. | thorpej |
| 2006-10-07 | Correctly recover signal state if failed trying to set it. | elad |
| 2006-10-04 | Switch from 4-clause to 2-clause BSD license. | wiz |
| 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 |