| Commit message (Expand) | Author | Age | Files | Lines |
* | move shell/cmdedit.c -> libbb/lineedit.c | vda | 2007-01-22 | 1 | -1798/+0 |
* | cmdedit is not a 'command' editing anymore, it's just editing (generic), | vda | 2007-01-22 | 1 | -29/+29 |
* | cmdedit: fix breakage | vda | 2007-01-22 | 1 | -24/+23 |
* | cmdedit: stop playing dirty games with atexit | vda | 2007-01-22 | 1 | -37/+24 |
* | Convert cmdedit into more generic line input facility | vda | 2007-01-22 | 1 | -159/+157 |
* | Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable | vda | 2007-01-21 | 1 | -62/+29 |
* | cmdedit: more optimizations | vda | 2007-01-21 | 1 | -137/+109 |
* | cmdedit: small optimizations | vda | 2007-01-21 | 1 | -73/+104 |
* | sanitize cmdedit a bit (group functions by task etc) | vda | 2007-01-21 | 1 | -393/+366 |
* | * precision requires the argument be an integer, not size_t | vapier | 2006-12-28 | 1 | -1/+1 |
* | style fixes | vda | 2006-12-26 | 1 | -1/+1 |
* | #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #defined | vda | 2006-12-23 | 1 | -3/+2 |
* | removal of commented-out cruft | vda | 2006-12-22 | 1 | -1/+0 |
* | cmdedit: reformat code a bit, no algorithm changes | vda | 2006-12-21 | 1 | -233/+230 |
* | fix type character mixup in command completion | vda | 2006-12-21 | 1 | -35/+26 |
* | cmdedit: fix my bug, improve code a bit | vda | 2006-12-19 | 1 | -31/+20 |
* | cmdedit: use qsort for sorting command completion results; style fixes | vda | 2006-12-19 | 1 | -132/+104 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 1 | -1/+2 |
* | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | vda | 2006-11-02 | 1 | -10/+8 |
* | #if CONFIG_xxx -> #if ENABLE_xxx | vda | 2006-11-01 | 1 | -4/+4 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | vda | 2006-10-12 | 1 | -1/+1 |
* | build system overhaul | vda | 2006-10-05 | 1 | -5/+0 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 1 | -1/+1 |
* | lots of silly indent fixes | vda | 2006-10-03 | 1 | -81/+82 |
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | landley | 2006-08-29 | 1 | -2/+2 |
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | landley | 2006-08-03 | 1 | -2/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -8/+8 |
* | Remove the silly redundancy from that header file include. | rpjday | 2006-07-03 | 1 | -1/+1 |
* | - move #include busybox.h to the very top so we pull in the config | aldot | 2006-06-02 | 1 | -2/+1 |
* | vi-mode changes: eliminate warnings from out-of-range-for-type | pgf | 2006-03-07 | 1 | -65/+65 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | landley | 2006-03-06 | 1 | -2/+2 |
* | Add more bash-like dot-dirs cmdedit feature | vodz | 2006-01-25 | 1 | -96/+107 |
* | just whitespace | timr | 2006-01-25 | 1 | -8/+8 |
* | change interface to bb_xasprintf() - more perfect for me. | vodz | 2005-09-29 | 1 | -1/+1 |
* | more remove lost exported | vodz | 2005-09-22 | 1 | -6/+6 |
* | destroy bug [0000404] | vodz | 2005-09-05 | 1 | -5/+5 |
* | commiting: | pgf | 2005-08-04 | 1 | -28/+365 |
* | applying: | pgf | 2005-07-19 | 1 | -2/+2 |
* | Patch from Vladimir N. Oleynik: | andersen | 2004-08-19 | 1 | -0/+1 |
* | Larry Doolittle writes: | andersen | 2004-04-14 | 1 | -4/+4 |
* | Fix spelling. "sort of" is two words. | andersen | 2004-04-12 | 1 | -1/+1 |
* | s/fileno\(stdin\)/STDIN_FILENO/g | andersen | 2004-03-27 | 1 | -1/+1 |
* | Vodz. last_patch_128 | bug1 | 2004-02-22 | 1 | -6/+8 |
* | Vodz last_patch_125_2, this patch have:
| bug1 | 2004-02-04 | 1 | -3/+8 |
* | last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debian | bug1 | 2004-01-22 | 1 | -12/+11 |
* | Vodz last_patch_122, Check $PATH at runtime to fix tab completion | bug1 | 2004-01-14 | 1 | -3/+11 |
* | Declare dependencies of command line editing in the build system | bug1 | 2004-01-03 | 1 | -11/+1 |
* | Cmdedit update from Vladimir N. Oleynik (vodz) | andersen | 2003-12-23 | 1 | -22/+24 |
* | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | andersen | 2003-09-15 | 1 | -5/+3 |
* | Vladimir N. Oleynik writes: | andersen | 2003-07-29 | 1 | -7/+3 |