Age | Commit message (Expand) | Author |
2020-12-21 | lineedit: code shrink | Denys Vlasenko |
2020-12-21 | lineedit: add a comment about possible use of tcflush() | Denys Vlasenko |
2020-12-21 | bc: do not allocate line editing state until needed | Denys Vlasenko |
2020-12-16 | lineedit: disable completion and fancy prompts if no shells are selected | Denys Vlasenko |
2020-12-16 | lineedit: use strncmp instead of is_prefixed_with (we know the length) | Denys Vlasenko |
2020-12-16 | lineedit: remove ->path_lookup if ash is not configured | Denys Vlasenko |
2020-12-16 | lineedit: match local directories when searching PATH | Ron Yorston |
2020-12-16 | lineedit: omit directories when tab-completing from PATH | Ron Yorston |
2020-11-21 | lineedit: fix unicode characters in prompt | Audun-Marius Gangstø |
2020-06-24 | suppress a few compile warnings | Denys Vlasenko |
2020-01-29 | ash,hush: allow builtins to be tab-completed, closes 7532 | Ron Yorston |
2019-10-25 | clang/llvm 9 fix - do not eliminate a store to a fake "const" | Denys Vlasenko |
2019-05-14 | style fix, no code changes | Denys Vlasenko |
2019-02-04 | lineedit: fix SEGV in isk, hexedit, ed, closes 11661 | Denys Vlasenko |
2018-12-27 | randomconfig fixes | Denys Vlasenko |
2018-12-08 | lineedit: fix "defined but not used" sigaction2 warning | Denys Vlasenko |
2018-12-08 | suppress gcc 8 aliasing warnings | Denys Vlasenko |
2018-12-06 | bc: unbreak FEATURE_CLEAN_UP build | Denys Vlasenko |
2018-11-17 | Treat custom and applet scripts as applets | Ron Yorston |
2018-11-01 | lineedit: autocompletion for embedded scripts | Ron Yorston |
2018-11-01 | ash: allow shell scripts to be embedded in the binary | Denys Vlasenko |
2018-09-30 | unzip: use printable_string() for printing filenames | Denys Vlasenko |
2018-04-06 | hush: fix "unset PS1/PS2", and put them into initial variable set | Denys Vlasenko |
2018-02-25 | lineedit: allow window size tracking to be disabled | Ron Yorston |
2017-12-31 | randomconfig fixes | Denys Vlasenko |
2017-11-08 | lineedit: get terminal width before printing prompt | Denys Vlasenko |
2017-11-08 | lineedit: do not tab-complete any strings which have control characters | Denys Vlasenko |
2017-10-12 | lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381 | Avi Halachmi |
2017-09-15 | less,microcom,lineedit: use common routine to set raw termios | Denys Vlasenko |
2017-09-13 | *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m | Denys Vlasenko |
2017-08-02 | line editing: make read_line_input() not take timeout param | Denys Vlasenko |
2017-07-29 | shell: make standalone shell tab-complete "busybox" | Denys Vlasenko |
2017-01-11 | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko |
2016-11-28 | lineedit: simplify code a bit | Denys Vlasenko |
2016-11-27 | lineedit: fix two bugs in SIGWINCH signal handling | Denys Vlasenko |
2016-11-25 | ash,hush: make ^C in interactive mode visually much closer to bash behavior | Denys Vlasenko |
2016-11-24 | lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace | Rostislav Skudnov |
2016-10-24 | lineedit: fix completion with applet names. closes 9361 | Denys Vlasenko |
2016-08-14 | lineedit: trivial codeshrink for vi-mode | Natanael Copa |
2016-04-15 | Rewrite iteration through applet names to save a few bytes | Ron Yorston |
2015-10-30 | lineedit: search applets as well as PATH for tab completion | Ron Yorston |
2015-03-12 | libbb: introduce and use is_prefixed_with() | Denys Vlasenko |
2015-02-07 | libpwdgrp: use getpwent() instead of getpwent_r() | Denys Vlasenko |
2014-12-15 | lineedit: don't block when looking for escape sequence in vi-mode | Ron Yorston |
2014-12-10 | lineedit: don't fall back to simple line input if tty is in raw mode | Denys Vlasenko |
2014-01-10 | lineedit: fix trivial build failure | Denys Vlasenko |
2013-08-20 | lineedit: use unicode_strwidth instead of unicode_strlen | Denys Vlasenko |
2013-08-19 | lineedit: fix multi-line PS1 handling: calculate PS1 length from last \n | Denys Vlasenko |
2013-08-19 | lineedit: improve Unicode handling (still buggy though) | Denys Vlasenko |
2013-04-07 | ash,hush: history builtin | Flemming Madsen |