Age | Commit message (Expand) | Author |
2006-12-28 | * precision requires the argument be an integer, not size_t | Mike Frysinger |
2006-12-26 | style fixes | Denis Vlasenko |
2006-12-23 | #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #defined | Denis Vlasenko |
2006-12-22 | removal of commented-out cruft | Denis Vlasenko |
2006-12-21 | cmdedit: reformat code a bit, no algorithm changes | Denis Vlasenko |
2006-12-21 | fix type character mixup in command completion | Denis Vlasenko |
2006-12-19 | cmdedit: fix my bug, improve code a bit | Denis Vlasenko |
2006-12-19 | cmdedit: use qsort for sorting command completion results; style fixes | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko |
2006-11-02 | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | Denis Vlasenko |
2006-11-01 | #if CONFIG_xxx -> #if ENABLE_xxx | Denis Vlasenko |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko |
2006-10-05 | build system overhaul | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | lots of silly indent fixes | Denis Vlasenko |
2006-08-29 | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley |
2006-08-03 | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-03 | Remove the silly redundancy from that header file include. | "Robert P. J. Day" |
2006-06-02 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-03-07 | vi-mode changes: eliminate warnings from out-of-range-for-type | Paul Fox |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-01-25 | Add more bash-like dot-dirs cmdedit feature | "Vladimir N. Oleynik" |
2006-01-25 | just whitespace | Tim Riker |
2005-09-29 | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" |
2005-09-22 | more remove lost exported | "Vladimir N. Oleynik" |
2005-09-05 | destroy bug [0000404] | "Vladimir N. Oleynik" |
2005-08-04 | commiting: | Paul Fox |
2005-07-19 | applying: | Paul Fox |
2004-08-19 | Patch from Vladimir N. Oleynik: | Eric Andersen |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-04-12 | Fix spelling. "sort of" is two words. | Eric Andersen |
2004-03-27 | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen |
2004-02-22 | Vodz. last_patch_128 | Glenn L McGrath |
2004-02-04 | Vodz last_patch_125_2, this patch have:
| Glenn L McGrath |
2004-01-22 | last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debian | Glenn L McGrath |
2004-01-14 | Vodz last_patch_122, Check $PATH at runtime to fix tab completion | Glenn L McGrath |
2004-01-03 | Declare dependencies of command line editing in the build system | Glenn L McGrath |
2003-12-23 | Cmdedit update from Vladimir N. Oleynik (vodz) | Eric Andersen |
2003-09-15 | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | Eric Andersen |
2003-07-29 | Vladimir N. Oleynik writes: | Eric Andersen |
2003-07-28 | This is synced from dash-0.4.17 and full ready for insert to new busybox | Eric Andersen |
2003-07-22 | Remove remaining libc5 support code | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2003-01-06 | Correct column width for tab completion and ls | Glenn L McGrath |
2003-01-02 | Fix tab-tab listing of files so it properly reflects current | Eric Andersen |
2002-12-09 | Command line history changes, lastpatch_71 from Vladimir N. Oleynik | Glenn L McGrath |
2002-12-03 | - the number of commands in the history list is now configureable via the | Robert Griebl |
2002-11-27 | last_patch_68 from Vladimir N. Oleynik | Glenn L McGrath |