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