| Age | Commit message (Expand) | Author |
| 2000-07-06 | printf fmt string without %s, from OpenBSD. | ad |
| 2000-07-05 | Pass ${INSTPRIV} to ${INSTALL}. | enami |
| 2000-05-05 | sync with sendmail path change (/etc/aliases -> /etc/mail/aliases) | itojun |
| 2000-03-13 | Fix doubled 'the's. | soren |
| 2000-02-10 | Rename send() to sendmessage() to avoid conflict with send(2) in "libc". | tron |
| 2000-01-21 | Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get | mycroft |
| 1999-12-20 | fix trivial nroff source bug, per PR 8724 | fair |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-02-17 | Added missing mailx tilde escapes that POSIX wants (~<!, ~a, ~A, ~i). | mjl |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1999-02-09 | fixes for PR 3886, 4719, 5424 | dean |
| 1999-02-08 | Set the 'crt' flag by default. This enables the pager, so that | he |
| 1999-01-06 | Fix preprocessor logic bogon; from Michael Eriksson <eramer@era-t.ericsson.se> | kleink |
| 1998-12-19 | Fix ifdef mess. | christos |
| 1998-12-19 | char -> unsigned char | christos |
| 1998-12-19 | union wait -> int | christos |
| 1998-12-19 | index -> strchr | christos |
| 1998-12-19 | char -> unsigned char, index -> strchr | christos |
| 1998-12-19 | char -> unsigned char | christos |
| 1998-12-19 | char -> unsigned char, index -> strchr, s.w_termsig -> WTERMSIG(s) | christos |
| 1998-12-19 | char -> unsigned char | christos |
| 1998-12-19 | char -> unsigned char, s.w_coredump -> WCOREDUMP(s) | christos |
| 1998-12-19 | char -> unsigned char, index -> strchr, rindex -> strrchr | christos |
| 1998-10-08 | Get rid of commons. | wsanchez |
| 1998-09-27 | don't install in /usr/share if NOSHARE is defined | lukem |
| 1998-08-27 | messages are in /var/mail, not /usr/spool/mail | hubertf |
| 1998-08-25 | Add { and } to shut up egcs. Reformat the more questionable code. | ross |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-06-10 | Don't segfault just because a line starts with null. | ross |
| 1998-04-02 | Include <time.h>, needed for various definitions. | kleink |
| 1998-01-09 | RCS Id Police. | perry |
| 1997-12-21 | Make this work with obj dirs | christos |
| 1997-12-07 | Fix a pasto that would cause coredumps on exit when the mailbox has been | bad |
| 1997-11-26 | Work around gcc -Wuninitialized lossage. | bad |
| 1997-11-25 | Detect more errors while manipulating mailbox files and tell the user | bad |
| 1997-11-25 | Do not propagate local pipe and file address that are marked for deletion | bad |
| 1997-11-11 | add missing .Nm sections. | mrg |
| 1997-11-07 | fix numerous typos | mikel |
| 1997-10-31 | Make sure to clear the child's signal mask in all cases. | mycroft |
| 1997-10-31 | Oops; previous change was incomplete. | mycroft |
| 1997-10-31 | Slight simplification of some signal handling goo. | mycroft |
| 1997-10-31 | revert previous. It was dumb. | christos |
| 1997-10-31 | Forgot to commit this somehow [part of the signal mask botch fix] | christos |
| 1997-10-19 | Use S_IS*(), not S_IF*. | mycroft |
| 1997-10-19 | Use _POSIX_VDISABLE, not 0, to disable special characters. | mycroft |
| 1997-10-19 | fix compile warnings on the alpha. | mrg |
| 1997-10-19 | Fill in the microseconds fields for utimes(2). | mycroft |
| 1997-10-19 | WARNSify, fix .Nm usage, deprecate register, use <err.h> | lukem |
| 1997-10-18 | Allow mailboxes to be in <cr><lf> format. | matt |