summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
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
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-10-18*: replace xopen3 with xopen where makes senseDenys Vlasenko6-7/+7
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-08-31uniq: shave off whole 10 bytes off, oh myDenys Vlasenko1-23/+22
2009-08-30uniq: code shrinkDenys Vlasenko1-17/+17
2009-08-30uniq: plug memory leak (patch from OpenWRT project)Denys Vlasenko1-0/+1
2009-08-30uniq: rename some variables. no code changesDenys Vlasenko1-23/+28
2009-03-09uniq: strncmp(a,b, -1) might be problematic, use INT_MAX insteadDenis Vlasenko1-1/+1
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-03uniq: support -w. closes bug 3094.Denis Vlasenko3-17/+33
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-10- use skip_non_whitespace() where appropriateBernhard Reutner-Fischer3-7/+3
2007-03-31uniq: getopt32-ization. -38 bytes.Denis Vlasenko1-22/+23
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-12bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko20-32/+33
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-06-18skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley12-192/+64
2005-10-26 * uniq.c: remove unneeded include and use short boilerplate.Bernhard Reutner-Fischer8-53/+24
2005-09-15Get rid of warnings, remove compat with older gnu uniq to truly conform to su...Manuel Novoa III 1-46/+43
2005-09-08Rob, I don't know why you feel some unexplainable compulsion to get rid ofManuel Novoa III 1-48/+70
2005-09-07Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings.Rob Landley5-71/+74
2005-09-06Whitespace-level changes. Replace s0,s1,e0,e1 with real variable names andRob Landley1-39/+24
2005-07-30tell people to ignore the dups/e0 warningsMike Frysinger1-0/+1
2004-08-28Fixup some warningsEric Andersen6-22/+32
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen88-151/+174
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2000-12-09Patch from Matt Kraai to implement uniq -[cdu]Eric Andersen6-15/+103
2000-09-27Rewrote uniq to be less than a third of the size, and fixed some otherMatt Kraai5-292/+52
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-07-16Extract usage information into a separate file.Matt Kraai175-2050/+2529
2000-07-14Use errorMsg rather than fprintf.Matt Kraai81-473/+391
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen142-221/+190
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen136-460/+1618
2000-04-17More updates to the docs, and fixes to sync things with the docs.Erik Andersen17-65/+182
2000-04-13Upates to include copyright 2000 to everythingErik Andersen85-668/+581
[next]