History log of /original-bsd/usr.bin/hexdump/bpad.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 711d4e8b 29-Aug-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

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 ...


# edfc9890 29-Aug-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

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