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