| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename mail(1)'s aux.c to util.c. | ed | 2009-01-16 | 2 | -2/+2 |
* | Use static storage-class specifier where appropriate. | dds | 2007-11-08 | 4 | -10/+10 |
* | Make function's definition follow its declared visibility. | dds | 2007-11-08 | 1 | -1/+1 |
* | o Really commit typo fixes to HEAD. | maxim | 2007-03-25 | 1 | -1/+1 |
* | Document the TMPDIR environment variable. | dds | 2006-01-05 | 1 | -1/+3 |
* | Sync usage screen with manpage. | yar | 2005-10-07 | 1 | -7/+6 |
* | Document the -d flag to mail(1) better, which comes handy when | yar | 2005-10-07 | 1 | -6/+15 |
* | Remove the dates from these files. They serve no purpose and result in | cperciva | 2005-08-17 | 1 | -1/+2 |
* | Bumped document date. | ru | 2004-05-19 | 1 | -6/+8 |
* | These aren't all binary options. | mikeh | 2004-03-09 | 1 | -1/+1 |
* | Assign checkmode boolean earlier to handle the goto jump. | mikeh | 2004-03-06 | 1 | -1/+1 |
* | Add the -e (mail presence test), -H (header summary mode), and -F | mikeh | 2004-02-29 | 6 | -14/+183 |
* | Remove 2 more unused doc Makefiles. | trhodes | 2003-02-04 | 1 | -11/+0 |
* | The return-path is optional in a headline, therefore don't skip a | mikeh | 2003-01-09 | 1 | -5/+12 |
* | Correct a few more definitions, capitalize header fields consistently. | mikeh | 2003-01-09 | 1 | -5/+5 |
* | Clarify ~. escape definition, remove duplicate entry, and shorten a | mikeh | 2003-01-09 | 1 | -4/+3 |
* | Document the ~. and ~? command escapes. | mikeh | 2003-01-09 | 1 | -0/+4 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -1/+1 |
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 1 | -1/+1 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 23 | -46/+46 |
* | Add support for the 'flipr' option per IEEE 1003.1-2001. | mikeh | 2002-06-25 | 2 | -2/+10 |
* | Use strcasestr() instead of reimplementing it. | mikeh | 2002-06-25 | 1 | -45/+18 |
* | Make the 'searchheaders' option behave how it was supposed to. If | mikeh | 2002-06-25 | 3 | -11/+16 |
* | Rearrange a little, specifically: | mikeh | 2002-06-25 | 1 | -86/+131 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -9/+14 |
* | remove __P | imp | 2002-03-22 | 3 | -219/+216 |
* | #include <sys/time.h> instead of depending on namespace pollution in | bde | 2002-02-25 | 1 | -0/+2 |
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | markm | 2002-02-08 | 1 | -1/+0 |
* | Show arguments of command line options | charnier | 2002-01-22 | 1 | -11/+21 |
* | Link mail(1) to mailx per POSIX. Mail(1) isn't 100% POSIX compliant, | mikeh | 2002-01-19 | 2 | -4/+7 |
* | mdoc(7) police: oops, forgot about those interim XXX'es. | ru | 2002-01-10 | 1 | -8/+4 |
* | mdoc(7) police: tidy up. | ru | 2002-01-10 | 1 | -212/+237 |
* | Fix comment. | mikeh | 2001-12-23 | 1 | -1/+1 |
* | Add support for ~_, ~x, ~i, ~a, ~A, ~<, and ~r! tilde-escapes. Improve | mikeh | 2001-12-22 | 3 | -27/+138 |
* | Add missing {} to 'for'. It fix coredump (result of NetBSD changes merge) | ache | 2001-12-19 | 1 | -1/+2 |
* | Add (unsigned char) cast to ctype macros | ache | 2001-12-19 | 9 | -34/+34 |
* | Sync with most of NetBSD's changes, including: | mikeh | 2001-12-18 | 18 | -157/+439 |
* | Install files via FILES. | ru | 2001-12-17 | 1 | -4/+3 |
* | I'm working on cleaning this up, however it probably won't be done for | mikeh | 2001-12-12 | 1 | -0/+2 |
* | Don't add space after comma unless there was already one (prevents a | mikeh | 2001-09-23 | 1 | -4/+4 |
* | File positions are off_t nowdays, not long, so: | ache | 2001-09-02 | 4 | -7/+8 |
* | Handle snprintf() returning -1. | brian | 2001-08-20 | 1 | -1/+1 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 3 | -6/+0 |
* | mdoc(7) police: protect trailing full stops of abbreviations | ru | 2001-08-10 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: fixed formatting bugs in rev. 1.27. | ru | 2001-07-05 | 1 | -3/+5 |
* | Add the -E flag to not send messages that have an empty body. This is | mikeh | 2001-06-28 | 3 | -8/+19 |
* | Nuke unused variables. | dd | 2001-06-24 | 1 | -1/+1 |