aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: revent previous version of "concurrent history updating"Denis Vlasenko2009-03-231-59/+55
* libbb: make history saving/loading concurrent-safeDenis Vlasenko2009-03-221-32/+110
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-2/+2
* lineedit: fix bug 5824: Since version 23530 with lineedit.c,Denis Vlasenko2008-11-021-1/+2
* lineedit: fix problems with empty commands in historyDenis Vlasenko2008-09-271-26/+47
* linedit: fix use-after-freeDenis Vlasenko2008-08-201-2/+3
* another overlapping_strcpyDenis Vlasenko2008-07-221-1/+1
* fix all cases of strcpy on overlapping strings.Denis Vlasenko2008-07-221-1/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-2/+2
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-5/+2
* lineedit: document prompt handlingDenis Vlasenko2008-06-281-11/+17
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
* lineedit: correctly handle prompt longer than screen width. closes bug 3414Denis Vlasenko2008-05-251-14/+18
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-2/+2
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-2/+3
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-4/+4
* lineedit: hack for making it sort-of-work even if term width is wrongDenis Vlasenko2008-04-251-0/+19
* lineedit: filename completion on symlinks-to-dirs should add / tooDenis Vlasenko2008-04-241-8/+11
* *: remove remaining instances of ".data" hackDenis Vlasenko2008-04-221-7/+6
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-1/+1
* patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...Denis Vlasenko2008-03-261-6/+8
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-0/+5
* libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko2008-03-021-6/+1
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-0/+1
* *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko2008-02-251-5/+1
* libbb: introduce and use nonblock_safe_read(). Yay!Denis Vlasenko2008-02-201-2/+2
* lineedit: tiny shrinkDenis Vlasenko2008-02-181-1/+9
* libbb: filename completion should match dangling symlinks tooDenis Vlasenko2008-02-141-1/+1
* msh: fix Ctrl-C handling with line editingDenis Vlasenko2008-02-021-2/+2
* eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savingsPaul Fox2008-01-181-8/+0
* enable use of ^V prefix to allow forced insertion of any character. inPaul Fox2008-01-111-4/+3
* allow 8-bit charactersPaul Fox2008-01-111-3/+0
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-071-1/+1
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-241-1/+1
* lineedit: don't violate API if we do simple fgetsDenis Vlasenko2007-12-091-2/+4
* lineedit: reduce stack usageDenis Vlasenko2007-12-031-50/+43
* test: stop using lots of bss.Denis Vlasenko2007-11-301-0/+2
* lineedit: stop using both data/bss and tons of stack.Denis Vlasenko2007-11-101-93/+166
* read_line_input: fix it to not do any fancy editing if echoing is disabled.Denis Vlasenko2007-10-201-2/+10
* xatonum.h: add commentDenis Vlasenko2007-10-181-1/+1
* printf("%s\n") -> puts()Denis Vlasenko2007-10-011-1/+1
* remove stray semicolonDenis Vlasenko2007-09-281-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-8/+8
* lineedit: plug memory leakDenis Vlasenko2007-09-271-5/+12
* documentation bits in comments, no code changesDenis Vlasenko2007-09-251-0/+5
* introduce and use bb_basename()Denis Vlasenko2007-06-301-1/+1
* moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko2007-06-101-22/+23
* delete tons of extra #includesDenis Vlasenko2007-05-311-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,Denis Vlasenko2007-04-151-0/+2