freebsd-dev/usr.bin/hexdump
Matthew Dillon b001517f54 PR: bin/9016
Fix bug with od/hd/hexdump. "*" lines are supposed to indicate one or
    duplicates of the previous line, but a small file with less then 16
    characters of zeros in it will be falsy identified as a repeat of
    the (non-existant) previous line.  i.e. the first line of output winds
    up being a "*".  Added a bit of code to handle the degenerate 'there is
    no previous line' case for the first line.
1998-12-13 06:40:18 +00:00
..
conv.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
display.c PR: bin/9016 1998-12-13 06:40:18 +00:00
hexdump.1 Revert $FreeBSD$ to $Id$ 1997-02-22 19:58:13 +00:00
hexdump.c Localize it 1997-11-04 05:33:15 +00:00
hexdump.h Use err(3) instead of local redefinition, incorporate `hd' in usage str. 1997-07-10 06:48:24 +00:00
hexsyntax.c Use err(3) instead of local redefinition, incorporate `hd' in usage str. 1997-07-10 06:48:24 +00:00
Makefile Now that we've already got "hexdump -C", make calling the command "hd" 1996-09-29 04:17:24 +00:00
od.1 Fix a minor nit in the .Dd macro invocation so that 1997-06-23 04:52:13 +00:00
odsyntax.c Localize it 1997-11-04 05:33:15 +00:00
parse.c Localize it 1997-11-04 05:33:15 +00:00