aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hexdump.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25lib: introduce common method to convert hex digitsAndy Shevchenko1-0/+18
2010-05-25lib/hexdump.c: reduce stack variable size and cleanupsJoe Perches1-17/+19
2009-06-16hexdump: remove the trailing spaceLi Zefan1-6/+9
2008-05-14lib: create common ascii hex arrayHarvey Harrison1-2/+5
2007-11-29hexdump: don't print bytes with bit 7 setRandy Dunlap1-1/+2
2007-08-11hex_dump: add missing "const" qualifiersAlan Stern1-1/+1
2007-08-09hexdump: use const notationArtem Bityutskiy1-2/+2
2007-06-08hexdump: more output formattingRandy Dunlap1-28/+121
2007-05-11lib/hexdumpRandy Dunlap1-0/+104