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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
lineedit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: lineedit.c: crap
Nguyễn Thái Ngọc Duy
2010-04-20
1
-0
/
+4
*
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
*
lineedit: compile fix
Denys Vlasenko
2009-10-29
1
-3
/
+2
*
rename sent_ESC_br_n6 variable to sent_ESC_br6n
Denys Vlasenko
2009-10-27
1
-5
/
+5
*
libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less ugly
Denys Vlasenko
2009-10-27
1
-10
/
+35
*
read_key,lineeedit: parse position answerback faster; sanitize its use
Denys Vlasenko
2009-10-26
1
-5
/
+33
*
lineedit: handle Ctrl-arrows
Denys Vlasenko
2009-10-25
1
-27
/
+70
*
lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields.
Denys Vlasenko
2009-10-14
1
-34
/
+35
*
libbb/lineedit: restore ^D handling for unicode
Denys Vlasenko
2009-09-29
1
-3
/
+5
*
libbb/lineedit: fix the case when we configured history to have 0 lines
Denys Vlasenko
2009-09-27
1
-18
/
+20
*
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-06
1
-1
/
+2
*
another small lineedit fix
Denys Vlasenko
2009-07-16
1
-1
/
+3
*
fix a thinko in lineedit completion code
Denys Vlasenko
2009-07-16
1
-7
/
+7
*
lineedit: code shrink
Denys Vlasenko
2009-07-16
1
-24
/
+34
*
remove trailing whitespace
Denys Vlasenko
2009-07-15
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2009-07-15
1
-1
/
+4
*
lineedit+unicode: make TAB completion work again
Denys Vlasenko
2009-07-12
1
-28
/
+57
*
vi: small code shrink
Denys Vlasenko
2009-07-12
1
-3
/
+6
*
added simplified Unicode support for non-locale-enabled builds
Denys Vlasenko
2009-07-11
1
-5
/
+4
*
lineedit: implement Unicode-aware line editing (optional)
Denys Vlasenko
2009-07-10
1
-97
/
+235
*
lineedit: fix warning about unused label when VI editing is disabled
Mike Frysinger
2009-06-01
1
-0
/
+2
*
read_key: drop optimization where we read 3 bytes at once
Denys Vlasenko
2009-05-29
1
-4
/
+7
*
lineedit: small fixes
Denys Vlasenko
2009-05-17
1
-12
/
+15
*
line editing: add an option to emit ESC [ 6 n and use results
Denys Vlasenko
2009-05-17
1
-9
/
+33
*
lineedit: use read_key to recognize ESC sequence.
Denys Vlasenko
2009-05-15
1
-164
/
+145
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-7
/
+7
*
libbb: revent previous version of "concurrent history updating"
Denis Vlasenko
2009-03-23
1
-59
/
+55
*
libbb: make history saving/loading concurrent-safe
Denis Vlasenko
2009-03-22
1
-32
/
+110
*
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...
Denis Vlasenko
2008-11-05
1
-2
/
+2
*
lineedit: fix bug 5824: Since version 23530 with lineedit.c,
Denis Vlasenko
2008-11-02
1
-1
/
+2
*
lineedit: fix problems with empty commands in history
Denis Vlasenko
2008-09-27
1
-26
/
+47
*
linedit: fix use-after-free
Denis Vlasenko
2008-08-20
1
-2
/
+3
*
another overlapping_strcpy
Denis Vlasenko
2008-07-22
1
-1
/
+1
*
fix all cases of strcpy on overlapping strings.
Denis Vlasenko
2008-07-22
1
-1
/
+1
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-2
/
+2
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-5
/
+2
*
lineedit: document prompt handling
Denis Vlasenko
2008-06-28
1
-11
/
+17
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-3
/
+3
*
lineedit: correctly handle prompt longer than screen width. closes bug 3414
Denis Vlasenko
2008-05-25
1
-14
/
+18
*
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-18
1
-2
/
+2
[next]