aboutsummaryrefslogtreecommitdiff
path: root/shell/cmdedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move shell/cmdedit.c -> libbb/lineedit.cDenis Vlasenko2007-01-221-1798/+0
* cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko2007-01-221-29/+29
* cmdedit: fix breakageDenis Vlasenko2007-01-221-24/+23
* cmdedit: stop playing dirty games with atexitDenis Vlasenko2007-01-221-37/+24
* Convert cmdedit into more generic line input facilityDenis Vlasenko2007-01-221-159/+157
* Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disableDenis Vlasenko2007-01-211-62/+29
* cmdedit: more optimizationsDenis Vlasenko2007-01-211-137/+109
* cmdedit: small optimizationsDenis Vlasenko2007-01-211-73/+104
* sanitize cmdedit a bit (group functions by task etc)Denis Vlasenko2007-01-211-393/+366
* * precision requires the argument be an integer, not size_tMike Frysinger2006-12-281-1/+1
* style fixesDenis Vlasenko2006-12-261-1/+1
* #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #definedDenis Vlasenko2006-12-231-3/+2
* removal of commented-out cruftDenis Vlasenko2006-12-221-1/+0
* cmdedit: reformat code a bit, no algorithm changesDenis Vlasenko2006-12-211-233/+230
* fix type character mixup in command completionDenis Vlasenko2006-12-211-35/+26
* cmdedit: fix my bug, improve code a bitDenis Vlasenko2006-12-191-31/+20
* cmdedit: use qsort for sorting command completion results; style fixesDenis Vlasenko2006-12-191-132/+104
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+2
* Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko2006-11-021-10/+8
* #if CONFIG_xxx -> #if ENABLE_xxxDenis Vlasenko2006-11-011-4/+4
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-1/+1
* build system overhaulDenis Vlasenko2006-10-051-5/+0
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* lots of silly indent fixesDenis Vlasenko2006-10-031-81/+82
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-2/+2
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-8/+8
* Remove the silly redundancy from that header file include."Robert P. J. Day"2006-07-031-1/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-2/+1
* vi-mode changes: eliminate warnings from out-of-range-for-typePaul Fox2006-03-071-65/+65
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-2/+2
* Add more bash-like dot-dirs cmdedit feature"Vladimir N. Oleynik"2006-01-251-96/+107
* just whitespaceTim Riker2006-01-251-8/+8
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-1/+1
* more remove lost exported"Vladimir N. Oleynik"2005-09-221-6/+6
* destroy bug [0000404]"Vladimir N. Oleynik"2005-09-051-5/+5
* commiting:Paul Fox2005-08-041-28/+365
* applying:Paul Fox2005-07-191-2/+2
* Patch from Vladimir N. Oleynik:Eric Andersen2004-08-191-0/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-4/+4
* Fix spelling. "sort of" is two words.Eric Andersen2004-04-121-1/+1
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-1/+1
* Vodz. last_patch_128Glenn L McGrath2004-02-221-6/+8
* Vodz last_patch_125_2, this patch have: Glenn L McGrath2004-02-041-3/+8
* last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debianGlenn L McGrath2004-01-221-12/+11
* Vodz last_patch_122, Check $PATH at runtime to fix tab completionGlenn L McGrath2004-01-141-3/+11
* Declare dependencies of command line editing in the build systemGlenn L McGrath2004-01-031-11/+1
* Cmdedit update from Vladimir N. Oleynik (vodz)Eric Andersen2003-12-231-22/+24
* 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