aboutsummaryrefslogtreecommitdiff
path: root/coreutils/od.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* od: -l,I,L indeed depend on sizeof(long), fix thisDenys Vlasenko2023-05-261-8/+13
* od: actually remove -IL from --help, as comment saysDenys Vlasenko2023-05-261-1/+1
* od: support -DOHXILDenys Vlasenko2023-05-261-1/+3
* libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko2023-05-261-1/+1
* od: fix default format, shrinkDenys Vlasenko2023-05-261-20/+22
* od: stop printing extra trailing spacesDenys Vlasenko2023-05-251-16/+17
* od: correct -i, enable tests which pass for DESKTOP tooDenys Vlasenko2023-05-251-0/+2
* od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko2023-05-251-21/+34
* od: fix -ODavid Leonard2023-05-251-1/+1
* *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-1/+1
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+9
* od: code shrink, fix "od --traditional FILE"Denys Vlasenko2011-05-211-3/+4
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+5
* whitespace cleanupDenys Vlasenko2010-10-291-2/+2
* *: whitespace fixesDenys Vlasenko2010-10-281-14/+14
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-8/+5
* libbb: get rid of statics in dump.c; code shrinks a lot tooDenis Vlasenko2008-07-161-25/+26
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* 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
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - include busybox.h before looking at an eventual #if ENABLE_DESKTOPBernhard Reutner-Fischer2007-02-031-2/+2
* Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko2006-11-271-1/+1
* od: provide full-blown od from coreutils if CONFIG_DESKTOPDenis Vlasenko2006-10-101-4/+6
* sed: unbreak multiple -e, -f option handling (my fault)Denis Vlasenko2006-10-011-1/+1
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-011-0/+2
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-13/+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
* clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen2006-01-301-5/+5
* Felipe Kellermann writes,Glenn L McGrath2004-07-231-5/+5
* Things my compiler didn't catch...Manuel Novoa III2003-03-191-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-122/+81
* Will the real od.c please stand up! (my previous commit was a mistake)Glenn L McGrath2002-11-101-64/+230
* Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>Glenn L McGrath2002-11-101-224/+64
* Remove advertising clauses in accordance withAaron Lehmann2002-06-231-5/+1
* Introduce od and hexdump appletsGlenn L McGrath2001-11-021-0/+270