History log of /csrg-svn/usr.bin/hexdump/display.c (Results 1 – 16 of 16)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 62031 06-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 60075 17-May-1993 bostic

convert to new basic integral types

# 58440 04-Mar-1993 bostic

off_t's may not be quad_t's on all systems

# 55201 14-Jul-1992 bostic

fix for quads; prototype and cleanup in general

# 52140 08-Jan-1992 bostic

skip wasn't right if not a regular file

# 47174 09-Mar-1991 bostic

don't redefine malloc

# 42734 01-Jun-1990 bostic

new copyright notice

# 42630 01-Jun-1990 bostic

check for errors from fread(3)

# 42373 25-May-1990 bostic

address already set in get()

# 42056 15-May-1990 bostic

string.h is ANSI C include file

# 41453 08-May-1990 bostic

define vflag here

# 41450 07-May-1990 bostic

fix bug so doesn't match first line in file of all NULL's

# 39097 07-Sep-1989 bostic

if no data printed, don't print ending address

# 38861 29-Aug-1989 bostic

remove rest of blank trimming; fold bpad.c into display.c

# 38860 29-Aug-1989 bostic

trimming trailing blanks is too hard; the last revision handles most of the
cases -- the one I quit on is where you have:
"%06.6_ao " 12/1 "%3o "
"\t\t" "%_p"
"\n"
You'd have to read-ahead and fi

trimming trailing blanks is too hard; the last revision handles most of the
cases -- the one I quit on is where you have:
"%06.6_ao " 12/1 "%3o "
"\t\t" "%_p"
"\n"
You'd have to read-ahead and figure out what's going to be printed from
future format strings to know if the current line should be blank padded.

show more ...

# 38855 29-Aug-1989 bostic

date and time created 89/08/29 18:36:16 by bostic