# $NetBSD: Makefile,v 1.1 2008/05/04 23:50:32 ad Exp $ BIN= bin2blob array2bin all: ${BIN} bin2blob: bin2blob.c cc -Wall -O2 -lz -o bin2blob bin2blob.c array2bin: array2bin.c cc -Wall -O2 -lz -o array2bin array2bin.c clean: rm -f ${BIN} *~ body>
summaryrefslogtreecommitdiff
path: root/usr.bin/mail/support.c
AgeCommit message (Expand)Author
2017-11-09Only open regular files.christos
2012-04-29set close on exec for all opened files.christos
2011-05-24Use proper format strings.joerg
2009-04-10From Anon Ymous:christos
2008-04-24Fix a header decode mistake that caused mime header lines decoded bychristos
2007-10-27From Anon Ymous:christos
2007-10-23From Anon Ymous:christos
2007-06-05Add RCSID's to help files and centralize the function to cat the help files.christos
2006-11-28From Anon Ymous:christos
2006-10-31More fixes from Anon Ymous:christos
2006-10-21From our anonymous user:christos
2005-07-19Pass lint completely.christos
2005-07-19WARNS=3christos
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2003-10-31Defensively rewrite a string moving loop.ross
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-05Replace a 0-cast with NULL.wiz
2002-03-05ANSIfy another function (overlooked that one...).wiz
2002-03-05Use strpbrk(3) instead of anyof().wiz
2002-03-04Don't use special null string pointer (NOSTR), just use NULL.wiz
2002-03-02Rename variables to avoid shadowing.wiz
2002-03-02ANSIfy, and minimal KNF.wiz
2001-10-19Rename "aux.c" to "support.c" to avoid clash with invalid "aux" basenametv