aboutsummaryrefslogtreecommitdiff
path: root/shell/cmdedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move shell/cmdedit.c -> libbb/lineedit.cvda2007-01-221-1798/+0
* cmdedit is not a 'command' editing anymore, it's just editing (generic),vda2007-01-221-29/+29
* cmdedit: fix breakagevda2007-01-221-24/+23
* cmdedit: stop playing dirty games with atexitvda2007-01-221-37/+24
* Convert cmdedit into more generic line input facilityvda2007-01-221-159/+157
* Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disablevda2007-01-211-62/+29
* cmdedit: more optimizationsvda2007-01-211-137/+109
* cmdedit: small optimizationsvda2007-01-211-73/+104
* sanitize cmdedit a bit (group functions by task etc)vda2007-01-211-393/+366
* * precision requires the argument be an integer, not size_tvapier2006-12-281-1/+1
* style fixesvda2006-12-261-1/+1
* #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #definedvda2006-12-231-3/+2
* removal of commented-out cruftvda2006-12-221-1/+0
* cmdedit: reformat code a bit, no algorithm changesvda2006-12-211-233/+230
* fix type character mixup in command completionvda2006-12-211-35/+26
* cmdedit: fix my bug, improve code a bitvda2006-12-191-31/+20
* cmdedit: use qsort for sorting command completion results; style fixesvda2006-12-191-132/+104
* style cleanup: return(a) -> return a, part 1vda2006-11-271-1/+2
* Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>vda2006-11-021-10/+8
* #if CONFIG_xxx -> #if ENABLE_xxxvda2006-11-011-4/+4
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-121-1/+1
* build system overhaulvda2006-10-051-5/+0
* bb_applet_name -> applet_namevda2006-10-031-1/+1
* lots of silly indent fixesvda2006-10-031-81/+82
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damagelandley2006-08-291-2/+2
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-8/+8
* Remove the silly redundancy from that header file include.rpjday2006-07-031-1/+1
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-2/+1
* 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