History log of /csrg-svn/usr.bin/hexdump/bpad.c (Results 1 – 2 of 2)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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 ...

# 38853 29-Aug-1989 bostic

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