Change if(x)free(x); to free(x);
[platform/upstream/busybox.git] / editors / vi.c
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...