| Age | Commit message (Expand) | Author |
| 2003-10-21 | Don't use NULL to compare against an int. | fvdl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-06-27 | End sentence with a dot. | wiz |
| 2003-05-14 | setup -> set up. | wiz |
| 2003-04-16 | Use | wiz |
| 2002-11-11 | Fix signed/unsigned comparison warnings, and shadow warnings. | thorpej |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). | lukem |
| 2002-08-08 | Refer to rcmd(3) instead of the non-existing krcmd(3). | soren |
| 2002-02-07 | generate & symbolically | ross |
| 2002-02-07 | Generate <>& symbolically. | ross |
| 2002-01-15 | Sort SEE ALSO. | wiz |
| 2002-01-15 | Drop an unnecessary .Pp. | wiz |
| 2002-01-15 | Punctuation nit, sort SEE ALSO. | wiz |
| 2002-01-15 | Punctuation nit. | wiz |
| 2002-01-15 | Drop a trailing empty line. | wiz |
| 2001-11-05 | WARNS=2 fixes | lukem |
| 2000-09-14 | check LIBC_SCCS | msaitoh |
| 2000-07-11 | Correct ctype(3) usage. | itohy |
| 2000-07-05 | remove extra period in SEE ALL section | msaitoh |
| 2000-06-14 | sweep of my licenses (userland files w/o only my copyright) for | cgd |
| 2000-06-14 | fix up NetBSD RCS Ids to match the standard, and the leading comment as | cgd |
| 2000-02-19 | Build a PIC version of this -- but not yet a shlib, due to some obscure lossage | mycroft |
| 1999-09-20 | back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. | lukem |
| 1999-09-16 | * use _DIAGASSERT() to check pointer arguments against NULL and file | lukem |
| 1999-09-16 | sort includes | lukem |
| 1999-08-22 | Add missing regerror() prototype. | kleink |
| 1999-08-22 | G/C the manual pages for getpw(3), vlimit(3) and vtimes(3). Although stated | kleink |
| 1999-08-12 | Undo last commit. As pointed out by John Darrow on "regex.c" wasn't listed | tron |
| 1999-08-11 | why have regex.c twice in SRCS ? | lukem |
| 1999-07-02 | More trailing white space. | simonb |
| 1999-05-09 | LP64 fixes. *sigh* | mycroft |
| 1999-05-06 | Forgot to commit this. | christos |
| 1999-05-04 | - widen prototypes | christos |
| 1999-05-04 | add /*ARGSUSED*/ | christos |
| 1999-05-04 | - KNF | christos |
| 1999-05-04 | - add a comparison to NULL in a conditional. | christos |
| 1999-05-04 | In lint redefine __compat_regerror to __compat43_regerror, to avoid clash | christos |
| 1999-05-04 | De-constify the code, and add const castaway lint comments. | christos |
| 1999-05-04 | Cast to unsigned short to avoid loss of precision message. | christos |
| 1999-03-22 | Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1998-09-14 | __RENAME() the libcompat regexp routines so they will not be used by | tv |
| 1998-08-29 | first pass at fixing up capitalization of function names and | lukem |
| 1998-08-19 | Add some braces to make egcs happy. | thorpej |
| 1998-08-14 | Add the correct type for the first parameter. | phil |
| 1998-08-10 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-07-26 | Copy into a local buffer rather than using the getpw*() buffer. | mycroft |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |