summaryrefslogtreecommitdiff
path: root/util-linux/hexdump.c
Commit message (Expand)AuthorAgeFilesLines
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+24
* whitespace cleanupDenys Vlasenko2010-10-291-6/+6
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* hexdump: make -s 0xNNNNN workDenys Vlasenko2010-04-061-2/+2
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
* fix several problems with config parser:Denis Vlasenko2008-07-261-4/+12
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-16/+5
* libbb: get rid of statics in dump.c; code shrinks a lot tooDenis Vlasenko2008-07-161-20/+18
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-2/+2
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-1/+1
* hexdump: add hd alias, add -R optionDenis Vlasenko2007-11-181-19/+71
* 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