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
...
*
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
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-2
/
+3
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
1
-4
/
+4
*
lineedit: hack for making it sort-of-work even if term width is wrong
Denis Vlasenko
2008-04-25
1
-0
/
+19
*
lineedit: filename completion on symlinks-to-dirs should add / too
Denis Vlasenko
2008-04-24
1
-8
/
+11
*
*: remove remaining instances of ".data" hack
Denis Vlasenko
2008-04-22
1
-7
/
+6
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
1
-1
/
+1
*
patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...
Denis Vlasenko
2008-03-26
1
-6
/
+8
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-0
/
+5
*
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
Denis Vlasenko
2008-03-02
1
-6
/
+1
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-0
/
+1
*
*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>
Denis Vlasenko
2008-02-25
1
-5
/
+1
*
libbb: introduce and use nonblock_safe_read(). Yay!
Denis Vlasenko
2008-02-20
1
-2
/
+2
[prev]
[next]