Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-26od: -l,I,L indeed depend on sizeof(long), fix thisDenys Vlasenko
2023-05-26od: actually remove -IL from --help, as comment saysDenys Vlasenko
2023-05-26od: support -DOHXILDenys Vlasenko
2023-05-26libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko
2023-05-26od: fix default format, shrinkDenys Vlasenko
2023-05-26od: stop printing extra trailing spacesDenys Vlasenko
2023-05-25od: correct -i, enable tests which pass for DESKTOP tooDenys Vlasenko
2023-05-25od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko
2023-05-25od: fix -ODavid Leonard
2022-02-06*: slap on a few ALIGN* where appropriateDenys Vlasenko
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-24patch: 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-13trylink: 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-11od: provide full-blown od from coreutils if CONFIG_DESKTOPDenis Vlasenko
2006-10-02sed: 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-11Will the real od.c please stand up! (my previous commit was a mistake)Glenn L McGrath
2002-11-11Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>Glenn L McGrath
2002-06-24Remove advertising clauses in accordance withAaron Lehmann
2001-11-02Introduce od and hexdump appletsGlenn L McGrath