aboutsummaryrefslogtreecommitdiff
path: root/coreutils/od_bloaty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* od: fix printing of high-bit charsRon Yorston2015-03-121-8/+6
* Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-131-9/+3
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-2/+2
* tweak help textDenys Vlasenko2012-06-191-1/+1
* od: code shrinkDenys Vlasenko2011-05-211-14/+10
* od: another fix for --stringsDenys Vlasenko2011-05-211-1/+4
* od: fix -S NUM to not print chars >0x80Denys Vlasenko2011-05-211-38/+19
* od: code shrinkDenys Vlasenko2011-05-211-82/+78
* od: code shrink, fix "od --traditional FILE"Denys Vlasenko2011-05-211-117/+96
* *: better string sharingDenys Vlasenko2010-06-021-1/+1
* deinline two big functionsDenys Vlasenko2010-06-011-1/+1
* od: fix -tx without length specDenys Vlasenko2009-11-221-1/+2
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-2/+2
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-191-6/+6
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-3/+3
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-2/+1
* od: fix "od -b"Denis Vlasenko2008-04-141-12/+10
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* brctl: eliminate stray data objectDenis Vlasenko2008-03-171-2/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-7/+3
* actually add bb_qsort.cDenis Vlasenko2008-03-021-1/+1
* - spelling fixesBernhard Reutner-Fischer2008-02-111-1/+1
* README: doccument the need of CONFIG_DESKTOPDenis Vlasenko2008-02-081-13/+9
* od: reduce data/bss usage (code size went down too)Denis Vlasenko2007-12-241-41/+30
* - use standard-imposed constants some moreBernhard Reutner-Fischer2007-11-161-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
* runit/*: get rid of tai[a] time abstraction, it's too bloaty.Denis Vlasenko2007-08-201-3/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-17/+17
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-271-2/+2
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* od: shrink a bitDenis Vlasenko2007-07-241-30/+21
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-12/+11
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-2/+1
* getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko2007-04-081-1/+0
* clean up accumulated whitespace damageDenis Vlasenko2007-03-071-3/+3
* sort: fix multiple -k (was ignoring all except last)Denis Vlasenko2007-02-171-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-2/+2
* Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier w...Mike Frysinger2006-12-311-1/+1
* style fixesDenis Vlasenko2006-12-261-1/+1
* od: remove bug-for-bug compat (because the bug was fixed in coreuitls)Denis Vlasenko2006-12-171-2/+1
* od: fix buglet in --traditional, microoptimization,Denis Vlasenko2006-11-291-17/+17
* fix support for globally disabling --long-options.Denis Vlasenko2006-11-291-2/+12
* od: sometime ago I landed BIG od implementationDenis Vlasenko2006-11-281-754/+616
* od: provide full-blown od from coreutils if CONFIG_DESKTOPDenis Vlasenko2006-10-101-0/+1594