aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/hexdump/parse.c
Commit message (Expand)AuthorAgeFilesLines
* hexdump(1): Exit gracefully on format strings missing conversionConrad Meyer2019-04-131-3/+18
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* hexdump(1): Simplify by using asprintf(3)Pedro F. Giffuni2016-09-191-4/+1
* Constify.Xin LI2014-04-251-3/+3
* Simplify the way the end of a singly linked list is followed (for addingChristian Brueffer2014-02-221-5/+2
* Fix decoding of escape sequences in format strings:Tijl Coosemans2012-01-281-13/+6
* - Fix how hexdump parses escape stringsEitan Adler2012-01-071-8/+23
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-4/+4
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Use strlcpy() instead of explicitly set \0 on the tail of the array.Xin LI2009-06-231-2/+1
* o Simple strcpy/strcat replacement.Maxim Konovalov2006-08-091-3/+4
* display.c:Johan Karlsson2004-07-221-0/+3
* ANSIify function definitions.David Malone2002-09-041-24/+16
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* From NetBSD:Tim J. Robbins2002-05-271-3/+1
* Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options thatTim J. Robbins2002-05-171-8/+9
* Add support for printing long doubles.Tim J. Robbins2002-05-171-0/+6
* Slightly more efficient version of rev 1.6.David E. O'Brien2002-03-071-1/+1
* WARNS=2 fixups.Mark Murray2001-12-021-4/+4
* Remove the misnamed `emalloc' and replace its uses with the calloc (alongDavid E. O'Brien2001-07-241-5/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Localize itAndrey A. Chernov1997-11-041-7/+6
* Use err(3) instead of local redefinition, incorporate `hd' in usage str.Philippe Charnier1997-07-101-8/+12
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+507