summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump/display.c
Commit message (Expand)AuthorAgeFilesLines
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* In next(), ensure that 'done' is set in the case when a file cannottjr2004-08-041-1/+2
* Do not predeclare __inline functions, this makes no sense and generateskan2004-07-281-2/+2
* display.c:johan2004-07-221-1/+2
* Add POSIX-style support for multibyte characters to od(1): the 'c'tjr2004-07-111-1/+31
* ANSIify function definitions.dwmalone2002-09-041-22/+14
* s/inline/__inline/markm2002-07-191-2/+2
* Consistently use FBSDIDobrien2002-06-301-2/+2
* Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options thattjr2002-05-171-3/+7
* Declare variables that were extern'd in multiple places in hexdump.h.tjr2002-05-171-3/+0
* Add support for printing long doubles.tjr2002-05-171-0/+5
* Print signed single-byte decimal integers correctly instead of implicitlytjr2002-05-171-1/+1
* remove __Pimp2002-03-221-1/+1
* Slightly more efficient fix to the const problem.obrien2002-03-071-1/+1
* WARNS=2 fixups.markm2001-12-021-6/+5
* File positions are off_t nowdays, not long, so:ache2001-09-011-1/+1
* Remove the misnamed `emalloc' and replace its uses with the calloc (alongobrien2001-07-241-20/+4
* Oops, missed another printf() invocation with no format string.kris2000-07-101-1/+1
* Don't call printf() with no format string.kris2000-07-101-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* PR: bin/9016dillon1998-12-131-3/+8
* Use err(3) instead of local redefinition, incorporate `hd' in usage str.charnier1997-07-101-9/+11
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+379
OpenPOWER on IntegriCloud