index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
vi.c
Age
Commit message (
Expand
)
Author
2004-02-06
Richard Kojedzinszky writes:
Eric Andersen
2004-02-04
Richard Kojedzinszky writes:
Eric Andersen
2004-01-21
Patch by Richard Kojedzinszky, when using END at end of lines it was
Glenn L McGrath
2003-12-23
Match changes made to cmdedit
Eric Andersen
2003-09-15
Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-12-03
Fix crashme code, by Jim Treadway
Glenn L McGrath
2002-12-02
last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik
Glenn L McGrath
2002-11-28
Change if(x)free(x); to free(x);
Aaron Lehmann
2002-10-26
A patch from Jouni Malinen to avoid some buffer overflows in vi,
Eric Andersen
2002-08-21
vi inlining
Aaron Lehmann
2002-07-31
Applied a patch from Philip Blundell <pb@nexus.co.uk>:
Robert Griebl
2002-04-26
fix from kergoth
Tim Riker
2001-12-20
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
Matt Kraai
2001-11-17
Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor
Eric Andersen
2001-11-17
Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi
Eric Andersen
2001-11-12
Change strdup calls to xstrdup (patch from Steve Merrifield).
Matt Kraai
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-08-02
Patch from Robert J. Osborne <rj@resourceinternational.com> that fixes
Eric Andersen
2001-07-31
Don't save and restore readonly flag if BB_FEATURE_VI_READONLY isn't enabled.
Matt Kraai
2001-07-19
Some adjustments, mostly from David McCullough <davidm@lineo.com> to
Eric Andersen
2001-07-17
This is vodz' latest patch. Sorry it took so long...
Eric Andersen
2001-07-02
Cleanups and sinze reduction for the vi applet from Aaron Lehmann
Eric Andersen
2001-06-26
Vladimir's last_patch_15
Glenn L McGrath
2001-06-23
These were broken when using dmalloc due to include file ordering
Eric Andersen
2001-05-13
A patch from Aaron Lehmann <aaronl@vitelus.com> to fix a
Eric Andersen
2001-05-07
A patch from Vladimir to use last_char_is(), and a patch from
Eric Andersen
2001-05-07
Another vi update from Sterling Huxley:
Eric Andersen
2001-04-26
Another nice cleanup from Larry. This adds a new last_char_is() function and
Eric Andersen
2001-04-16
Several fixes from Sterling Huxley for the vi applet.
Eric Andersen
2001-04-04
Remove unused optarg variable
Eric Andersen
2001-04-04
Some cleanups for libc5 support
Eric Andersen
2001-04-04
I said no new features till after the 0.51 release. Well, I lied. This is a
Eric Andersen