summaryrefslogtreecommitdiff
path: root/usr.bin/mail/cmd2.c
AgeCommit message (Expand)Author
2015-10-16Modernize allocation by:mmcc
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2014-01-17ctype and other sign extension fixes.Okan Demirmen
2012-11-14use F_OK macro instead of 0 in access() when checking by file existence. make...Gleydson Soares
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-07-28remove core / tilde C. it's useless, doesn't work, never has beenMartynas Venckus
2004-09-15avoid aliasing against libc symbolsTheo de Raadt
2004-05-10Get rid of the ancient "clobber" command. It was really only for debuggingTodd C. Miller
2003-10-24dont compare int to NULL, millert@ okAnil Madhavapeddy
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2001-11-21o kill strcpy()Todd C. Miller
2001-11-21o ANSIfyTodd C. Miller
2000-04-26Change the name of mail's send() function to sendmessages() toTodd C. Miller
1997-11-14NetBSD changes (mostly comsmetic):Todd C. Miller
1997-08-31Kill union wait.Todd C. Miller
1997-07-30Make istrcpy() take a size (not length) field, now called istrncpy().Todd C. Miller
1997-07-14NOSTR -> NULLTodd C. Miller
1997-07-13bcopy() -> memcpy() and fix some casts.Todd C. Miller
1997-07-13Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.Todd C. Miller
1996-06-11from christos;Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt