summaryrefslogtreecommitdiff
path: root/editors/vi.c
Commit message (Expand)AuthorAgeFilesLines
* lots of silly indent fixesDenis Vlasenko2006-10-031-2/+2
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-10/+5
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-20/+8
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+0
* A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andRob Landley2006-06-251-2/+1
* Remove pointless "inline" wrapper around get_terminal_width_height().Rob Landley2006-06-211-21/+7
* Zubicaray reported a bug in vi that causes it to eat 100% cpu when you closeRob Landley2006-06-211-87/+2
* - make sure that we see string_insert only if we need it.Bernhard Reutner-Fischer2006-06-091-2/+2
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* - remove SIGIOT as suggested by landley.Bernhard Reutner-Fischer2006-05-191-3/+0
* - Rich Felker writes:Bernhard Reutner-Fischer2006-05-191-0/+2
* - include strings.hBernhard Reutner-Fischer2006-05-191-0/+1
* adjust ifdefs for inclusion of string_insert() routinePaul Fox2006-04-051-3/+3
* fix behavior of ZZ, with respect to readonly mode(s). originalPaul Fox2006-03-281-5/+6
* add support for :wn (initial patch from Alexander Griesser)Paul Fox2006-03-271-8/+13
* drop obsolete version string in favor of actual BB version (fromPaul Fox2006-03-271-16/+4
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-12/+14
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-13/+13
* removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU..."Vladimir N. Oleynik"2006-01-301-8/+7
* just whitespaceTim Riker2006-01-251-13/+13
* fix bug #474:Paul Fox2005-11-281-14/+3
* common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"2005-10-151-1/+2
* catch and report errors from file_write()Paul Fox2005-10-091-15/+28
* make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it'sPaul Fox2005-10-091-2/+3
* initialize a couple of vars whose warnings were suppressed becausePaul Fox2005-09-161-1/+1
* some combinations of status line and screen refresh don't give aPaul Fox2005-09-161-76/+112
* allow either backspace or DEL, in addition to the user's erasePaul Fox2005-09-131-1/+2
* applying fix for:Paul Fox2005-07-201-0/+1
* allow both ^H and DEL to backspace in insert mode (bug #23)Paul Fox2005-07-181-4/+4
* Fix vi so that error messages, insert mode messages, etc areEric Andersen2005-07-181-12/+37
* In Bug 208, bernhardf writes:Mike Frysinger2005-04-161-6/+6
* regularly update the status line displayEric Andersen2004-08-191-4/+4
* Assign 'forced' before the goto to avoid a warningEric Andersen2004-07-201-2/+3
* Larry Doolittle writes:Eric Andersen2004-04-141-6/+6
* Patch from Thomas Winkler -- vi -R did not workEric Andersen2004-03-311-1/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-38/+38
* Richard Kojedzinszky writes:Eric Andersen2004-02-061-2/+2
* Richard Kojedzinszky writes:Eric Andersen2004-02-041-5/+8
* Patch by Richard Kojedzinszky, when using END at end of lines it wasGlenn L McGrath2004-01-211-3/+5
* Match changes made to cmdeditEric Andersen2003-12-231-3/+1
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-151-27/+9
* Major coreutils update.Manuel Novoa III2003-03-191-8/+8
* Fix crashme code, by Jim TreadwayGlenn L McGrath2002-12-031-3/+3
* last_patch_69, 8 bit clean and other fixes from Vladimir N. OleynikGlenn L McGrath2002-12-021-409/+450
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-27/+12
* A patch from Jouni Malinen to avoid some buffer overflows in vi,Eric Andersen2002-10-261-3/+9
* vi inliningAaron Lehmann2002-08-211-878/+878
* Applied a patch from Philip Blundell <pb@nexus.co.uk>:Robert Griebl2002-07-311-5/+7