aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-07win32: implement umask(2)Ron Yorston4-0/+31
2019-01-06iconv: import from win-iconvRon Yorston4-1/+1849
2019-01-06xargs: fix 'xargs -sNUM' testsRon Yorston1-0/+4
2019-01-06tar: return correct exit code for empty tar fileRon Yorston2-5/+4
2019-01-05busybox: add --uninstall optionRon Yorston3-2/+72
2019-01-05busybox: identify scripts in output of 'busybox --list-full'Ron Yorston1-0/+4
2019-01-05lineedit: allow non-ASCII characters when tab-completing filenamesRon Yorston1-0/+4
2019-01-04win32: reduce static storage needed for lazy loadingRon Yorston2-21/+15
2018-12-16win32: add support for %T to strftimeRon Yorston1-21/+30
2018-12-15ash: fix local PATH assignmentsRon Yorston1-7/+20
2018-12-14win32: special treatment for PATHRon Yorston7-82/+75
2018-12-14ash: move code from setup_environment()Ron Yorston3-15/+7
2018-12-13ash: prevent ctrl-c from killing background processesRon Yorston1-0/+14
2018-12-13ash: fix ctrl-c handling for pipelinesRon Yorston1-43/+57
2018-12-11win32: emulate SIGPIPERon Yorston7-14/+32
2018-12-09win32: special treatment for files with the '.sh' extensionRon Yorston2-36/+46
2018-12-09win32: add a case-insensitive version of is_suffixed_with()Ron Yorston3-2/+30
2018-12-09ash: use auto_win32_extension() in tryexec()Ron Yorston1-6/+3
2018-12-09win32: use open_read_close() where possibleRon Yorston2-12/+4
2018-12-08lineedit: more case-insensitive comparisons in tab completionRon Yorston3-0/+27
2018-12-08lineedit: improvements to tab completionRon Yorston5-12/+26
2018-12-08win32: allow execution of empty batch file to succeedRon Yorston1-0/+8
2018-12-07win32: (another) fix to file extension testRon Yorston1-1/+1
2018-12-07win32: fix to file extension testRon Yorston1-2/+3
2018-12-07win32: improve execution of batch filesRon Yorston1-26/+8
2018-12-06win32: rework adding of extensions to filenamesRon Yorston6-98/+64
2018-12-05ash: fix 'type' and 'command -v'Ron Yorston1-1/+1
2018-12-04win32: fix implementation of access(2)Ron Yorston1-2/+5
2018-12-04ash: fix a couple of test casesRon Yorston2-13/+5
2018-12-04ash: forkshell tweaksRon Yorston1-12/+13
2018-12-03ash: more clean upRon Yorston1-5/+5
2018-12-03vi: correctly detect when a deletion empties the bufferRon Yorston1-1/+1
2018-12-03ash: code clean upRon Yorston1-6/+1
2018-12-03ash: improvements to forkshell debugRon Yorston1-5/+23
2018-12-02ash: annotate pointers in forkshell debugRon Yorston1-42/+130
2018-12-02ash: redefine SAVE_PTR macros to remove testRon Yorston1-2/+10
2018-11-29vi: code shrinkDenys Vlasenko1-13/+17
2018-11-29vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) searchDenys Vlasenko1-5/+10
2018-11-29libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" tooDenys Vlasenko1-6/+4
2018-11-29ash: consolidate tests for variables not to convertRon Yorston1-8/+5
2018-11-29libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko1-2/+10
2018-11-29cat,nl: fix handling of open errorsDenys Vlasenko4-7/+18
2018-11-29ash: fixes to spawn_forkshellRon Yorston1-16/+10
2018-11-29nologin: change defaultRon Yorston1-1/+1
2018-11-28awk: abort if NF set to negative valueDenys Vlasenko1-0/+2
2018-11-27platform.h: remove obsolete #defineRon Yorston1-1/+0
2018-11-27testsuite: check CONFIG_DESKTOP before using 'od -t'Chen Qi7-5/+7
2018-11-27hush: allow hush to run embedded scriptsRon Yorston10-32/+62
2018-11-27free: ensure there is a least one space between numbersDenys Vlasenko1-3/+3
2018-11-27docs: add embedded-scripts.txtRon Yorston2-1/+117