summaryrefslogtreecommitdiff
path: root/bin/ksh/vi.c
AgeCommit message (Expand)Author
2015-09-10Replace newline and space defines by "\n" and " " directly, from MichaelNicholas Marriott
2015-09-01remove casts and null checks before free. from Michael McConvilleTed Unangst
2013-12-18incorrect cast for ctype, spotted and repaired by LEVAI DanielTheo de Raadt
2013-12-17ctype cleanups. Repeated re-audits of this sensitive area by okan andTheo de Raadt
2009-06-29make VSEARCH werase act like regular werase after the last change.Martynas Venckus
2009-06-10Fix 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 toMichael Erdely
2006-04-10fix lint comments, no functional changes; ok rayJared Yanovich
2005-12-11fix a few name clashes with libc; found by lint. ok deraadt@Otto Moerbeek
2005-03-30lots of indentation cleanup, now ksh is readable like our other code.Theo de Raadt
2005-03-28spacingTheo de Raadt
2005-01-27fix some vi-mode bugs spotted by jmc@Dan Harnett
2004-12-22Use stdbool.h instead of rolling our own bools.Todd C. Miller
2004-12-20Ansification plus some minor knf. No binary change on i386 andOtto Moerbeek
2004-12-19spacingTheo de Raadt
2004-12-18deregisterTodd C. Miller
2004-12-18Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.Todd C. Miller
2004-05-10double the command line buffer size (1024 -> 2048); ok millert deraadtPeter Valchev
2003-10-16Buffers are not strings so use memcpy(), not strlcpy() to copy them.Todd C. Miller
2003-03-13a few strcpy -> strlcpy; a couple people have mailed in a variety ofTheo de Raadt
2002-04-29wierd -> weirdPeter Valchev
1999-11-15Quote metachars on expand_word too; ok millert@Federico G. Schwindt
1999-11-14quote metachars when completing filenames from jdolecek@netbsd. ok millert@David Leonard
1999-07-14pdksh-5.2.14Todd C. Miller
1999-01-08bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.Todd C. Miller
1997-06-19back outkstailey
1997-06-18(foo *)0 -> NULLkstailey
1996-11-21Update to 5.2.12.Jason Downs
1996-08-19update to pdksh-5.2.8Jason Downs
1996-08-14Import pdksh 5.2.7.Jason Downs