summaryrefslogtreecommitdiff
path: root/shell/cmdedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-151-5/+3
* Vladimir N. Oleynik writes:Eric Andersen2003-07-291-7/+3
* This is synced from dash-0.4.17 and full ready for insert to new busyboxEric Andersen2003-07-281-105/+118
* Remove remaining libc5 support codeEric Andersen2003-07-221-5/+0
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-13/+12
* Correct column width for tab completion and lsGlenn L McGrath2003-01-061-19/+39
* Fix tab-tab listing of files so it properly reflects currentEric Andersen2003-01-021-3/+2
* Command line history changes, lastpatch_71 from Vladimir N. OleynikGlenn L McGrath2002-12-091-21/+25
* - the number of commands in the history list is now configureable via theRobert Griebl2002-12-031-1/+55
* last_patch_68 from Vladimir N. OleynikGlenn L McGrath2002-11-271-100/+62
* Fixed a timing bug which occured when bb ash is run in a rxvt on theRobert Griebl2002-07-301-1/+2
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-191-2/+1
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-1/+1
* Apply last_patch37 from vodzEric Andersen2002-04-241-2/+3
* Patch from Jim Treadway and Vladimir Oleynik to Add CTRL-KEric Andersen2002-04-131-8/+12
* Patch from vodz to fix a potential segfaultEric Andersen2002-03-201-2/+2
* Patch from vodz to implement ^L (clear screen)Eric Andersen2001-12-211-1/+10
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-201-2/+2
* Fixup the location of pwd.h and grp.hEric Andersen2001-10-241-1/+1
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-47/+47
* Teach libc5 what a sighandler_t isEric Andersen2001-08-021-0/+4
* Scrub away the last leftovers from BB_FEATURE_<shell>. Good thingEric Andersen2001-08-021-1/+1
* Latest patch from vodz. Adds a check for divide by zero in the posixEric Andersen2001-08-021-14/+10
* Some patches to make dietlibc work...Eric Andersen2001-07-221-1/+1
* This is vodz' latest patch. Sorry it took so long...Eric Andersen2001-07-171-1/+10
* Patch from vodz:Eric Andersen2001-07-121-62/+26
* Patch from vodz to fix freeing a static in cmdedit.Eric Andersen2001-07-021-1/+2
* Vladimir's last_patch_15Glenn L McGrath2001-06-261-41/+51
* Patch from Vladimir to fix up autocompletion on a files/dirs with spaces inEric Andersen2001-05-311-13/+4
* Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugEric Andersen2001-05-211-7/+7
* It turns out job control in both hush and lash was broken by theEric Andersen2001-05-171-0/+4
* Fix a segfault in lash, hush, and cmdedit. Each of these usedEric Andersen2001-05-111-0/+4
* Some patches from Gennady Feldman. Fixed a glob problem such thatEric Andersen2001-04-231-1/+3
* Apply Vladimir's latest cleanup patch.Eric Andersen2001-04-091-152/+97
* Add support of /W promptsEric Andersen2001-04-051-0/+13
* Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen2001-03-191-1/+1
* Fix to cmdedit.c from VladimirEric Andersen2001-03-191-0/+1
* cmdedit.c bugfix patch from Vladimir.Eric Andersen2001-03-151-12/+14
* - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPTMark Whitley2001-03-141-8/+8
* Update the lash shell (hopefully the last time...) so things likeEric Andersen2001-03-131-76/+97
* Whitespace / formatting / bracket cleanup.Mark Whitley2001-03-081-5/+7
* Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETION, put itEric Andersen2001-02-201-6/+5
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-15/+15
* Put back Vladimir's testing defines, which I mistakenly removed.Eric Andersen2001-02-181-4/+6
* Several features were hard coded on. Stop that. List tab completionEric Andersen2001-02-161-12/+8
* Commit Vladimir's latest cmdedit. I modified it slightly to ensureEric Andersen2001-02-161-6/+7
* Make ar be crossed.Eric Andersen2001-02-161-493/+1028
* Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen2001-02-011-0/+3
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-1/+1