summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump/parse.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther1-6/+1
2016-09-04Replace strlen + calloc + snprintf with asprintf.tb1-7/+3
2016-08-24Convert quad_t to int64_t and %q to %llguenther1-8/+10
2016-03-15 o clean up a little whitespace and formattingmmcc1-6/+12
2016-02-09Replace a three step string duplication with strndup().mmcc1-4/+3
2016-02-09For a long time, nomem() has been a wrapper for err(1, NULL) andtb1-7/+11
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-6/+1
2007-03-20remove some bogus *p tests from charles longeautedu1-3/+3
2006-08-23Remove line length limit when reading format strings from a file.ray1-11/+17
2004-11-21Fix some core dumps on malformed format strings. From KAMADA Ken'ichiotto1-23/+39
2003-06-12de-register and ansification; millert okderaadt1-19/+11
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert1-7/+3
2003-04-05simple strcpy replacement; miod okderaadt1-5/+6
2002-03-14Remove \n from err/errx/warn/warnx().mpech1-5/+5
2001-12-30Changes come from NetBSD, Lite-2 and me. ok deraadtpvalchev1-113/+142
2001-11-19kill more registersmpech1-12/+12
2001-11-02replace fprintf(stderr)/exit w/ err/warnmickey1-67/+32
2001-09-30-Wall cleanup; ok deraadtpvalchev1-2/+11
1999-02-07fgets -> fgetln, don't lie about lines being too longaaron1-10/+9
1998-08-11detect a format string of spaces only as bad format.provos1-2/+5
1997-01-17r?index -> strr?chrmillert1-6/+6
1996-06-26rcsidderaadt1-1/+3
1995-10-18initial import of NetBSD treederaadt1-0/+513