Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-03 | ...and then sync tildehelp and mail9.nr; | Jason McIntyre | |
2008-11-03 | update the tilde escapes for both these files, | Jason McIntyre | |
and try and keep them in a similar format/order; | |||
2008-11-03 | poor USD docs, we always forget you! ...document ~x | Jason McIntyre | |
2008-11-03 | add ~x; which is quite handy sometimes. per posix | Martynas Venckus | |
man page tweak&ok jmc@. ok millert@ | |||
2008-10-09 | - add -d to usage | Jason McIntyre | |
- sync -f arg name with man page synopsis | |||
2008-10-08 | document -d. ok millert@ | Martynas Venckus | |
2008-08-05 | fix description of the mail(1) "p" command; from Aaron W. Hsu. | Igor Sobrado | |
ok martynas@ | |||
2008-08-03 | make U (abbreviation of unread) work as man page says | Martynas Venckus | |
ok millert@, jmc@. sure theo | |||
2008-07-16 | 'no subject' check is never triggered. check if it's actually empty | Martynas Venckus | |
ok millert@ | |||
2008-07-16 | add -E flag and 'skipempty' option to skip sending messages with | Martynas Venckus | |
empty bodies. useful for sending mails from crontabs. from rivo nurges <rix at estpak dot ee>, with missing 'skipempty' documentation and usage update from me ok millert@ | |||
2008-07-16 | man page tweaks: | Martynas Venckus | |
- for argument of -f flag, name -> file - document TMPDIR, better description from millert@ ok millert@ | |||
2008-07-16 | - use strncmp/strncasecmp instead of comparing by character | Martynas Venckus | |
- simplify istrlcpy, no need to check for isupper - line[0] is redundant, because strcasecmp will take care of it ok millert@ | |||
2008-07-16 | - err with the pathbuf, if we know it | Martynas Venckus | |
- use tmpdir instead of /tmp ok millert@ | |||
2008-07-15 | - chraise can be replaced with toupper; no need to check for islower | Martynas Venckus | |
- remove quite some code, use strcasestr instead of reimplementing it each time - use strncasecmp, instead of comparing through each character "looks fine" millert@ | |||
2008-07-15 | set cp to the value of PAGER, so that type1 doesn't try to use it | Martynas Venckus | |
uninitialized (page=1), or use wrong previously-set value of crt (page=0). ok millert@ | |||
2007-10-17 | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by | Theo de Raadt | |
temporarily restoring default behaviour. This is not 100% ideal. But this fixes editor handling in mail... bah, it is really unfortunate that got broken - refactor the restoration code as well, to make it simpler ok ray | |||
2007-10-05 | check if it's really a newline before removing it | Charles Longeau | |
with the help of ray@ "Looks OK" millert@ | |||
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann | |
OK joris@, otto@ | |||
2007-08-31 | Copy editit() from sendbug, synchronizing editor calling code. | Ray Lai | |
OK otto, millert, beck, mbalmer, deraadt. | |||
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado | |
and synopsis of commands lots of good ideas by jmc@ ok jmc@ | |||
2007-06-19 | Grammar-o. | Ray Lai | |
OK jmc | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback | |
2007-04-03 | make it work with height 4 (division by zero) | Martynas Venckus | |
ok millert@ | |||
2007-03-20 | Set umask to 077 when saving messages in the outbox (not enabled | Todd C. Miller | |
by default). From veenhuizen at users dot sourceforge dot net | |||
2007-02-26 | more small fixes from Igor Sobrado, tweaked by myself; | Jason McIntyre | |
2007-02-26 | some small fixes from Igor Sobrado; | Jason McIntyre | |
2007-02-25 | remove bad comma; from Igor Sobrado | Jason McIntyre | |
2006-11-16 | Fix undefined behavior (var = --var). | Ray Lai | |
From Alexey Dobriyan <adobriyan at gmail dot com>. OK moritz@ and jaredy@. | |||
2006-10-10 | fgets(3) returns NULL on error, not 0. No functional change, but it makes | Chad Loder | |
the code easier to read. OK deraadt | |||
2006-05-02 | Nuke a couple orphaned prototypes. | Hugh Graham | |
quoth deraadt: no problem | |||
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt | |
2006-03-04 | the the | Miod Vallat | |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek | |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller | |
Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable | |||
2005-07-11 | Fix off-by-one bug in readtty() and don't assume BUFSIZ == 1024. | Todd C. Miller | |
Based on a patch from Ulf Harnhammar. | |||
2004-12-07 | remove unsupported paths; | Jason McIntyre | |
from okan demirmen; | |||
2004-09-15 | avoid aliasing against libc symbols | Theo de Raadt | |
2004-09-15 | unused variable | Theo de Raadt | |
2004-06-04 | sync w/ usd docs; | Jason McIntyre | |
ok millert@ | |||
2004-06-04 | update mail docs w/ reality; | Jason McIntyre | |
help and ok millert@ | |||
2004-05-10 | delint; millert ok | Theo de Raadt | |
2004-05-10 | Get rid of the ancient "clobber" command. It was really only for debugging | Todd C. Miller | |
purposes. Noticed and OK by deraadt@ | |||
2004-04-30 | missing full stop; | Jason McIntyre | |
2004-04-19 | - sort SYNOPSIS | Jason McIntyre | |
- remove a load of unnecessary quoting and some groff cruft - sort options list - add usd doc to SEE ALSO - sync usage() | |||
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-01-03 | Silence a gcc warning: "initialization from incompatible pointer type" | Todd C. Miller | |
The problem is that while ANSI C allows initialization of unions, the initializer must be valid for the first member of the union. Therefore, add a cast to quiet the compiler. Noticed and Ok pvalchev@ | |||
2004-01-03 | Fix format type mismatch (int vs. ssize_t). | Todd C. Miller | |
2003-12-03 | Change how the line output from the 'h' command is formatted. | Todd C. Miller | |
Previously if you had an ungodly number of messages the line could wrap the screen. We now format the line in a buffer and then only print as many characters as will fit instead of printing the parts piecemeal. | |||
2003-10-24 | dont compare int to NULL, millert@ ok | Anil Madhavapeddy | |