git: nvi2: Add locale modifications
John Marino
marino at crater.dragonflybsd.org
Sat Aug 8 10:02:57 PDT 2015
commit c5dc3490307750c42597d75ead72f8fc2eadcbfb
Author: John Marino <draco at marino.st>
Date: Sat Aug 8 17:23:59 2015 +0200
nvi2: Add locale modifications
The following required modification:
- zh_Hans_CN locales
- renaming all missing extern files (name pollution) [1]
- Added missing timespec header inclusion
- change location of missing version.h [2]
- SLIST_FOREACH_SAFE => SLIST_FOREACH_MUTABLE
[1] There were four separate extern.h files, all were missing from vendor
branch. They copied from FreeBSD and put at /usr.bin/vi
[2] The version.h header was also missing from vendor branch, so the
relative path was removed. It is now at /usr.bin/vi
Summary of changes:
contrib/nvi2/cl/cl.h | 2 +-
contrib/nvi2/cl/cl_term.c | 2 +-
contrib/nvi2/common/common.h | 2 +-
contrib/nvi2/common/conv.c | 4 ++++
contrib/nvi2/common/exf.c | 2 +-
contrib/nvi2/common/exf.h | 2 ++
contrib/nvi2/common/recover.c | 2 +-
contrib/nvi2/ex/ex.h | 2 +-
contrib/nvi2/ex/ex_cscope.c | 2 +-
contrib/nvi2/ex/ex_global.c | 2 +-
contrib/nvi2/vi/vi.h | 2 +-
11 files changed, 15 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c5dc3490307750c42597d75ead72f8fc2eadcbfb
--
DragonFly BSD source repository
More information about the Commits
mailing list