Age | Commit message (Expand) | Author |
2021-06-17 | uniq: support -z | Denys Vlasenko |
2021-03-23 | timeout,top,watch,ping: parse NN.N fractional duration in locales with other ... | Denys Vlasenko |
2020-12-18 | help text tweaks | Denys Vlasenko |
2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne |
2018-12-28 | config: update size information | Denys Vlasenko |
2018-07-08 | sort: add -V "sort version" | Denys Vlasenko |
2018-04-06 | sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORY | Denys Vlasenko |
2018-04-04 | sort: move misplaced comment | Denys Vlasenko |
2018-04-04 | sort: FEATURE_SORT_OPTIMIZE_MEMORY | Denys Vlasenko |
2018-02-22 | sort: fix potentially buggy use of OPT_STR | Denys Vlasenko |
2018-02-22 | sort: in -s handling, return 1/-1, not 1/0 compare result | Denys Vlasenko |
2018-02-21 | sort: fix -s. Closes 10671 | Denys Vlasenko |
2017-08-08 | getopt32: remove opt_complementary | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2016-11-23 | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko |
2016-07-06 | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko |
2016-04-02 | sort: "-o FILE", not "-o", is the syntax | Denys Vlasenko |
2016-04-02 | sort: help text does not need to say that -mST are supported but ignored | Denys Vlasenko |
2015-10-19 | sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR" | Denys Vlasenko |
2015-10-19 | sort: code shrink | Denys Vlasenko |
2015-10-19 | remove extra debug printout | Denys Vlasenko |
2015-10-19 | sort: fix key with delimiters breakage | Denys Vlasenko |
2015-09-19 | sort: fix -kN,M handling (was including last separator into the comparison) | Denys Vlasenko |
2014-01-19 | sort: check global flags on fallback sort | Bartosz Golaszewski |
2014-01-19 | sort.c: remove a magic number from compare_keys() | Bartosz Golaszewski |
2013-01-15 | whitespace fixes. no code changes | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-03-31 | move help text from include/usage.src.h to coreutils/*.c | Pere Orga |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-10-18 | sort: -o FILE should create/truncate FILE | Denys Vlasenko |
2010-10-18 | *: replace xopen3 with xopen where makes sense | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2009-12-13 | sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes | Denys Vlasenko |
2009-11-18 | libbb: robustify isXXXX(). +39 bytes | Denys Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-08 | libbb: introduce and use xrealloc_vector | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-15 | *: use llist_pop for traverse-and-free list operation | Denis Vlasenko |
2008-05-13 | more -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 appropriate | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-02-13 | sort: -z outputs NUL terminated lines. Closes bug 1591. | Denis Vlasenko |
2007-11-16 | - use standard-imposed constants some more | Bernhard Reutner-Fischer |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-07-21 | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |