aboutsummaryrefslogtreecommitdiff
path: root/coreutils/od.c
AgeCommit message (Expand)Author
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2011-05-21od: code shrink, fix "od --traditional FILE"Denys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko
2008-07-16libbb: get rid of statics in dump.c; code shrinks a lot tooDenis Vlasenko
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-02-03- include busybox.h before looking at an eventual #if ENABLE_DESKTOPBernhard Reutner-Fischer
2006-11-27Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko
2006-10-10od: provide full-blown od from coreutils if CONFIG_DESKTOPDenis Vlasenko
2006-10-01sed: unbreak multiple -e, -f option handling (my fault)Denis Vlasenko
2006-10-01g[un]zip: add support for -v (verbose).Denis Vlasenko
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-07-01Remove all usage of the "register" storage class specifier."Robert P. J. Day"
2006-01-30clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen
2004-07-23Felipe Kellermann writes,Glenn L McGrath
2003-03-19Things my compiler didn't catch...Manuel Novoa III
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-10Will the real od.c please stand up! (my previous commit was a mistake)Glenn L McGrath
2002-11-10Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>Glenn L McGrath
2002-06-23Remove advertising clauses in accordance withAaron Lehmann
2001-11-02Introduce od and hexdump appletsGlenn L McGrath