Age | Commit message (Expand) | Author |
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 |
2003-12-23 | Match changes made to cmdedit | Eric Andersen |
2003-09-15 | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-12-03 | Fix crashme code, by Jim Treadway | Glenn L McGrath |
2002-12-02 | last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik | Glenn L McGrath |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann |
2002-10-26 | A patch from Jouni Malinen to avoid some buffer overflows in vi, | Eric Andersen |
2002-08-21 | vi inlining | Aaron Lehmann |
2002-07-31 | Applied a patch from Philip Blundell <pb@nexus.co.uk>: | Robert Griebl |
2002-04-26 | fix from kergoth | Tim Riker |
2001-12-20 | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai |
2001-11-17 | Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor | Eric Andersen |
2001-11-17 | Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi | Eric Andersen |
2001-11-12 | Change strdup calls to xstrdup (patch from Steve Merrifield). | Matt Kraai |