index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
lineedit.c
Age
Commit message (
Expand
)
Author
2009-10-14
lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields.
Denys Vlasenko
2009-09-29
libbb/lineedit: restore ^D handling for unicode
Denys Vlasenko
2009-09-27
libbb/lineedit: fix the case when we configured history to have 0 lines
Denys Vlasenko
2009-09-06
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-07-16
another small lineedit fix
Denys Vlasenko
2009-07-16
fix a thinko in lineedit completion code
Denys Vlasenko
2009-07-16
lineedit: code shrink
Denys Vlasenko
2009-07-15
remove trailing whitespace
Denys Vlasenko
2009-07-15
randomconfig fixes
Denys Vlasenko
2009-07-12
lineedit+unicode: make TAB completion work again
Denys Vlasenko
2009-07-12
vi: small code shrink
Denys Vlasenko
2009-07-11
added simplified Unicode support for non-locale-enabled builds
Denys Vlasenko
2009-07-10
lineedit: implement Unicode-aware line editing (optional)
Denys Vlasenko
2009-06-01
lineedit: fix warning about unused label when VI editing is disabled
Mike Frysinger
2009-05-29
read_key: drop optimization where we read 3 bytes at once
Denys Vlasenko
2009-05-17
lineedit: small fixes
Denys Vlasenko
2009-05-17
line editing: add an option to emit ESC [ 6 n and use results
Denys Vlasenko
2009-05-15
lineedit: use read_key to recognize ESC sequence.
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-03-23
libbb: revent previous version of "concurrent history updating"
Denis Vlasenko
2009-03-22
libbb: make history saving/loading concurrent-safe
Denis Vlasenko
2008-11-05
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...
Denis Vlasenko
2008-11-02
lineedit: fix bug 5824: Since version 23530 with lineedit.c,
Denis Vlasenko
2008-09-27
lineedit: fix problems with empty commands in history
Denis Vlasenko
2008-08-20
linedit: fix use-after-free
Denis Vlasenko
2008-07-22
another overlapping_strcpy
Denis Vlasenko
2008-07-22
fix all cases of strcpy on overlapping strings.
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-08
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-06-28
lineedit: document prompt handling
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-05-25
lineedit: correctly handle prompt longer than screen width. closes bug 3414
Denis Vlasenko
2008-05-18
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-04-25
lineedit: hack for making it sort-of-work even if term width is wrong
Denis Vlasenko
2008-04-24
lineedit: filename completion on symlinks-to-dirs should add / too
Denis Vlasenko
2008-04-22
*: remove remaining instances of ".data" hack
Denis Vlasenko
2008-03-26
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...
Denis Vlasenko
2008-03-17
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-02
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
Denis Vlasenko
2008-02-27
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-25
*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>
Denis Vlasenko
2008-02-20
libbb: introduce and use nonblock_safe_read(). Yay!
Denis Vlasenko
2008-02-18
lineedit: tiny shrink
Denis Vlasenko
2008-02-14
libbb: filename completion should match dangling symlinks too
Denis Vlasenko
2008-02-02
msh: fix Ctrl-C handling with line editing
Denis Vlasenko
2008-01-18
eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings
Paul Fox
2008-01-11
enable use of ^V prefix to allow forced insertion of any character. in
Paul Fox
[prev]
[next]