aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * awk: fix printf "%-10c", 0Denys Vlasenko2021-07-122-4/+13
| * awk: fix corner case in awk_printfDenys Vlasenko2021-07-111-4/+4
| * tc: fix for parsing of "dev IFACE" and printing of "class list"Denys Vlasenko2021-07-111-20/+22
| * awk: unbreak "cmd" | getlineDenys Vlasenko2021-07-112-1/+7
| * awk: unbreak "printf('%c') can output NUL" testcaseDenys Vlasenko2021-07-111-17/+26
| * awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as pr...Denys Vlasenko2021-07-112-3/+10
| * awk: rollback_token() + chain_group() == chain_until_rbrace()Denys Vlasenko2021-07-111-2/+1
| * awk: fix printf buffer overflowDenys Vlasenko2021-07-041-39/+55
* | ash, libbb: don't affect POSIX buildRon Yorston2021-07-132-12/+17