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-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
2008-01-11
allow 8-bit characters
Paul Fox
2008-01-07
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2007-12-24
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-09
lineedit: don't violate API if we do simple fgets
Denis Vlasenko
2007-12-03
lineedit: reduce stack usage
Denis Vlasenko
2007-11-30
test: stop using lots of bss.
Denis Vlasenko
2007-11-10
lineedit: stop using both data/bss and tons of stack.
Denis Vlasenko
2007-10-20
read_line_input: fix it to not do any fancy editing if echoing is disabled.
Denis Vlasenko
2007-10-18
xatonum.h: add comment
Denis Vlasenko
2007-10-01
printf("%s\n") -> puts()
Denis Vlasenko
2007-09-28
remove stray semicolon
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
lineedit: plug memory leak
Denis Vlasenko
[next]