aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * bc: select parse_init() and parse_expr() using IS_BC, not function pointersDenys Vlasenko2018-12-051-25/+27
| * bc: propagate fixed arguments into calleesDenys Vlasenko2018-12-051-111/+125
| * bc: simplify ^C handlingDenys Vlasenko2018-12-051-80/+59
| * bc: convert to "G trick" - this returns bc to zero bss increaseDenys Vlasenko2018-12-051-159/+133
| * bc: simplify, and restore ^C, fix ^D handlingDenys Vlasenko2018-12-051-71/+34
| * bc: simplify, stop testing for IO errors on every outputDenys Vlasenko2018-12-051-122/+81
| * bc: fix warnings, initial cleanupsDenys Vlasenko2018-12-051-129/+124
| * bc: new applet, throws warningGavin Howard2018-12-052-41/+7492
* | diff: omit unreliable test for same fileRon Yorston2019-01-091-1/+1
* | ps: fix long output when desktop compatibility is disabledRon Yorston2019-01-081-0/+3
* | ps: display interpreted script name in comm columnRon Yorston2019-01-082-2/+19
* | ps: add support for the args columnRon Yorston2019-01-086-37/+55
* | ps: add user and group columnsRon Yorston2019-01-082-6/+11
* | win32: add a fake root user and groupRon Yorston2019-01-081-13/+26
* | win32: implement vsnprintf(2)Ron Yorston2019-01-082-0/+25
* | win32: implement umask(2)Ron Yorston2019-01-074-0/+31
* | iconv: import from win-iconvRon Yorston2019-01-064-1/+1849
* | xargs: fix 'xargs -sNUM' testsRon Yorston2019-01-061-0/+4
* | tar: return correct exit code for empty tar fileRon Yorston2019-01-062-5/+4
* | busybox: add --uninstall optionRon Yorston2019-01-053-2/+72
* | busybox: identify scripts in output of 'busybox --list-full'Ron Yorston2019-01-051-0/+4
* | lineedit: allow non-ASCII characters when tab-completing filenamesRon Yorston2019-01-051-0/+4
* | win32: reduce static storage needed for lazy loadingRon Yorston2019-01-042-21/+15
* | win32: add support for %T to strftimeRon Yorston2018-12-161-21/+30
* | ash: fix local PATH assignmentsRon Yorston2018-12-151-7/+20
* | win32: special treatment for PATHRon Yorston2018-12-147-82/+75
* | ash: move code from setup_environment()Ron Yorston2018-12-143-15/+7
* | ash: prevent ctrl-c from killing background processesRon Yorston2018-12-131-0/+14
* | ash: fix ctrl-c handling for pipelinesRon Yorston2018-12-131-43/+57
* | win32: emulate SIGPIPERon Yorston2018-12-117-14/+32
* | win32: special treatment for files with the '.sh' extensionRon Yorston2018-12-092-36/+46
* | win32: add a case-insensitive version of is_suffixed_with()Ron Yorston2018-12-093-2/+30
* | ash: use auto_win32_extension() in tryexec()Ron Yorston2018-12-091-6/+3
* | win32: use open_read_close() where possibleRon Yorston2018-12-092-12/+4
* | lineedit: more case-insensitive comparisons in tab completionRon Yorston2018-12-083-0/+27
* | lineedit: improvements to tab completionRon Yorston2018-12-085-12/+26
* | win32: allow execution of empty batch file to succeedRon Yorston2018-12-081-0/+8
* | win32: (another) fix to file extension testRon Yorston2018-12-071-1/+1
* | win32: fix to file extension testRon Yorston2018-12-071-2/+3
* | win32: improve execution of batch filesRon Yorston2018-12-071-26/+8
* | win32: rework adding of extensions to filenamesRon Yorston2018-12-066-98/+64
* | ash: fix 'type' and 'command -v'Ron Yorston2018-12-051-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-12-057-30/+58
|\|
| * vi: correctly detect when a deletion empties the bufferRon Yorston2018-12-031-1/+1
| * vi: code shrinkDenys Vlasenko2018-11-291-13/+17
| * vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) searchDenys Vlasenko2018-11-291-5/+10
| * libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" tooDenys Vlasenko2018-11-291-6/+4
| * libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko2018-11-291-2/+10
| * cat,nl: fix handling of open errorsDenys Vlasenko2018-11-294-7/+18
| * awk: abort if NF set to negative valueDenys Vlasenko2018-11-281-0/+2