Age | Commit message (Expand) | Author |
2006-12-30 | next bunch of fixes for bugs found by randconfig | Denis Vlasenko |
2006-12-26 | style fixes | Denis Vlasenko |
2006-12-19 | remove casts from xmalloc() | Denis Vlasenko |
2006-12-19 | Add option to disable command execution from vi & awk | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko |
2006-10-27 | get_terminal_width_height: do not pass insanely large values | Denis Vlasenko |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko |
2006-10-03 | lots of silly indent fixes | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-08-20 | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-06-25 | A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and | Rob Landley |
2006-06-21 | Remove pointless "inline" wrapper around get_terminal_width_height(). | Rob Landley |
2006-06-21 | Zubicaray reported a bug in vi that causes it to eat 100% cpu when you close | Rob Landley |
2006-06-09 | - make sure that we see string_insert only if we need it. | Bernhard Reutner-Fischer |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-05-19 | - remove SIGIOT as suggested by landley. | Bernhard Reutner-Fischer |
2006-05-19 | - Rich Felker writes: | Bernhard Reutner-Fischer |
2006-05-19 | - include strings.h | Bernhard Reutner-Fischer |
2006-04-05 | adjust ifdefs for inclusion of string_insert() routine | Paul Fox |
2006-03-28 | fix behavior of ZZ, with respect to readonly mode(s). original | Paul Fox |
2006-03-27 | add support for :wn (initial patch from Alexander Griesser) | Paul Fox |
2006-03-27 | drop obsolete version string in favor of actual BB version (from | Paul Fox |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-01-30 | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen |
2006-01-30 | removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU... | "Vladimir N. Oleynik" |
2006-01-25 | just whitespace | Tim Riker |
2005-11-28 | fix bug #474: | Paul Fox |
2005-10-15 | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" |
2005-10-09 | catch and report errors from file_write() | Paul Fox |
2005-10-09 | make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it's | Paul Fox |
2005-09-16 | initialize a couple of vars whose warnings were suppressed because | Paul Fox |
2005-09-16 | some combinations of status line and screen refresh don't give a | Paul Fox |
2005-09-13 | allow either backspace or DEL, in addition to the user's erase | Paul Fox |
2005-07-20 | applying fix for: | Paul Fox |
2005-07-18 | allow both ^H and DEL to backspace in insert mode (bug #23) | Paul Fox |
2005-07-18 | Fix vi so that error messages, insert mode messages, etc are | Eric Andersen |
2005-04-16 | In Bug 208, bernhardf writes: | Mike Frysinger |
2004-08-19 | regularly update the status line display | Eric Andersen |
2004-07-20 | Assign 'forced' before the goto to avoid a warning | Eric Andersen |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-03-31 | Patch from Thomas Winkler -- vi -R did not work | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-02-06 | Richard Kojedzinszky writes: | Eric Andersen |
2004-02-04 | Richard Kojedzinszky writes: | Eric Andersen |
2004-01-21 | Patch by Richard Kojedzinszky, when using END at end of lines it was | Glenn L McGrath |