summaryrefslogtreecommitdiff
path: root/usr.bin/mail/tty.c
AgeCommit message (Expand)Author
2011-09-16Use __deadjoerg
2009-04-10From Anon Ymous:christos
2006-11-28From Anon Ymous:christos
2006-10-31More fixes from Anon Ymous:christos
2006-10-21From our anonymous user:christos
2006-09-29Using (void)&foo; shuts up gcc-4 but does not stop the compiler from clobberingchristos
2006-09-27Avoid longjmp clobberring (from our anonymous user)christos
2006-09-26add a continue message.christos
2006-09-18Jumbo mail patch from our anonymous user:christos
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2005-07-19Pass lint completely.christos
2005-07-19WARNS=3christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-03-05Use warn() instead of perror().wiz
2002-03-05KNF: No space after casts.wiz
2002-03-04Replace some more special pointers to zero (NIL, NONE, NOVAR, NOGRP, NOGE)wiz
2002-03-04Don't use special null string pointer (NOSTR), just use NULL.wiz
2002-03-02ANSIfy, and minimal KNF.wiz
1999-01-06Fix preprocessor logic bogon; from Michael Eriksson <eramer@era-t.ericsson.se>kleink
1998-12-19Fix ifdef mess.christos
1997-10-19Use _POSIX_VDISABLE, not 0, to disable special characters.mycroft
1997-10-19WARNSify, fix .Nm usage, deprecate register, use <err.h>lukem
1997-07-09protect more variables against gcc longjmp() clobberingmikel
1996-12-28Sync with 4.4BSD-Lite2tls
1996-06-08- Fix PR/105: Implement dot locking protocol and check return value of flock.christos
1995-05-02Use POSIX tty semantics.mycroft
1994-06-294.4-lite, plus our modsderaadt
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd