summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Make "hd" independently selectableDenys Vlasenko1-2/+3
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko11-58/+22
2013-03-27hexdump: need to use xstrtoull for off_tDenys Vlasenko1-1/+1
2013-03-27hexdump: don't unconditionally limit the usable address rangeDenys Vlasenko2-2/+7
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko22-22/+22
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-04-06hexdump: make -s 0xNNNNN workDenys Vlasenko1-2/+2
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko24-30/+40
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-07-26fix several problems with config parser:Denis Vlasenko18-145/+163
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-16libbb: get rid of statics in dump.c; code shrinks a lot tooDenis Vlasenko4-200/+222
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2007-11-18hexdump: add hd alias, add -R optionDenis Vlasenko4-32/+108
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-27multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko11-25/+25
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko41-128/+173
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-12bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko20-32/+33
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-09-23hexdump: fixlet for my breakageDenis Vlasenko1-1/+1
2006-09-23hexdump: deindent, almost fits into 80 columns nowDenis Vlasenko1-34/+32
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-07-01Remove all usage of the "register" storage class specifier."Robert P. J. Day"14-252/+247
2006-06-18skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley12-192/+64
2005-11-28add "-C" format to hexdumpPaul Fox2-2/+7
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-06-23Remove advertising clauses in accordance withAaron Lehmann5-25/+5
2001-11-02Introduce od and hexdump appletsGlenn L McGrath8-1/+1334