OpenGrok
Cross Reference: vi.c
xref
: /
src
/
bin
/
ksh
/
vi.c
Home
|
History
|
Annotate
|
Download
|
only in
ksh
History log of
/src/bin/ksh/vi.c
Revision
Date
Author
Comments
1.21
16-Sep-2021
christos
It is either teaching gcc about aaah or adding FALLTHROUGH.
1.20
08-May-2018
kamil
branches: 1.20.2;
Stop using the register keyword in ksh(1)
ksh also does some strange things with it, like put it in argument lists.
No functional change intended.
PR bin/53237 ksh: remove register keyword by Nia Alarie
1.19
24-Jan-2018
kamil
branches: 1.19.2;
ksh: Rename a local function tsearch to mytsearch
This removes a clash with well-known libc function tsearch(3) from POSIX.
This allows to build ksh against MSan.
The new name might not be perfect, but long term ksh should be switched to
the libc version.
Sponsored by <The NetBSD Foundation>
1.18
30-Jun-2017
kamil
ksh: Upgrade to C99 <stdbool.h>
This shell already used C99 functions.
1.17
30-Jun-2017
kamil
ksh: Drop support for systems without <sys/stat.h>
In future the order of includes will be normalized with KNF.
No functional change intended.
1.16
22-Jun-2017
kamil
Reapply removal of code from 90ties for OS/2 Cygwin AIX HPUX SCOUnix
Added missing #endif terminator in emacs.c
1.15
22-Jun-2017
kamil
Temporarily revert previous.
emacs.* gets wrong code in generation
1.14
22-Jun-2017
kamil
Remove os2 support in ksh(1)
OK by <kre>
1.13
03-Feb-2016
christos
PR/50747: David Binderman: check bounds before dereference.
While here add some continues before semicolons.
1.12
22-Jun-2011
mrg
add a missing part from rev 1.10 and s/newline/newlinex/. found by GCC 4.5.3.
1.11
25-Apr-2009
lukem
Fix most of the -Wsign-compare issues.
1.10
26-Jun-2005
christos
branches: 1.10.28;
warns=3
- remove param names from function decls
- sprinkle const
- rename shadowed variables
- XXX: there is a lot of fishy __UNCONST going on.
1.9
28-Oct-2004
dsl
Add (unsigned char) casts to tolower/toupper and iscntrl calls.
Fixes PR 27593
1.8
07-Jul-2004
mycroft
Cleanup of ksh memory handling from OpenBSD, via Stefan Krueger in PR 24962.
Should also fix:
PR 8153
PR 13301
PR 15256
PR 25084
1.7
23-Jun-2003
agc
Add NetBSD RCS Ids.
1.6
20-Aug-2001
wiz
"wierd" is weird.
1.5
02-Nov-1999
jdolecek
branches: 1.5.6;
Implement (somewhat enhanced) idea stealed from bash:
when completing the filename (either in vi mode with vi-tabcomplete on,
or in emacs mode after double esc), escape any shell special characters
and chars from $IFS with backslash - very handy especially when
dealing with filenames containing spaces
The patch has been sent to maintainer, but I haven't got any reply yet even
after about a month :(
1.4
20-Oct-1999
hubertf
resolve conflicts
1.3
04-Nov-1998
christos
branches: 1.3.4;
char->unsigned char casts for is*()
1.2
12-Jan-1997
tls
RCS ID Police
1.1
21-Sep-1996
jtc
branches: 1.1.1;
Initial revision
1.1.1.3
20-Oct-1999
hubertf
Import pdksh V5.2.14.
Includes lots of bugfixes.
1.1.1.2
18-Dec-1996
jtc
import pdksh 5.2.12
1.1.1.1
21-Sep-1996
jtc
import pdksh 5.2.8
1.3.4.1
27-Dec-1999
wrstuden
Pull up to last week's -current.
1.5.6.1
26-Feb-2002
he
Pull up revision 1.6 (requested by dogcow):
Synchronize with current development version:
o fix problem with ``set -x'' causing a core dump; fixes PR#11361
o fix problem with ``set -e'' causing early exit; fixes PR#11542
o fix various misspellings and nested extern declarations
1.10.28.1
13-May-2009
jym
Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
1.19.2.1
21-May-2018
pgoyette
Sync with HEAD
1.20.2.2
21-Apr-2020
martin
Ooops, restore accidently removed files from merge mishap
1.20.2.1
21-Apr-2020
martin
Sync with HEAD
Indexes created Thu Oct 16 14:10:15 GMT 2025