summaryrefslogtreecommitdiff
path: root/libbb/lineedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* lineedit: nuke two unused variables and code which sets themDenis Vlasenko2007-04-141-9/+0
* lineedit: do not try to open NULL history fileDenis Vlasenko2007-04-141-2/+2
* fix inadvertently leaked PWD_BUFFER_SIZEDenis Vlasenko2007-03-181-1/+1
* Do not fail password check if shadow password does not exist -Denis Vlasenko2007-03-131-5/+8
* syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko2007-02-111-1/+1
* lineedit: add missing #if/#endifDenis Vlasenko2007-02-031-0/+2
* preparatory patch for -Wwrite-strings #4Denis Vlasenko2007-01-291-4/+4
* fix warning from needlessly-global functionsDenis Vlasenko2007-01-221-2/+2
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko2007-01-221-3/+1
* exterminate u_intXXX.Denis Vlasenko2007-01-221-2/+2
* move shell/cmdedit.c -> libbb/lineedit.cDenis Vlasenko2007-01-221-0/+1798