git: nvi: Bring in version 2.1.3 (update from 2.1.1)

John Marino marino at crater.dragonflybsd.org
Sat Aug 8 10:02:58 PDT 2015


commit babded0e83db2746cd8248d4371ae2e0cef2fc04
Author: John Marino <draco at marino.st>
Date:   Sat Aug 8 18:20:13 2015 +0200

    nvi: Bring in version 2.1.3 (update from 2.1.1)
    
    All the headers that are not part of new nvi2 vendor branch have been
    moved here.  This resolves a major flaw where files written in one
    locale and then edited in another would be corrupted.
    
    See FreeBSD PR 196447

Summary of changes:
 usr.bin/vi/Makefile                              |  15 +--
 usr.bin/vi/catalog/Makefile                      |   4 +-
 usr.bin/vi/cl_extern.h                           |  31 +++++
 usr.bin/vi/common_extern.h                       | 132 +++++++++++++++++++++
 usr.bin/vi/config.h                              |   6 +-
 {contrib/nvi/ex => usr.bin/vi}/ex_def.h          |   0
 usr.bin/vi/ex_extern.h                           | 130 ++++++++++++++++++++
 {contrib/nvi/common => usr.bin/vi}/options_def.h |   0
 usr.bin/vi/version.h                             |   1 +
 usr.bin/vi/vi_extern.h                           | 145 +++++++++++++++++++++++
 10 files changed, 447 insertions(+), 17 deletions(-)
 create mode 100644 usr.bin/vi/cl_extern.h
 create mode 100644 usr.bin/vi/common_extern.h
 copy {contrib/nvi/ex => usr.bin/vi}/ex_def.h (100%)
 create mode 100644 usr.bin/vi/ex_extern.h
 copy {contrib/nvi/common => usr.bin/vi}/options_def.h (100%)
 create mode 100644 usr.bin/vi/version.h
 create mode 100644 usr.bin/vi/vi_extern.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/babded0e83db2746cd8248d4371ae2e0cef2fc04


-- 
DragonFly BSD source repository



More information about the Commits mailing list