summaryrefslogtreecommitdiff
path: root/usr.bin/hexdump/hexsyntax.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2012-01-03Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2002-09-04ANSIify function definitions.David Malone
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-05-17Declare variables that were extern'd in multiple places in hexdump.h.Tim J. Robbins
2001-09-01File positions are off_t nowdays, not long, so:Andrey A. Chernov
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-07-10Use err(3) instead of local redefinition, incorporate `hd' in usage str.Philippe Charnier
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-03-11Merge from Lite2Peter Wemm
1996-10-04Fix the previous commit. The second of the 8-character columns wasPeter Wemm
1996-09-29Now that we've already got "hexdump -C", make calling the command "hd"Joerg Wunsch
1996-09-16Add '-C' "Canonical" format to hexdump:Poul-Henning Kamp
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes