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-07-10Update applet size estimatesDenys Vlasenko
2022-07-29sort: fix sort -s -u, closes 14871Denys Vlasenko
2022-07-29sort: fix -k2M (wasn't skipping leading whitespace)Denys Vlasenko
2022-01-05sort: support -hDenys Vlasenko
2022-01-05sort: fix -s -r interaction: 'stable' order is not affected by -rDenys Vlasenko
2022-01-05libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko
2021-06-17uniq: support -zDenys Vlasenko
2021-03-23timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko
2020-12-18help text tweaksDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-07-08sort: add -V "sort version"Denys Vlasenko
2018-04-06sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko
2018-04-04sort: move misplaced commentDenys Vlasenko
2018-04-04sort: FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko
2018-02-22sort: fix potentially buggy use of OPT_STRDenys Vlasenko
2018-02-22sort: in -s handling, return 1/-1, not 1/0 compare resultDenys Vlasenko
2018-02-21sort: fix -s. Closes 10671Denys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys 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
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-02sort: "-o FILE", not "-o", is the syntaxDenys Vlasenko
2016-04-02sort: help text does not need to say that -mST are supported but ignoredDenys Vlasenko
2015-10-19sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"Denys Vlasenko
2015-10-19sort: code shrinkDenys Vlasenko
2015-10-19remove extra debug printoutDenys Vlasenko
2015-10-19sort: fix key with delimiters breakageDenys Vlasenko
2015-09-19sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko
2014-01-19sort: check global flags on fallback sortBartosz Golaszewski
2014-01-19sort.c: remove a magic number from compare_keys()Bartosz Golaszewski
2013-01-15whitespace fixes. no code changesDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-18sort: -o FILE should create/truncate FILEDenys Vlasenko
2010-10-18*: replace xopen3 with xopen where makes senseDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-12-13sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytesDenys Vlasenko
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2008-07-22libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-13sort: -z outputs NUL terminated lines. Closes bug 1591.Denis Vlasenko