summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2011-01-11libbb unicode: comment out usused function and unused parameterDenys Vlasenko5-10/+11
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko19-596/+481
2010-01-30cal: add a unicode testDenys Vlasenko3-3/+46
2010-01-30further work on unicodizationDenys Vlasenko7-41/+146
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko10-98/+410
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko13-122/+131
2010-01-06cal: document the location of unicode bug. no code changesDenys Vlasenko1-0/+6
2010-01-04*: remove some uses of argcDenys Vlasenko26-78/+77
2009-10-22*: remove last function calls to isspaceDenys Vlasenko8-35/+28
2009-10-06*: use {i,u}toa() where appropriateDenys Vlasenko5-14/+6
2008-07-22cal: remove lone static data variable. -4 bytes. coreutilsDenis Vlasenko1-3/+5
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-13httpd: round down sendfile byte count to 64kDenis Vlasenko5-7/+8
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-26cal: small code shrinkDenis Vlasenko1-55/+50
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-12-22removal of commented-out cruftDenis Vlasenko5-21/+3
2006-11-21httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko7-17/+19
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-02-28more busybox's style: close bug 745"Vladimir N. Oleynik"2-6/+6
2006-02-19rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it,...Mike Frysinger1-1/+0
2006-01-30removed warning "comparison between signed and unsigned"."Vladimir N. Oleynik"1-3/+4
2006-01-25just whitespaceTim Riker254-2027/+2027
2004-04-14Larry Doolittle writes:Eric Andersen70-170/+170
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-08-13Remove unnecessary pointer dereference.Manuel Novoa III 1-1/+1
2003-08-09Adjust Erik's change, as I don't claim copyright of the applet.Manuel Novoa III 1-2/+0
2003-08-08Remove unnecessary defamatory commentEric Andersen1-12/+1
[next]