Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/dist/nvi



Module Name:    src
Committed By:   snj
Date:           Sat Jan  9 01:53:04 UTC 2010

Modified Files:
        src/dist/nvi/common [netbsd-5]: cut.c cut.h multibyte.h
        src/dist/nvi/ex [netbsd-5]: ex.c ex_subst.c ex_usage.c
        src/dist/nvi/vi [netbsd-5]: v_ulcase.c

Log Message:
Pull up following revision(s) (requested by mlelstv in ticket #1224):
        dist/nvi/common/cut.c: revision 1.3
        dist/nvi/common/cut.h: revision 1.3
        dist/nvi/common/multibyte.h: revision 1.5
        dist/nvi/ex/ex.c: revision 1.6
        dist/nvi/ex/ex_subst.c: revision 1.3
        dist/nvi/ex/ex_usage.c: revision 1.4 via patch
        dist/nvi/vi/v_ulcase.c: revision 1.2
Use wide char versions of tolower/toupper/islower/isupper where
appropriate. Fixes ~ command on big-endian architectures.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2.6.1 -r1.1.1.2.6.2 src/dist/nvi/common/cut.c \
    src/dist/nvi/common/cut.h
cvs rdiff -u -r1.1.1.2.6.3 -r1.1.1.2.6.4 src/dist/nvi/common/multibyte.h
cvs rdiff -u -r1.1.1.2.6.2 -r1.1.1.2.6.3 src/dist/nvi/ex/ex.c
cvs rdiff -u -r1.1.1.2.6.1 -r1.1.1.2.6.2 src/dist/nvi/ex/ex_subst.c \
    src/dist/nvi/ex/ex_usage.c
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.6.1 src/dist/nvi/vi/v_ulcase.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index