summaryrefslogtreecommitdiff
path: root/coreutils/od_bloaty.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-13/+13
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-2/+2
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-6/+6
* od: move address_fmt[] from data to globals. 8 less bytes in data sectionDenys Vlasenko2018-02-221-8/+10
* od_bloaty: fix debug codeDenys Vlasenko2018-01-231-3/+7
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-5/+2
* od_bloaty: fix floating point outputRon Yorston2017-07-191-1/+2
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* od: get rid of (almost all) staticsDenys Vlasenko2015-10-191-108/+122
* 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