summaryrefslogtreecommitdiff
path: root/usr.bin/hexdump/parse.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
2023-06-04Enable support for printing 8-byte integers. For some reason, most of theBen Harris
2019-04-13hexdump(1): Exit gracefully on format strings missing conversionConrad Meyer
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-09-19hexdump(1): Simplify by using asprintf(3)Pedro F. Giffuni
2014-04-25Constify.Xin LI
2014-02-22Simplify the way the end of a singly linked list is followed (for addingChristian Brueffer
2012-01-28Fix decoding of escape sequences in format strings:Tijl Coosemans
2012-01-07- Fix how hexdump parses escape stringsEitan Adler
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
2009-06-23Use strlcpy() instead of explicitly set \0 on the tail of the array.Xin LI
2006-08-09o Simple strcpy/strcat replacement.Maxim Konovalov
2004-07-22display.c:Johan Karlsson
2002-09-04ANSIify function definitions.David Malone
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-05-27From NetBSD:Tim J. Robbins
2002-05-17Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options thatTim J. Robbins
2002-05-17Add support for printing long doubles.Tim J. Robbins
2002-03-07Slightly more efficient version of rev 1.6.David E. O'Brien
2001-12-02WARNS=2 fixups.Mark Murray
2001-07-24Remove the misnamed `emalloc' and replace its uses with the calloc (alongDavid E. O'Brien
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-11-04Localize itAndrey A. Chernov
1997-07-10Use err(3) instead of local redefinition, incorporate `hd' in usage str.Philippe Charnier
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes