aboutsummaryrefslogtreecommitdiff
path: root/shell/cmdedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vi-mode changes: eliminate warnings from out-of-range-for-typepgf2006-03-071-65/+65
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-2/+2
* Add more bash-like dot-dirs cmdedit featurevodz2006-01-251-96/+107
* just whitespacetimr2006-01-251-8/+8
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-291-1/+1
* more remove lost exportedvodz2005-09-221-6/+6
* destroy bug [0000404]vodz2005-09-051-5/+5
* commiting:pgf2005-08-041-28/+365
* applying:pgf2005-07-191-2/+2
* Patch from Vladimir N. Oleynik:andersen2004-08-191-0/+1
* Larry Doolittle writes:andersen2004-04-141-4/+4
* Fix spelling. "sort of" is two words.andersen2004-04-121-1/+1
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-271-1/+1
* Vodz. last_patch_128bug12004-02-221-6/+8
* Vodz last_patch_125_2, this patch have: bug12004-02-041-3/+8
* last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debianbug12004-01-221-12/+11
* Vodz last_patch_122, Check $PATH at runtime to fix tab completionbug12004-01-141-3/+11
* Declare dependencies of command line editing in the build systembug12004-01-031-11/+1
* Cmdedit update from Vladimir N. Oleynik (vodz)andersen2003-12-231-22/+24
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)andersen2003-09-151-5/+3
* Vladimir N. Oleynik writes:andersen2003-07-291-7/+3
* This is synced from dash-0.4.17 and full ready for insert to new busyboxandersen2003-07-281-105/+118
* Remove remaining libc5 support codeandersen2003-07-221-5/+0
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-1/+1
* Major coreutils update.mjn32003-03-191-13/+12
* Correct column width for tab completion and lsbug12003-01-061-19/+39
* Fix tab-tab listing of files so it properly reflects currentandersen2003-01-021-3/+2
* Command line history changes, lastpatch_71 from Vladimir N. Oleynikbug12002-12-091-21/+25
* - the number of commands in the history list is now configureable via thesandman2002-12-031-1/+55
* last_patch_68 from Vladimir N. Oleynikbug12002-11-271-100/+62
* Fixed a timing bug which occured when bb ash is run in a rxvt on thesandman2002-07-301-1/+2
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)sandman2002-07-191-2/+1
* Scrub pwd.h and grp.h handling so we don't have to play anyandersen2002-07-031-1/+1
* Apply last_patch37 from vodzandersen2002-04-241-2/+3
* Patch from Jim Treadway and Vladimir Oleynik to Add CTRL-Kandersen2002-04-131-8/+12
* Patch from vodz to fix a potential segfaultandersen2002-03-201-2/+2
* Patch from vodz to implement ^L (clear screen)andersen2001-12-211-1/+10
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-201-2/+2
* Fixup the location of pwd.h and grp.handersen2001-10-241-1/+1
* Major rework of the directory structure and the entire build system.andersen2001-10-241-47/+47
* Teach libc5 what a sighandler_t isandersen2001-08-021-0/+4
* Scrub away the last leftovers from BB_FEATURE_<shell>. Good thingandersen2001-08-021-1/+1
* Latest patch from vodz. Adds a check for divide by zero in the posixandersen2001-08-021-14/+10
* Some patches to make dietlibc work...andersen2001-07-221-1/+1
* This is vodz' latest patch. Sorry it took so long...andersen2001-07-171-1/+10
* Patch from vodz:andersen2001-07-121-62/+26
* Patch from vodz to fix freeing a static in cmdedit.andersen2001-07-021-1/+2
* Vladimir's last_patch_15bug12001-06-261-41/+51
* Patch from Vladimir to fix up autocompletion on a files/dirs with spaces inandersen2001-05-311-13/+4
* Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugandersen2001-05-211-7/+7