style fixes. No code changes
[platform/upstream/busybox.git] / editors / vi.c
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-01 Denis VlasenkoCopyright, help text, whitespace cleanups
2007-03-24 Denis Vlasenkorandom style fixes (extra spaces deleted)
2007-03-22 Denis Vlasenkoassorted fixes uncovered by randomconfig runs
2007-03-21 Denis Vlasenkovi: fix signed char-induced potential bugs
2007-03-21 Denis Vlasenkovi: remove Byte typedef and massive amount of casts.
2007-03-21 Denis Vlasenkovi: support $EXINIT and -c
2007-03-11 Denis Vlasenkokill superfluous returns at the end of void functions
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-30 Denis Vlasenkonext bunch of fixes for bugs found by randconfig
2006-12-26 Denis Vlasenkostyle fixes
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-12-19 Denis VlasenkoAdd option to disable command execution from vi & awk
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-10-27 Denis Vlasenkoget_terminal_width_height: do not pass insanely large...
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-25 Rob LandleyA few patches from Erik Hovland, turning strncpy()...
2006-06-21 Rob LandleyRemove pointless "inline" wrapper around get_terminal_w...
2006-06-21 Rob LandleyZubicaray reported a bug in vi that causes it to eat...
2006-06-09 Bernhard Reutner... - make sure that we see string_insert only if we need it.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-19 Bernhard Reutner... - remove SIGIOT as suggested by landley.
2006-05-19 Bernhard Reutner... - Rich Felker writes:
2006-05-19 Bernhard Reutner... - include strings.h
2006-04-05 Paul Foxadjust ifdefs for inclusion of string_insert() routine
2006-03-28 Paul Foxfix behavior of ZZ, with respect to readonly mode(s...
2006-03-27 Paul Foxadd support for :wn (initial patch from Alexander...
2006-03-27 Paul Foxdrop obsolete version string in favor of actual BB...
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned...
2006-01-25 Tim Rikerjust whitespace
2005-11-28 Paul Foxfix bug #474:
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-10-09 Paul Foxcatch and report errors from file_write()
2005-10-09 Paul Foxmake Hit_Return() available when CONFIG_FEATURE_VI_COLO...
2005-09-16 Paul Foxinitialize a couple of vars whose warnings were suppres...
2005-09-16 Paul Foxsome combinations of status line and screen refresh...
2005-09-13 Paul Foxallow either backspace or DEL, in addition to the user...
2005-07-20 Paul Foxapplying fix for:
2005-07-18 Paul Foxallow both ^H and DEL to backspace in insert mode ...
2005-07-18 Eric AndersenFix vi so that error messages, insert mode messages...
2005-04-16 Mike FrysingerIn Bug 208, bernhardf writes:
2004-08-19 Eric Andersenregularly update the status line display
2004-07-20 Eric AndersenAssign 'forced' before the goto to avoid a warning
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-31 Eric AndersenPatch from Thomas Winkler -- vi -R did not work
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-06 Eric AndersenRichard Kojedzinszky writes:
2004-02-04 Eric AndersenRichard Kojedzinszky writes:
2004-01-21 Glenn L McGrathPatch by Richard Kojedzinszky, when using END at end...
2003-12-23 Eric AndersenMatch changes made to cmdedit
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-03 Glenn L McGrathFix crashme code, by Jim Treadway
2002-12-02 Glenn L McGrathlast_patch_69, 8 bit clean and other fixes from Vladimi...
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-10-26 Eric AndersenA patch from Jouni Malinen to avoid some buffer overflo...
2002-08-21 Aaron Lehmannvi inlining
2002-07-31 Robert GrieblApplied a patch from Philip Blundell <pb@nexus.co.uk>:
2002-04-26 Tim Rikerfix from kergoth
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-11-17 Eric AndersenPatch from "Andrew Tipton" <andrew@cadre5.com> to enabl...
2001-11-17 Eric AndersenPatch from Steve Merrifield <steve@labyrinth.net.au...
2001-11-12 Matt KraaiChange strdup calls to xstrdup (patch from Steve Merrif...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-08-02 Eric AndersenPatch from Robert J. Osborne <rj@resourceinternational...
2001-07-31 Matt KraaiDon't save and restore readonly flag if BB_FEATURE_VI_R...
2001-07-19 Eric AndersenSome adjustments, mostly from David McCullough <davidm...
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-02 Eric AndersenCleanups and sinze reduction for the vi applet from...
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-06-23 Eric AndersenThese were broken when using dmalloc due to include...
2001-05-13 Eric AndersenA patch from Aaron Lehmann <aaronl@vitelus.com> to...
2001-05-07 Eric AndersenA patch from Vladimir to use last_char_is(), and a...
2001-05-07 Eric AndersenAnother vi update from Sterling Huxley:
2001-04-26 Eric AndersenAnother nice cleanup from Larry. This adds a new last_...
2001-04-16 Eric AndersenSeveral fixes from Sterling Huxley for the vi applet.
2001-04-04 Eric AndersenRemove unused optarg variable
2001-04-04 Eric AndersenSome cleanups for libc5 support
2001-04-04 Eric AndersenI said no new features till after the 0.51 release...