aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * shell: update psubst testcasesDenys Vlasenko2021-07-278-6/+53
| * hush: add missed "undef"Denys Vlasenko2021-07-271-3/+3
| * hush: implement $'str' bashismDenys Vlasenko2021-07-267-1/+138
| * ahell: update testsuiteDenys Vlasenko2021-07-257-3/+33
| * ash: speed up ${v//pattern/repl}Denys Vlasenko2021-07-251-7/+10
* | busybox: bring help handling into line with upstreamRon Yorston2021-08-161-5/+5
* | win32: code shrink uname(2)Ron Yorston2021-08-161-8/+4
* | printf: improved error handlingRon Yorston2021-08-151-19/+23
* | win32: implement utimes(2) using utimensat(2)Ron Yorston2021-08-151-38/+18
* | win32: tidy up fetching of system directoryRon Yorston2021-08-141-14/+17
* | win32: code shrinkRon Yorston2021-08-141-14/+14
* | win32: treat devices as character special filesRon Yorston2021-08-131-1/+3
* | find_mount_point: code shrinkRon Yorston2021-08-121-8/+2
* | win32: better handling of nested symlinksRon Yorston2021-08-123-0/+14
* | timeout: make child handle staticRon Yorston2021-08-111-1/+1
* | nproc: code shrinkRon Yorston2021-08-101-24/+12
* | win32: code shrink character class detectionRon Yorston2021-08-095-18/+83
* | win32: fix fnmatch(3) handling of xdigitRon Yorston2021-08-091-1/+1
* | win32: tidy up time conversionsRon Yorston2021-08-091-7/+3
* | win32: code shrinkRon Yorston2021-08-083-12/+11
* | win32: improved keycode detectionRon Yorston2021-08-061-42/+33
* | win32: code shrink read_key()Ron Yorston2021-08-061-11/+5
* | split: improve performanceRon Yorston2021-08-051-1/+7
* | win32: better detection of Alt key releaseRon Yorston2021-08-021-1/+2
* | ash: reset ANSI emulation at promptRon Yorston2021-08-011-0/+3
* | win32: code shrink using is_prefixed_with()Ron Yorston2021-07-283-20/+27
* | win32: code shrink has_exec_format()Ron Yorston2021-07-281-13/+11
* | win32: more efficient tests for executablesRon Yorston2021-07-262-4/+10
* | Update READMEFRP-4264-gc79f13025Ron Yorston2021-07-251-2/+4
* | win32: special case for devices files in stat(2)Ron Yorston2021-07-251-5/+20
* | Update default configurationRon Yorston2021-07-242-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2021-07-243-100/+201
|\|
| * ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko2021-07-221-3/+27
| * cut: add toybox-compatible options -O OUTSEP, -D, -F LISTRob Landley2021-07-202-97/+174
* | tar: use external program for lzma/xz compressionRon Yorston2021-07-221-3/+9
* | mingw: update select(2) to latest gnulib versionRon Yorston2021-07-171-18/+36
* | Update default configurationRon Yorston2021-07-172-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2021-07-174-186/+358
|\|
| * awk: whitespace and debugging tweaksDenys Vlasenko2021-07-141-67/+66
| * vi: remove redundant assignmentDenys Vlasenko2021-07-141-1/+0
| * awk: disallow break/continue outside of loopsDenys Vlasenko2021-07-142-9/+6
| * awk: tighten parsing - disallow extra semicolonsDenys Vlasenko2021-07-141-16/+24
| * vi: fix regex search compilation errorRon Yorston2021-07-131-1/+1
| * vi: somewhat more readable code, no logic changesDenys Vlasenko2021-07-131-8/+9
| * vi: allow delimiter in ':s' to be escapedRon Yorston2021-07-131-2/+17
| * vi: allow regular expressions in ':s' commandsDenys Vlasenko2021-07-131-15/+116
| * vi: improve handling of anchored searchesRon Yorston2021-07-131-0/+2
| * vi: use basic regular expressions for searchRon Yorston2021-07-131-2/+2
| * vi: allow 'gg' to specify a rangeRon Yorston2021-07-131-1/+2
| * awk: in parsing, remove superfluous NEWLINE check; optimize builtin arg evalu...Denys Vlasenko2021-07-121-5/+6