Age | Commit message (Expand) | Author |
2023-05-26 | od: -l,I,L indeed depend on sizeof(long), fix this | Denys Vlasenko |
2023-05-26 | od: actually remove -IL from --help, as comment says | Denys Vlasenko |
2023-05-26 | od: support -DOHXIL | Denys Vlasenko |
2023-05-26 | libbb/dump: conditionalize code used only by xxd and od | Denys Vlasenko |
2023-05-26 | od: fix default format, shrink | Denys Vlasenko |
2023-05-25 | od: stop printing extra trailing spaces | Denys Vlasenko |
2023-05-25 | od: correct -i, enable tests which pass for DESKTOP too | Denys Vlasenko |
2023-05-25 | od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -s | Denys Vlasenko |
2023-05-25 | od: fix -O | David Leonard |
2022-02-06 | *: slap on a few ALIGN* where appropriate | Denys Vlasenko |
2017-08-02 | do not use `a' quoting style in comments | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2016-11-23 | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko |
2011-05-21 | od: code shrink, fix "od --traditional FILE" | Denys Vlasenko |
2011-03-31 | move help text from include/usage.src.h to coreutils/*.c | Pere Orga |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2009-10-23 | *: optimize most of isXXXXX() macros | Denys Vlasenko |
2008-07-16 | libbb: get rid of statics in dump.c; code shrinks a lot too | Denis Vlasenko |
2008-03-23 | patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-02-03 | - include busybox.h before looking at an eventual #if ENABLE_DESKTOP | Bernhard Reutner-Fischer |
2006-11-27 | Provide our own isdigit macro. saves more than 400 bytes. | Denis Vlasenko |
2006-10-10 | od: provide full-blown od from coreutils if CONFIG_DESKTOP | Denis Vlasenko |
2006-10-01 | sed: unbreak multiple -e, -f option handling (my fault) | Denis Vlasenko |
2006-10-01 | g[un]zip: add support for -v (verbose). | Denis Vlasenko |
2006-07-12 | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-07-01 | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" |
2006-01-30 | clean up yet more annoying signed/unsigned mismatches and fixup | Eric Andersen |
2004-07-23 | Felipe Kellermann writes, | Glenn L McGrath |
2003-03-19 | Things my compiler didn't catch... | Manuel Novoa III |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-11-10 | Will the real od.c please stand up! (my previous commit was a mistake) | Glenn L McGrath |
2002-11-10 | Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au> | Glenn L McGrath |
2002-06-23 | Remove advertising clauses in accordance with | Aaron Lehmann |
2001-11-02 | Introduce od and hexdump applets | Glenn L McGrath |