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
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-04-02sort: "-o FILE", not "-o", is the syntaxDenys Vlasenko1-4/+4
2016-04-02sort: help text does not need to say that -mST are supported but ignoredDenys Vlasenko1-2/+5
2015-10-19sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"Denys Vlasenko2-3/+12
2015-10-19sort: code shrinkDenys Vlasenko1-18/+22
2015-10-19remove extra debug printoutDenys Vlasenko1-1/+0
2015-10-19sort: fix key with delimiters breakageDenys Vlasenko2-5/+52
2015-09-19sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko2-4/+16
2014-01-19sort: check global flags on fallback sortBartosz Golaszewski2-5/+6
2014-01-19sort.c: remove a magic number from compare_keys()Bartosz Golaszewski1-1/+1
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
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-29whitespace cleanupDenys Vlasenko69-268/+231
2010-10-18sort: -o FILE should create/truncate FILEDenys Vlasenko1-1/+1
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-12-13sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytesDenys Vlasenko2-20/+49
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko9-25/+28
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko29-85/+123
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko14-49/+19
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko27-61/+69
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-13sort: -z outputs NUL terminated lines. Closes bug 1591.Denis Vlasenko4-5/+12
2007-11-16- use standard-imposed constants some moreBernhard Reutner-Fischer4-5/+5
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-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko18-45/+28
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko41-128/+173
2007-04-08getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko10-55/+53
2007-02-17sort: fix multiple -k (was ignoring all except last)Denis Vlasenko8-10/+26
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-07diff: small optimizations; do not try to diff non-seekable streamDenis Vlasenko3-66/+77
2007-01-02str2u() is only used when FEATURE_SORT_BIG is enabledMike Frysinger1-0/+2
2007-01-01stty: fix width of a field for ppc32Denis Vlasenko3-98/+148
2006-12-26style fixesDenis Vlasenko39-118/+114
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko28-63/+69
2006-11-26sort: two small optimizationsDenis Vlasenko1-9/+10
2006-11-26sort: reformat entire file wrt style.Denis Vlasenko1-182/+215
2006-11-17- end may be used uninitialized.Bernhard Reutner-Fischer1-1/+2
[next]