| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | This is synced from dash-0.4.17 and full ready for insert to new busybox | andersen | 2003-07-28 | 1 | -105/+118 |
* | Remove remaining libc5 support code | andersen | 2003-07-22 | 1 | -5/+0 |
* | Update a bunch of docs. Run a script to update my email addr. | andersen | 2003-07-14 | 1 | -1/+1 |
* | Major coreutils update. | mjn3 | 2003-03-19 | 1 | -13/+12 |
* | Correct column width for tab completion and ls | bug1 | 2003-01-06 | 1 | -19/+39 |
* | Fix tab-tab listing of files so it properly reflects current | andersen | 2003-01-02 | 1 | -3/+2 |
* | Command line history changes, lastpatch_71 from Vladimir N. Oleynik | bug1 | 2002-12-09 | 1 | -21/+25 |
* | - the number of commands in the history list is now configureable via the | sandman | 2002-12-03 | 1 | -1/+55 |
* | last_patch_68 from Vladimir N. Oleynik | bug1 | 2002-11-27 | 1 | -100/+62 |