index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
ksh
/
vi.c
Age
Commit message (
Expand
)
Author
2015-09-10
Replace newline and space defines by "\n" and " " directly, from Michael
Nicholas Marriott
2015-09-01
remove casts and null checks before free. from Michael McConville
Ted Unangst
2013-12-18
incorrect cast for ctype, spotted and repaired by LEVAI Daniel
Theo de Raadt
2013-12-17
ctype cleanups. Repeated re-audits of this sensitive area by okan and
Theo de Raadt
2009-06-29
make VSEARCH werase act like regular werase after the last change.
Martynas Venckus
2009-06-10
Fix problem with ^w fix that broke 'B'
Michael Erdely
2009-06-04
"make ksh vi mode handle werase more like vi. It's really irritating to
Michael Erdely
2006-04-10
fix lint comments, no functional changes; ok ray
Jared Yanovich
2005-12-11
fix a few name clashes with libc; found by lint. ok deraadt@
Otto Moerbeek
2005-03-30
lots of indentation cleanup, now ksh is readable like our other code.
Theo de Raadt
2005-03-28
spacing
Theo de Raadt
2005-01-27
fix some vi-mode bugs spotted by jmc@
Dan Harnett
2004-12-22
Use stdbool.h instead of rolling our own bools.
Todd C. Miller
2004-12-20
Ansification plus some minor knf. No binary change on i386 and
Otto Moerbeek
2004-12-19
spacing
Theo de Raadt
2004-12-18
deregister
Todd C. Miller
2004-12-18
Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.
Todd C. Miller
2004-05-10
double the command line buffer size (1024 -> 2048); ok millert deraadt
Peter Valchev
2003-10-16
Buffers are not strings so use memcpy(), not strlcpy() to copy them.
Todd C. Miller
2003-03-13
a few strcpy -> strlcpy; a couple people have mailed in a variety of
Theo de Raadt
2002-04-29
wierd -> weird
Peter Valchev
1999-11-15
Quote metachars on expand_word too; ok millert@
Federico G. Schwindt
1999-11-14
quote metachars when completing filenames from jdolecek@netbsd. ok millert@
David Leonard
1999-07-14
pdksh-5.2.14
Todd C. Miller
1999-01-08
bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.
Todd C. Miller
1997-06-19
back out
kstailey
1997-06-18
(foo *)0 -> NULL
kstailey
1996-11-21
Update to 5.2.12.
Jason Downs
1996-08-19
update to pdksh-5.2.8
Jason Downs
1996-08-14
Import pdksh 5.2.7.
Jason Downs