aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-09win32: fix fnmatch(3) handling of xdigitRon Yorston1-1/+1
2021-08-09win32: tidy up time conversionsRon Yorston1-7/+3
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-02tar: exclude files before updating hardlink info listHarald van Dijk1-5/+5
2021-08-02tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILEDenys Vlasenko1-6/+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-27hush: tweak ${var/pattern/repl} optimizationDenys Vlasenko1-5/+4
2021-07-27hush: optimize ${var/pattern/repl} for trivial patternsDenys Vlasenko2-2/+14
2021-07-27shell: update psubst testcasesDenys Vlasenko8-6/+53
2021-07-27hush: add missed "undef"Denys Vlasenko1-3/+3
2021-07-26win32: more efficient tests for executablesRon Yorston2-4/+10
2021-07-26hush: implement $'str' bashismDenys Vlasenko7-1/+138
2021-07-25ahell: update testsuiteDenys Vlasenko7-3/+33
2021-07-25ash: speed up ${v//pattern/repl}Denys Vlasenko1-7/+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