index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
lineedit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
lineedit: preparatory cleanup patch for Unicode completion fix
Denys Vlasenko
2010-09-02
1
-113
/
+118
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-26
/
+26
|
\
|
|
*
lineedit: mostly revert recent wrong logic in "ask terminal" code
Denys Vlasenko
2010-07-25
1
-12
/
+9
|
*
lineedit: limit ASK_TERMINAL to the case when we can't find out the width
Denys Vlasenko
2010-07-18
1
-9
/
+14
|
*
lineedit: cosmetics, no code changes
Denys Vlasenko
2010-07-18
1
-26
/
+24
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-3
/
+6
|
\
|
|
*
lineedit: fix column display for wide and combining chars in TAB completion
Tomas Heinrich
2010-06-01
1
-3
/
+6
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-106
/
+214
|
\
|
|
*
typo fix
Denys Vlasenko
2010-05-17
1
-2
/
+2
|
*
lineedit: fix insertion deep inside line (*several lines* before end)
Denys Vlasenko
2010-05-17
1
-8
/
+15
|
*
lineedit: trivial simplifications. -7 bytes
Denys Vlasenko
2010-05-17
1
-14
/
+6
|
*
lineedit: fix moving backwards across lines with wide chars
Denys Vlasenko
2010-05-17
1
-21
/
+46
|
*
consolidate ESC sequences
Denys Vlasenko
2010-05-16
1
-1
/
+1
|
*
stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing
Denys Vlasenko
2010-05-16
1
-3
/
+2
|
*
lineedit: partially fix wide and combining chars editing
Tomas Heinrich
2010-05-16
1
-44
/
+80
|
*
lineedit: change how cmdedit_set_out_char works
Denys Vlasenko
2010-05-11
1
-32
/
+41
|
*
libbb/lineedit: add support for preserving "broken" (non-unicode) chars
Tomas Heinrich
2010-04-29
1
-11
/
+51
*
|
win32: lineedit: split $PATH the Windows way
Nguyễn Thái Ngọc Duy
2010-09-14
1
-0
/
+8
*
|
win32: lineedit: do not attempt to tc[sg]etattr in Windows console
Nguyễn Thái Ngọc Duy
2010-09-14
1
-0
/
+2
|
/
*
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
Denys Vlasenko
2010-03-26
1
-13
/
+13
*
unicode: optional table for better handling of neutral bidi chars
Tomas Heinrich
2010-03-26
1
-7
/
+7
*
lineedit: first shot at optional unicode bidi input support
Tomas Heinrich
2010-03-18
1
-12
/
+32
*
lineedit: fix another corner case with bad unicode input
Denys Vlasenko
2010-03-11
1
-21
/
+24
*
lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR
Tomas Heinrich
2010-03-09
1
-5
/
+21
*
libbb: better unicode width support. Hopefully fixes bug 839.
Denys Vlasenko
2010-01-24
1
-2
/
+2
*
fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...
Denys Vlasenko
2010-01-04
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2009-12-12
1
-0
/
+2
*
ash: fix bad interaction of "stty -echo" + ASK_TERMINAL
Denys Vlasenko
2009-11-11
1
-47
/
+52
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-7
/
+7
*
lineedit: REALLY fix compile error now
Denys Vlasenko
2009-10-29
1
-2
/
+5
[next]