OpenGrok
Cross Reference: options.c
xref
: /
src
/
external
/
bsd
/
nvi
/
dist
/
common
/
options.c
Home
|
History
|
Annotate
|
Download
|
only in
common
History log of
/src/external/bsd/nvi/dist/common/options.c
Revision
Date
Author
Comments
1.7
04-Oct-2019
mrg
msg:
avoid passing the same pointer in multiple arguments for restrict
marked arguments:
- sigaction() wants separate in/out
- use memmove() not memcpy() for overlapping regions (this may fix
a real bug in nvi -- but it seems unlikely)
- select() wants separate read/write/except
- sigprocmask() wants separate set/oset
1.6
07-Aug-2018
rin
Add imctrl and imkey options, inspired by cannactrl and fepkey options in
nvi-m17n by itojun.
If imctrl option is set, input method is controlled by using escape
sequences compatible to Tera Term and RLogin. The state of input method in
commands specified by imkey option is saved and restored automatically.
Input method is then deactivated on returning to command mode.
1.5
06-Nov-2017
rin
branches: 1.5.2; 1.5.4;
Entries of abbrev[] should be sorted for bsearch(3) to work.
Fix the problem that option abbreviation "fe" is neglected.
1.4
06-Nov-2017
rin
Fix corruption in numbering of options without GTAGS compile-time option.
Now nvi works without GTAGS.
1.3
26-Jan-2014
christos
branches: 1.3.4; 1.3.8;
Fix RCSID's
1.2
22-Nov-2013
christos
Apply our local changes.
1.1
22-Nov-2013
christos
branches: 1.1.1;
Initial revision
1.1.1.1
22-Nov-2013
christos
Import nvi-1.81.6 + HEAD-2013-11-20 from git://repo.or.cz/nvi.git
1.3.8.2
19-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.3.8.1
26-Jan-2014
tls
file options.c was added on branch tls-maxphys on 2014-08-19 23:51:51 +0000
1.3.4.2
22-May-2014
yamt
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
1.3.4.1
26-Jan-2014
yamt
file options.c was added on branch yamt-pagecache on 2014-05-22 15:50:33 +0000
1.5.4.2
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
1.5.4.1
10-Jun-2019
christos
Sync with HEAD
1.5.2.1
06-Sep-2018
pgoyette
Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
Indexes created Tue May 19 00:24:48 UTC 2026