| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | applying fix for: | Paul Fox | 2005-07-20 | 1 | -0/+1 |
* | allow both ^H and DEL to backspace in insert mode (bug #23) | Paul Fox | 2005-07-18 | 1 | -4/+4 |
* | Fix vi so that error messages, insert mode messages, etc are | Eric Andersen | 2005-07-18 | 1 | -12/+37 |
* | In Bug 208, bernhardf writes: | Mike Frysinger | 2005-04-16 | 1 | -6/+6 |
* | regularly update the status line display | Eric Andersen | 2004-08-19 | 1 | -4/+4 |
* | Assign 'forced' before the goto to avoid a warning | Eric Andersen | 2004-07-20 | 1 | -2/+3 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -6/+6 |
* | Patch from Thomas Winkler -- vi -R did not work | Eric Andersen | 2004-03-31 | 1 | -1/+2 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -38/+38 |
* | Richard Kojedzinszky writes: | Eric Andersen | 2004-02-06 | 1 | -2/+2 |
* | Richard Kojedzinszky writes: | Eric Andersen | 2004-02-04 | 1 | -5/+8 |
* | Patch by Richard Kojedzinszky, when using END at end of lines it was | Glenn L McGrath | 2004-01-21 | 1 | -3/+5 |
* | Match changes made to cmdedit | Eric Andersen | 2003-12-23 | 1 | -3/+1 |
* | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | Eric Andersen | 2003-09-15 | 1 | -27/+9 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -8/+8 |
* | Fix crashme code, by Jim Treadway | Glenn L McGrath | 2002-12-03 | 1 | -3/+3 |
* | last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik | Glenn L McGrath | 2002-12-02 | 1 | -409/+450 |
* | Change if(x)free(x); to free(x); | Aaron Lehmann | 2002-11-28 | 1 | -27/+12 |
* | A patch from Jouni Malinen to avoid some buffer overflows in vi, | Eric Andersen | 2002-10-26 | 1 | -3/+9 |
* | vi inlining | Aaron Lehmann | 2002-08-21 | 1 | -878/+878 |
* | Applied a patch from Philip Blundell <pb@nexus.co.uk>: | Robert Griebl | 2002-07-31 | 1 | -5/+7 |
* | fix from kergoth | Tim Riker | 2002-04-26 | 1 | -2/+2 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | 2001-12-20 | 1 | -20/+20 |
* | Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor | Eric Andersen | 2001-11-17 | 1 | -4/+19 |
* | Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi | Eric Andersen | 2001-11-17 | 1 | -6/+6 |