aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | ash: tidy code, no functional changeRon Yorston2021-07-121-24/+14
* | winansi: add missing va_end()Ron Yorston2021-07-111-0/+1
* | awk: WIN32 compilation fixesRon Yorston2021-07-051-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2021-07-053-772/+957
|\|
| * awk: simplify tests for operation classDenys Vlasenko2021-07-031-28/+36
| * awk: restore strdup elision optimization in assignmentDenys Vlasenko2021-07-031-8/+17
| * awk: match(): code shrinkDenys Vlasenko2021-07-031-13/+11
| * awk: rand(): 64-bit constants should be ULLDenys Vlasenko2021-07-031-2/+2
| * awk: do not use a copy of g_progname for node->l.new_prognameDenys Vlasenko2021-07-031-2/+2
| * awk: support %F %a %A in printfDenys Vlasenko2021-07-031-1/+1