- fix compilation of sed.
[oweals/busybox.git] / editors / vi.c
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...