Source-Changes archive

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

CVS commit: [netbsd-8] src/external/bsd/mdocml



Module Name:    src
Committed By:   martin
Date:           Sat Apr 14 10:50:49 UTC 2018

Modified Files:
        src/external/bsd/mdocml/dist [netbsd-8]: term_ascii.c
        src/external/bsd/mdocml/include [netbsd-8]: config.h

Log Message:
Pull up following revision(s) (requested by nakayama in ticket #755):

        external/bsd/mdocml/include/config.h: revision 1.5
        external/bsd/mdocml/dist/term_ascii.c: revision 1.2

Re-enable wchar_t support.  mandoc(1) can now fall back to ascii
output if the locale is non-UTF-8 locale with the following change.

https://marc.info/?l=openbsd-cvs&m=152364416720474
Modified files:
usr.bin/mandoc : term_ascii.c
Log message:
Make sure that mandoc only goes into UTF-8 mode if the user really
selected UTF-8, not some other multibyte locale.  This obviously
makes no difference on OpenBSD but improves portability.
Issue reported by <Nakayama at NetBSD> via wiz@.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.11 -r1.1.1.11.4.1 \
    src/external/bsd/mdocml/dist/term_ascii.c
cvs rdiff -u -r1.3.4.1 -r1.3.4.2 src/external/bsd/mdocml/include/config.h

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