| Age | Commit message (Expand) | Author |
| 2003-11-10 | Simplify set(). No functional change. | ross |
| 2003-11-10 | Refix last delta's string copying edits | ross |
| 2003-10-31 | Defensively rewrite a string moving loop. | ross |
| 2003-10-29 | Fix the broken "!" escape and "shell" (&-prompt) commands. These problems | ross |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-14 | PR/21896: Jun-ichiro itojun Hagino: Fix botch with passing -1 as the stdin | christos |
| 2003-07-10 | Rename a large chunk of the make(1) variables which refer to a | lukem |
| 2003-06-26 | Fix quoting. | wiz |
| 2003-03-29 | bring in fixes from OpenBSD: | christos |
| 2003-03-29 | Fix a bug introduced by Christos Zoulas in version 1.4. | perry |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-04 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-01-05 | Add ${MACROS} to ${ROFF} usage to make output readable | pooka |
| 2002-09-26 | Ispell. Begin new sentences on a new line. | wiz |
| 2002-08-12 | calloc() arg mistake. it's (nelem, size). from openbsd | itojun |
| 2002-03-29 | The print/Print pair just cries out for a corresponding save/Save feature, | ross |
| 2002-03-29 | only count header lines that are actually going to be displayed | ross |
| 2002-03-12 | Do not remove the spool file if not mail remains, just truncate it | wiz |
| 2002-03-08 | Usually, one reads from standard input, not standard output (comment). | wiz |
| 2002-03-06 | Replace last tempnam() with mkstemp(), and remove the tempMail variable. | wiz |
| 2002-03-06 | Give mail.1 a DESCRIPTION section. | wiz |
| 2002-03-06 | Replace another tempnam() with mkstemp(), and remove the tempEdit variable. | wiz |
| 2002-03-05 | Use warn() instead of perror(). | wiz |
| 2002-03-05 | KNF: No space after casts. | wiz |
| 2002-03-05 | Replace another tempnam() with mkstemp(), and remove the tempResid variable. | wiz |
| 2002-03-05 | Replace a 0-cast with NULL. | wiz |
| 2002-03-05 | Replace another tempnam with mkstemp (inspired by OpenBSD). | wiz |
| 2002-03-05 | Replace another tempnam() with mkstemp(), and remove the tempMesg variable. | wiz |
| 2002-03-05 | Replace printf+exit with errx. | wiz |
| 2002-03-05 | Check tmpdir for being empty and remove trailing slashes in it. Replace one | wiz |
| 2002-03-05 | ANSIfy another function (overlooked that one...). | wiz |
| 2002-03-05 | Use strpbrk(3) instead of anyof(). | wiz |
| 2002-03-04 | Replace some more special pointers to zero (NIL, NONE, NOVAR, NOGRP, NOGE) | wiz |
| 2002-03-04 | Don't use special null string pointer (NOSTR), just use NULL. | wiz |
| 2002-03-02 | WARNS=2. | wiz |
| 2002-03-02 | Rename variables to avoid shadowing. | wiz |
| 2002-03-02 | ANSIfy, and minimal KNF. | wiz |
| 2002-03-02 | Rename a variable to avoid shadowing. | wiz |
| 2002-03-02 | ANSIfy. | wiz |
| 2002-02-09 | use ${INSTALL_FILE} as appropriate | lukem |
| 2001-12-19 | PR/15000: Mike Heffner: mail(1) doesn't reposition pointer correctly | christos |
| 2001-12-01 | Space and paragraph fixes. | wiz |
| 2001-10-19 | Rename "aux.c" to "support.c" to avoid clash with invalid "aux" basename | tv |
| 2001-10-17 | Properly quote `No' (as non-macro argument). | wiz |
| 2001-04-04 | Add section to xref. Whitespace and punctuation fixes. | wiz |
| 2001-02-05 | fix nested externs | christos |
| 2000-09-23 | Use ${COPY} instead of -c for ${INSTALL} commands. | simonb |
| 2000-09-19 | Add -E "dontsendempty" flag which does not send messages that have no | christos |
| 2000-07-06 | printf fmt string without %s, from OpenBSD. | ad |
| 2000-07-05 | Pass ${INSTPRIV} to ${INSTALL}. | enami |