| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | vi: remove two globals | Denis Vlasenko | 2007-05-17 | 1 | -3/+7 |
* | style fixes. No code changes | Denis Vlasenko | 2007-04-12 | 1 | -1/+1 |
* | Copyright, help text, whitespace cleanups | Denis Vlasenko | 2007-04-01 | 1 | -1/+1 |
* | random style fixes (extra spaces deleted) | Denis Vlasenko | 2007-03-24 | 1 | -1/+1 |
* | assorted fixes uncovered by randomconfig runs | Denis Vlasenko | 2007-03-22 | 1 | -1/+11 |
* | vi: fix signed char-induced potential bugs | Denis Vlasenko | 2007-03-21 | 1 | -30/+32 |
* | vi: remove Byte typedef and massive amount of casts. | Denis Vlasenko | 2007-03-21 | 1 | -424/+445 |
* | vi: support $EXINIT and -c | Denis Vlasenko | 2007-03-21 | 1 | -14/+53 |
* | kill superfluous returns at the end of void functions | Denis Vlasenko | 2007-03-11 | 1 | -8/+1 |
* | clean up accumulated whitespace damage | Denis Vlasenko | 2007-03-07 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | next bunch of fixes for bugs found by randconfig | Denis Vlasenko | 2006-12-30 | 1 | -202/+205 |
* | style fixes | Denis Vlasenko | 2006-12-26 | 1 | -1/+1 |
* | remove casts from xmalloc() | Denis Vlasenko | 2006-12-19 | 1 | -4/+4 |
* | Add option to disable command execution from vi & awk | Denis Vlasenko | 2006-12-19 | 1 | -2/+6 |
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -19/+19 |
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 1 | -25/+25 |
* | get_terminal_width_height: do not pass insanely large values | Denis Vlasenko | 2006-10-27 | 1 | -1/+1 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -3/+3 |
* | lots of silly indent fixes | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -1/+1 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer | 2006-08-20 | 1 | -10/+5 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -20/+8 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -1/+0 |
* | A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and | Rob Landley | 2006-06-25 | 1 | -2/+1 |
* | Remove pointless "inline" wrapper around get_terminal_width_height(). | Rob Landley | 2006-06-21 | 1 | -21/+7 |
* | Zubicaray reported a bug in vi that causes it to eat 100% cpu when you close | Rob Landley | 2006-06-21 | 1 | -87/+2 |
* | - make sure that we see string_insert only if we need it. | Bernhard Reutner-Fischer | 2006-06-09 | 1 | -2/+2 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
* | - remove SIGIOT as suggested by landley. | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -3/+0 |
* | - Rich Felker writes: | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -0/+2 |
* | - include strings.h | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -0/+1 |
* | adjust ifdefs for inclusion of string_insert() routine | Paul Fox | 2006-04-05 | 1 | -3/+3 |
* | fix behavior of ZZ, with respect to readonly mode(s). original | Paul Fox | 2006-03-28 | 1 | -5/+6 |
* | add support for :wn (initial patch from Alexander Griesser) | Paul Fox | 2006-03-27 | 1 | -8/+13 |
* | drop obsolete version string in favor of actual BB version (from | Paul Fox | 2006-03-27 | 1 | -16/+4 |
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 1 | -12/+14 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -13/+13 |
* | removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU... | "Vladimir N. Oleynik" | 2006-01-30 | 1 | -8/+7 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -13/+13 |
* | fix bug #474: | Paul Fox | 2005-11-28 | 1 | -14/+3 |
* | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" | 2005-10-15 | 1 | -1/+2 |
* | catch and report errors from file_write() | Paul Fox | 2005-10-09 | 1 | -15/+28 |
* | make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it's | Paul Fox | 2005-10-09 | 1 | -2/+3 |
* | initialize a couple of vars whose warnings were suppressed because | Paul Fox | 2005-09-16 | 1 | -1/+1 |
* | some combinations of status line and screen refresh don't give a | Paul Fox | 2005-09-16 | 1 | -76/+112 |
* | allow either backspace or DEL, in addition to the user's erase | Paul Fox | 2005-09-13 | 1 | -1/+2 |