summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump/odsyntax.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-30fix a shadow warning. from Brian Callahantedu1-3/+3
2016-03-15 o clean up a little whitespace and formattingmmcc1-6/+6
2015-09-16Fix two bugs (at least 13 year old) of the [+]offset[.][Bb] XSI offset syntax:schwarze1-3/+5
2014-04-19use an appropriate name for this variable.sobrado1-3/+3
2014-04-15add -s (two-byte signed decimal display) to od(1), as mandated by POSIX;sobrado1-3/+6
2014-04-14add a description for this filter similar to what POSIX and FreeBSD use;sobrado1-13/+2
2013-11-20unsigned char casts needed for isdigit()deraadt1-3/+3
2010-10-08remove three superfluous trailing tabs, no binary change.sobrado1-2/+1
2010-10-07usage must fit on a 80-column display.sobrado1-3/+3
2010-03-23Add POSIX -A option to od and simplify a bit. From FreeBSD.fgsch1-51/+54
2009-11-12Use the default 4 correctly if no type size is given to od -t.nicm1-1/+3
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-6/+1
2007-02-06remove a comment which is no longer true; ok ottojmc1-3/+3
2007-02-06sync synopsis and usage();jmc1-4/+4
2006-03-16clean up the od(1) usage form, it was ugly with a capital uderaadt1-5/+6
2003-06-12de-register and ansification; millert okderaadt1-12/+7
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert1-7/+3
2002-04-08Correct usage() for od syntax; Peter Strombergmillert1-7/+17
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-5/+5
2001-12-30Changes come from NetBSD, Lite-2 and me. ok deraadtpvalchev1-51/+207
2001-11-19kill more registersmpech1-3/+3
2001-11-02replace fprintf(stderr)/exit w/ err/warnmickey1-7/+7
2001-09-30-Wall cleanup; ok deraadtpvalchev1-2/+3
2001-07-18-Wall cleanuppvalchev1-3/+3
2001-07-12first pass at a -Wall cleanupderaadt1-2/+4
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-06-26rcsidderaadt1-1/+3
1995-10-18initial import of NetBSD treederaadt1-0/+258