| Age | Commit message (Expand) | Author |
| 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 |
| 2005-02-17 | do some manual CSE. | christos |
| 2005-02-17 | Fix lint warning caused by last change. | tron |
| 2005-02-17 | Jump to just before the copy instead of after it. Saves 8 byte on i386. | enami |
| 2005-02-17 | Simplify, KNF and plug leaks. Compile test only. | enami |
| 2005-02-17 | Simplify and KNF. Instead of keeping track if the pointer was allocated, | christos |
| 2005-02-09 | A little libc namespace housekeeping exercise: | kleink |
| 2004-11-28 | Add heapsort to libnbcompat | jmc |
| 2004-10-28 | Use (unsigned char) cast to sanitise arguments to ctype functions. | dsl |
| 2004-10-27 | Fix a load of international alphabet problems with isxxx() and toupper() | dsl |
| 2004-08-05 | actually add _Exit. | yamt |
| 2004-07-01 | Make the spelling of reentrant match the rest of the system. | kleink |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2004-05-28 | Uppercase Dt argument; \-1, not -1; sort SEE ALSO; & -> \*[Am]. | wiz |
| 2004-05-28 | Drop trailing whitespace. | wiz |
| 2004-05-27 | unix/98 pty functions and manual pages. | christos |
| 2004-05-09 | There are two instances of getsubopt.c, one in gen, which came by the | kleink |
| 2004-04-23 | s/this this/this/. | simonb |
| 2004-03-05 | Explicitly use base 10 when parsing numbers, to enforce the "decimal number" | lukem |
| 2004-02-13 | Spell the plural of suffix "suffixes", not "suffices". | wiz |
| 2004-01-17 | print max rather than min in error message when number | dbj |
| 2003-11-26 | improve random number generation by using largest 31-bit prime | jdolecek |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-05 | Style fixes to reduce diff size against the FreeBSD version, notably: | junyoung |
| 2003-09-23 | Slight syncing with OpenBSD version. | wiz |
| 2003-09-19 | add warning on realloc() size de-synchronization. from openbsd | itojun |
| 2003-09-10 | Use standard section headers, suggested by jmc@openbsd. Sort sections. | wiz |
| 2003-09-10 | Pull over some improvements from OpenBSD's v1.26 of this file, including | wiz |
| 2003-09-10 | getopt return value has to be held in int, not char. | itojun |
| 2003-09-09 | Fix typos and declare a missing variable in example. From Quentin Garnier in ... | wiz |
| 2003-09-08 | Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. | wiz |
| 2003-09-07 | Fix typos in comments; from Brian Poole via jmc@openbsd. | wiz |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-23 | call malloc_init() on first call to free/realloc, to make malloc.conf to | itojun |
| 2003-06-27 | Remove superfluous comma. | wiz |
| 2003-06-27 | Quote question mark. | wiz |
| 2003-06-03 | Add atoll(3) to libnbcompat. We need it when building target's gcc | uwe |
| 2003-05-29 | KNF example: NULL vs. 0, space after switch. | kleink |
| 2003-05-10 | Misc fixes from jmc@openbsd. | wiz |