aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-08win32: code shrinkRon Yorston3-12/+11
2021-08-06win32: improved keycode detectionRon Yorston1-42/+33
2021-08-06win32: code shrink read_key()Ron Yorston1-11/+5
2021-08-05split: improve performanceRon Yorston1-1/+7
2021-08-02win32: better detection of Alt key releaseRon Yorston1-1/+2
2021-08-01ash: reset ANSI emulation at promptRon Yorston1-0/+3
2021-07-28win32: code shrink using is_prefixed_with()Ron Yorston3-20/+27
2021-07-28win32: code shrink has_exec_format()Ron Yorston1-13/+11
2021-07-26win32: more efficient tests for executablesRon Yorston2-4/+10
2021-07-25Update READMEFRP-4264-gc79f13025Ron Yorston1-2/+4
2021-07-25win32: special case for devices files in stat(2)Ron Yorston1-5/+20
2021-07-24Update default configurationRon Yorston2-4/+4
2021-07-22ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko1-3/+27
2021-07-22tar: use external program for lzma/xz compressionRon Yorston1-3/+9
2021-07-20cut: add toybox-compatible options -O OUTSEP, -D, -F LISTRob Landley2-97/+174
2021-07-17mingw: update select(2) to latest gnulib versionRon Yorston1-18/+36
2021-07-17Update default configurationRon Yorston2-4/+4
2021-07-14awk: whitespace and debugging tweaksDenys Vlasenko1-67/+66
2021-07-14vi: remove redundant assignmentDenys Vlasenko1-1/+0
2021-07-14awk: disallow break/continue outside of loopsDenys Vlasenko2-9/+6
2021-07-14awk: tighten parsing - disallow extra semicolonsDenys Vlasenko1-16/+24
2021-07-13vi: fix regex search compilation errorRon Yorston1-1/+1
2021-07-13vi: somewhat more readable code, no logic changesDenys Vlasenko1-8/+9
2021-07-13vi: allow delimiter in ':s' to be escapedRon Yorston1-2/+17
2021-07-13vi: allow regular expressions in ':s' commandsDenys Vlasenko1-15/+116
2021-07-13vi: improve handling of anchored searchesRon Yorston1-0/+2
2021-07-13vi: use basic regular expressions for searchRon Yorston1-2/+2
2021-07-13vi: allow 'gg' to specify a rangeRon Yorston1-1/+2
2021-07-13ash, libbb: don't affect POSIX buildRon Yorston2-12/+17
2021-07-12ash: tidy code, no functional changeRon Yorston1-24/+14
2021-07-12awk: in parsing, remove superfluous NEWLINE check; optimize builtin arg evalu...Denys Vlasenko1-5/+6
2021-07-12awk: fix printf "%-10c", 0Denys Vlasenko2-4/+13
2021-07-11awk: fix corner case in awk_printfDenys Vlasenko1-4/+4
2021-07-11tc: fix for parsing of "dev IFACE" and printing of "class list"Denys Vlasenko1-20/+22
2021-07-11winansi: add missing va_end()Ron Yorston1-0/+1
2021-07-11awk: unbreak "cmd" | getlineDenys Vlasenko2-1/+7
2021-07-11awk: unbreak "printf('%c') can output NUL" testcaseDenys Vlasenko1-17/+26
2021-07-11awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as pr...Denys Vlasenko2-3/+10
2021-07-11awk: rollback_token() + chain_group() == chain_until_rbrace()Denys Vlasenko1-2/+1
2021-07-05awk: WIN32 compilation fixesRon Yorston1-1/+7
2021-07-04awk: fix printf buffer overflowDenys Vlasenko1-39/+55
2021-07-03awk: simplify tests for operation classDenys Vlasenko1-28/+36
2021-07-03awk: restore strdup elision optimization in assignmentDenys Vlasenko1-8/+17
2021-07-03awk: match(): code shrinkDenys Vlasenko1-13/+11
2021-07-03awk: rand(): 64-bit constants should be ULLDenys Vlasenko1-2/+2
2021-07-03awk: do not use a copy of g_progname for node->l.new_prognameDenys Vlasenko1-2/+2
2021-07-03awk: support %F %a %A in printfDenys Vlasenko1-1/+1
2021-07-03awk: open-code TS_OPTERM, no logic changesDenys Vlasenko1-16/+17
2021-07-03awk: tighten rules in action parsingDenys Vlasenko1-42/+66
2021-07-03awk: rename GRPSTART/END to L/RBRACE, no code changesDenys Vlasenko1-27/+33