aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* general warning cleanupoldNguyễn Thái Ngọc Duy2009-05-101-1/+1
* introduce libbb/termios.c for terminal-related functionsNguyễn Thái Ngọc Duy2009-05-091-63/+5
* libbb/lineedit: simple adaptation to support tab-completion in ashNguyễn Thái Ngọc Duy2009-05-061-0/+70
* delete tons of extra #includesvda2007-05-311-1/+1
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,vda2007-04-151-0/+2
* lineedit: nuke two unused variables and code which sets themvda2007-04-141-9/+0
* lineedit: do not try to open NULL history filevda2007-04-141-2/+2
* fix inadvertently leaked PWD_BUFFER_SIZEvda2007-03-181-1/+1
* Do not fail password check if shadow password does not exist -vda2007-03-131-5/+8
* syslogd: fix "readpath bug" by using readlink insteadvda2007-02-111-1/+1
* lineedit: add missing #if/#endifvda2007-02-031-0/+2
* preparatory patch for -Wwrite-strings #4vda2007-01-291-4/+4
* fix warning from needlessly-global functionsvda2007-01-221-2/+2
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c filevda2007-01-221-3/+1
* exterminate u_intXXX.vda2007-01-221-2/+2
* move shell/cmdedit.c -> libbb/lineedit.cvda2007-01-221-0/+1798