index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libedit
/
vi.c
Age
Commit message (
Expand
)
Author
2009-12-30
Wide character support (UTF-8) from Johny Mattsson; currently disabled.
christos
2009-02-21
more size_t stuff.
christos
2009-02-15
pass lint on _LP64.
christos
2009-02-06
Portability fix.
sketch
2006-10-22
__weakref__ attribute can not be applied to anything when inside function
mrg
2006-05-18
change __weak_extern to __weak_reference so that gcc4 works.
christos
2006-03-06
Print the actual eofc, instead of ^D\b\b.
christos
2005-08-10
Don't save the el->el_line.cursor over a cv_insert call and use it later
christos
2005-08-09
Don't delete the current line in vi mode when typing 'yy'.
christos
2005-08-08
Spelling mistakes and comment errors (from FreeBSD via Stefan Farfeleder; many
christos
2005-04-25
Terminate the arglist with a NULL instead of 0. (Shuts up gcc4.x)
matt
2004-08-13
Delete-previous-char and delete-next-char without an argument are not supposed
mycroft
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-19
From michael@moria.de:
christos
2003-06-04
Only return CC_EOF if ^D (VEOF) was the only thing on the line. Otherwise
matt
2003-03-10
Put the __weak_extern() back inside vi_alias, but after the extern for
dsl
2003-03-10
Move the __weak_extern() (ifdef'ed) outside of the vi_alias()
he
2003-03-10
if no __weak_extern, don't even try to do vi_alias.
christos
2003-03-10
fix uninitialized variable.
christos
2002-11-15
PR/18995: David Laight: libedit fixes for posix conformant sh
christos
2002-10-31
support for % command [matching parens/brackets/braces] on vi modes.
christos
2002-10-27
vi mode and memory fixes from david laight.
christos
2002-03-18
- constify; passes all gcc and lint strict checks.
christos
2000-09-04
convert to new style guide, which includes:
lukem
1999-07-02
More trailing white space.
simonb
1999-02-05
delint.
christos
1998-12-12
delint
christos
1998-02-03
remove obsolete register declarations
perry
1997-07-06
Fix compiler warnings.
christos
1997-01-11
RCSid police
lukem
1994-05-06
libedit!
cgd