Source-Changes archive

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

CVS commit: src/dist/nvi



Module Name:    src
Committed By:   mlelstv
Date:           Wed Dec 23 12:44:22 UTC 2009

Modified Files:
        src/dist/nvi/common: cut.c cut.h multibyte.h
        src/dist/nvi/ex: ex.c ex_subst.c ex_usage.c
        src/dist/nvi/vi: v_ulcase.c

Log Message:
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.2 -r1.3 src/dist/nvi/common/cut.c src/dist/nvi/common/cut.h
cvs rdiff -u -r1.4 -r1.5 src/dist/nvi/common/multibyte.h
cvs rdiff -u -r1.5 -r1.6 src/dist/nvi/ex/ex.c
cvs rdiff -u -r1.2 -r1.3 src/dist/nvi/ex/ex_subst.c
cvs rdiff -u -r1.3 -r1.4 src/dist/nvi/ex/ex_usage.c
cvs rdiff -u -r1.1.1.2 -r1.2 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