summaryrefslogtreecommitdiff
path: root/usr.bin/mail/lex.c
AgeCommit message (Expand)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2004-05-10delint; millert okTheo 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-10-13better realloc. ok deraadt joseTed Unangst
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
2001-11-20Major signal overhaul. We no longer longjmp all over the place.Todd C. Miller
2001-11-17properly bail out of incfile(); millert okTheo de Raadt
2001-06-23Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andTodd C. Miller
2001-01-16Changes from Don Beusee:Todd C. Miller
2000-07-06printf with % for the promptTheo de Raadt
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-04-25When incorporating new messages, clear the "new" count before theTodd C. Miller
1998-09-08Fix comments in .mailrc where there is no space after the hash (#). Noted by...Todd C. Miller
1998-06-12back out some signal changes that can cause mail to hang when quitting due to...Todd C. Miller
1998-05-04Never remove a mail spool, as we may not have proper prics, just truncate. A...Todd C. Miller
1997-11-14NetBSD changes (mostly comsmetic):Todd C. Miller
1997-07-30Make istrcpy() take a size (not length) field, now called istrncpy().Todd C. Miller
1997-07-30Fix one possible oflow (not exploitable) and do a wee bit of KNF.Todd C. Miller
1997-07-24tempnam(3) goes bye bye.Todd C. Miller
1997-07-24Replace 3 tempnam()'s with mkstemp. The two left look tricky.Todd C. Miller
1997-07-22incfile() needs to lock the mail spool so it doesn't get partial messages.Todd C. Miller
1997-07-22Release signals when we get an error condition in incfile().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
1997-05-30overflows aboundTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1996-06-11from christos;Theo de Raadt
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt