aboutsummaryrefslogtreecommitdiff
path: root/win32 (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-11-27tar: skip 'V' headers (GNU volume label), closes 11526Denys Vlasenko1-1/+2
2018-11-27unlzma: fix too-eager corruption checkDenys Vlasenko1-7/+13
2018-11-27ps: bring code marginally more into line with upstreamRon Yorston1-3/+3
2018-11-27win32: save a few bytes in process scanningRon Yorston1-14/+7
2018-11-27win32: save a few bytes in fake times(2) implementationRon Yorston1-5/+1
2018-11-27tar: fix too eager autodetection, closes 11531Denys Vlasenko3-5/+11
2018-11-27build system: prevent duplicate applet namesRon Yorston1-1/+9
2018-11-27Tweaks to build process for embedded scriptsRon Yorston5-23/+14
2018-11-27tls: add ECDHE_PSK and remove ARIA cipher idsDenys Vlasenko1-8/+4
2018-11-26tls: add _anon_ cipher definitionsDenys Vlasenko1-0/+4
2018-11-26tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipherDenys Vlasenko1-29/+29
2018-11-26tls: cipher 009D is not yet supported, don't test for itDenys Vlasenko1-4/+3
2018-11-26tls: speed up prf_hmac_sha256()Denys Vlasenko1-40/+39
2018-11-26vi: save a few bytesRon Yorston1-14/+8