Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / od.c
2011-05-21 Denys Vlasenkood: code shrink, fix "od --traditional FILE"
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-10-23 Denys Vlasenko*: optimize most of isXXXXX() macros
2008-07-16 Denis Vlasenkolibbb: get rid of statics in dump.c; code shrinks a...
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Bernhard Reutner... - include busybox.h before looking at an eventual ...
2006-11-27 Denis VlasenkoProvide our own isdigit macro. saves more than 400...
2006-10-10 Denis Vlasenkood: provide full-blown od from coreutils if CONFIG_DESKTOP
2006-10-01 Denis Vlasenkosed: unbreak multiple -e, -f option handling (my fault)
2006-10-01 Denis Vlasenkog[un]zip: add support for -v (verbose).
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-01-30 Eric Andersenclean up yet more annoying signed/unsigned mismatches...
2004-07-23 Glenn L McGrathFelipe Kellermann writes,
2003-03-19 Manuel Novoa III Things my compiler didn't catch...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-10 Glenn L McGrathWill the real od.c please stand up! (my previous commit...
2002-11-10 Glenn L McGrathPrevent a segfault if no argument, by Geoffrey Lee...
2002-06-23 Aaron LehmannRemove advertising clauses in accordance with
2001-11-02 Glenn L McGrathIntroduce od and hexdump applets