Age | Commit message (Expand) | Author |
2007-07-14 | vi: make status line less confusing when we open non-readable files, | Denis Vlasenko |
2007-06-25 | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w... | Denis Vlasenko |
2007-06-10 | moved biggest stack buffers to malloc space, or made their size configurable | Denis Vlasenko |
2007-05-30 | vi: move some data to malloc'ed space: ~500 less bss, code | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-05-17 | vi: remove two globals | Denis Vlasenko |
2007-04-12 | style fixes. No code changes | Denis Vlasenko |
2007-04-01 | Copyright, help text, whitespace cleanups | Denis Vlasenko |
2007-03-24 | random style fixes (extra spaces deleted) | Denis Vlasenko |
2007-03-22 | assorted fixes uncovered by randomconfig runs | Denis Vlasenko |
2007-03-21 | vi: fix signed char-induced potential bugs | Denis Vlasenko |
2007-03-21 | vi: remove Byte typedef and massive amount of casts. | Denis Vlasenko |
2007-03-21 | vi: support $EXINIT and -c | Denis Vlasenko |
2007-03-11 | kill superfluous returns at the end of void functions | Denis Vlasenko |
2007-03-07 | clean up accumulated whitespace damage | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
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 |