| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-03-19 | 1 | -0/+1 |
|\| |
|
| * | lineedit: initialize delptr | Shawn J. Goff | 2013-02-27 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-10-10 | 1 | -1/+2 |
|\| |
|
| * | lineedit: in !EDITING config, return -1 on fgets error | Denys Vlasenko | 2012-09-27 | 1 | -1/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-09-07 | 1 | -3/+3 |
|\| |
|
| * | lineedit: fix Alt-D when cursor==0 | Cliff Frey | 2012-08-07 | 1 | -3/+3 |
* | | lineedit: disable hack for wrong width on MinGW | Ron Yorston | 2012-05-01 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-04-29 | 1 | -4/+2 |
|\| |
|
| * | lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=y | Dennis Groenen | 2012-04-26 | 1 | -4/+2 |
* | | win32: support fancy prompts and (limited) tilde expansion | Ron Yorston | 2012-04-23 | 1 | -0/+10 |
* | | Merge commit '1_20_0' into merge | Ron Yorston | 2012-04-23 | 1 | -1/+1 |
|\| |
|
| * | whitespace fixes | Denys Vlasenko | 2012-04-20 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-03-23 | 1 | -6/+9 |
|\| |
|
| * | shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR] | Denys Vlasenko | 2012-01-15 | 1 | -6/+9 |
* | | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge | Ron Yorston | 2012-03-23 | 1 | -8/+102 |
|\| |
|
| * | lineedit: fix build failure | Denys Vlasenko | 2011-11-04 | 1 | -1/+3 |
| * | lineedit: add support for M-b, M-f, M-d, M-Backspace | Denys Vlasenko | 2011-11-03 | 1 | -0/+40 |
| * | lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator | Denys Vlasenko | 2011-09-04 | 1 | -5/+1 |
| * | lineedit: add support for history saving on exit | Denys Vlasenko | 2011-09-04 | 1 | -6/+62 |
| * | lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling | Denys Vlasenko | 2011-09-04 | 1 | -2/+2 |
* | | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into merge | Ron Yorston | 2012-03-22 | 1 | -12/+153 |
|\| |
|
| * | libbb/lineedit: implement optional Ctrl-R history search | Denys Vlasenko | 2011-07-11 | 1 | -12/+153 |
* | | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge | Ron Yorston | 2012-03-22 | 1 | -9/+15 |
|\| |
|
| * | lineedit: fix rare SEGV; mark a few FIXMEs | Alexey Fomenko | 2011-05-20 | 1 | -9/+15 |
* | | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into merge | Ron Yorston | 2012-03-22 | 1 | -60/+92 |
|\| |
|
| * | small fix for HISTFILESIZE | Denys Vlasenko | 2011-03-31 | 1 | -0/+1 |
| * | ash,hush: optional support for $HISTFILESIZE. | Denys Vlasenko | 2011-03-31 | 1 | -15/+29 |
| * | lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y | Denys Vlasenko | 2011-03-27 | 1 | -45/+62 |
* | | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge | Ron Yorston | 2012-03-22 | 1 | -7/+5 |
|\| |
|
| * | ash: fix TMOUT not restoring tty attributes | Denys Vlasenko | 2011-02-08 | 1 | -7/+5 |
* | | Merge remote-tracking branch 'upstream/master' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 1 | -36/+63 |
|\| |
|
| * | lineedit: fix tab-completion of filenames with spaces | Mike Shal | 2010-11-22 | 1 | -22/+45 |
| * | lineedit: create history files with mode 0600 | Wolfram Sang | 2010-11-15 | 1 | -5/+7 |
| * | *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler | Marek Polacek | 2010-10-28 | 1 | -9/+11 |
* | | win32: lineedit: make read_key() pass Ctrl+<letter> to read_line_input | Nguyễn Thái Ngọc Duy | 2010-09-22 | 1 | -0/+2 |
* | | win32: lineedit: initialize initial_settings | Nguyễn Thái Ngọc Duy | 2010-09-22 | 1 | -0/+1 |
* | | win32: lineedit: fallback to fgets if a tty is not found | Nguyễn Thái Ngọc Duy | 2010-09-21 | 1 | -2/+4 |
* | | Merge remote branch 'origin/master' | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -366/+376 |
|\| |
|
| * | lineedit: do not hang on error, but return error indicator. | Denys Vlasenko | 2010-09-07 | 1 | -6/+6 |
| * | lineedit: on tab completion, show filenames obly in all cases (bash compat) | Denys Vlasenko | 2010-09-03 | 1 | -13/+9 |
| * | lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes | Denys Vlasenko | 2010-09-03 | 1 | -45/+48 |
| * | lineedit: de-indent large block in input_tab. No logic changes. | Denys Vlasenko | 2010-09-03 | 1 | -131/+131 |
| * | lineedit: rename tmp -> chosen_match; small code shrink | Denys Vlasenko | 2010-09-03 | 1 | -26/+23 |
| * | lineedit: stop using permanent int_buf[] (16k!): allocate it | Denys Vlasenko | 2010-09-03 | 1 | -14/+13 |
| * | lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs | Denys Vlasenko | 2010-09-03 | 1 | -83/+49 |
| * | lineedit: return prefix len from tab completion helpers | Denys Vlasenko | 2010-09-03 | 1 | -36/+50 |
| * | lineedit: clean up tab completion code (variable reuse, comments) | Denys Vlasenko | 2010-09-03 | 1 | -69/+85 |
| * | preparatory cleanup patch for tab completion fixes | Denys Vlasenko | 2010-09-03 | 1 | -61/+65 |
| * | lineedit: small readability improvement (same code) | Denys Vlasenko | 2010-09-02 | 1 | -1/+1 |
| * | lineedit: fix completion with Unicode chars | Denys Vlasenko | 2010-09-02 | 1 | -3/+13 |