aboutsummaryrefslogtreecommitdiff
path: root/coreutils/od_bloaty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-02-051-13/+13
|\
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-13/+13
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-2/+2
|\|
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-6/+6
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-6/+6
* | Merge branch 'busybox' into mergeRon Yorston2018-03-011-8/+10
|\|
| * od: move address_fmt[] from data to globals. 8 less bytes in data sectionDenys Vlasenko2018-02-221-8/+10
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-3/+7
|\|
| * od_bloaty: fix debug codeDenys Vlasenko2018-01-231-3/+7
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-5/+2
|\|
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-5/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-1/+2
|\|
| * od_bloaty: fix floating point outputRon Yorston2017-07-191-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2016-07-071-2/+1
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-1/+3
|\|
| * *: 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
* | Merge branch 'busybox' into mergeRon Yorston2015-10-191-108/+122
|\|
| * od: get rid of (almost all) staticsDenys Vlasenko2015-10-191-108/+122
* | Merge branch 'busybox' into mergeRon Yorston2015-03-141-4/+1
|\|
| * od: fix printing of high-bit charsRon Yorston2015-03-121-8/+6
* | od: print valid octal values with -c flagRon Yorston2014-12-051-5/+6
* | Merge branch 'busybox' into mergeRon Yorston2013-08-271-9/+3
|\|
| * Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-131-9/+3
* | Merge branch 'busybox' into mergeRon Yorston2013-02-071-2/+2
|\|
| * whitespace cleanup. no code changesDenys Vlasenko2013-01-141-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2012-09-071-1/+1
|\|
| * tweak help textDenys Vlasenko2012-06-191-1/+1
* | Standardise preprocessor symbol to detect MINGW32 buildRon Yorston2012-03-231-1/+1
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-221-244/+199
|\|
| * 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+1
|\|
| * *: better string sharingDenys Vlasenko2010-06-021-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+1
|\|
| * deinline two big functionsDenys Vlasenko2010-06-011-1/+1
* | win32: od_bloaty: rename some symbols due to conflict on WindowsNguyễn Thái Ngọc Duy2010-09-101-0/+7
|/
* 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