summaryrefslogtreecommitdiff
path: root/util-linux/hexdump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-3/+3
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-271-4/+4
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-5/+8
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+2
* hexdump: fixlet for my breakageDenis Vlasenko2006-09-231-1/+1
* hexdump: deindent, almost fits into 80 columns nowDenis Vlasenko2006-09-231-34/+32
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-2/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-1/+1
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-46/+3
* add "-C" format to hexdumpPaul Fox2005-11-281-1/+5
* Major coreutils update.Manuel Novoa III2003-03-191-86/+63
* Remove advertising clauses in accordance withAaron Lehmann2002-06-231-5/+1
* Introduce od and hexdump appletsGlenn L McGrath2001-11-021-0/+169