Source-Changes archive

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

CVS commit: [perseant-stdc-iso10646] src



Module Name:    src
Committed By:   perseant
Date:           Fri Aug  4 21:43:11 UTC 2017

Modified Files:
        src/distrib/sets/lists/base [perseant-stdc-iso10646]: mi
        src/distrib/sets/lists/debug [perseant-stdc-iso10646]: mi
        src/distrib/sets/lists/man [perseant-stdc-iso10646]: mi
        src/lib/libc/citrus [perseant-stdc-iso10646]: citrus_ctype_template.h
        src/lib/libc/locale [perseant-stdc-iso10646]: runetype_file.h
Added Files:
        src/usr.bin/localedef [perseant-stdc-iso10646]: Makefile README
            charmap.c collate.c ctype.c iso2022.c localedef localedef.1
            localedef.c localedef.h messages.c mklocaledb.c mklocaledb.h
            monetary.c numeric.c parser.c parser.h parser.y scanner.c time.c
            wide.c

Log Message:
Add a version of localedef(1), taken from FreeBSD, which works with
NetBSD's binary format.  LC_CTYPE should be mostly compatible but is
still missing pieces; the LC_COLLATE format is in a similar situation,
since it makes different assumptions than UCA/DUCET.  The other, smaller,
LC_* types should all work, but have not been extensively tested.


To generate a diff of this commit:
cvs rdiff -u -r1.1158 -r1.1158.4.1 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.220.2.1 -r1.220.2.2 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.1559 -r1.1559.2.1 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.36.22.2 -r1.36.22.3 \
    src/lib/libc/citrus/citrus_ctype_template.h
cvs rdiff -u -r1.3 -r1.3.40.1 src/lib/libc/locale/runetype_file.h
cvs rdiff -u -r0 -r1.1.2.1 src/usr.bin/localedef/Makefile \
    src/usr.bin/localedef/README src/usr.bin/localedef/charmap.c \
    src/usr.bin/localedef/collate.c src/usr.bin/localedef/ctype.c \
    src/usr.bin/localedef/iso2022.c src/usr.bin/localedef/localedef \
    src/usr.bin/localedef/localedef.1 src/usr.bin/localedef/localedef.c \
    src/usr.bin/localedef/localedef.h src/usr.bin/localedef/messages.c \
    src/usr.bin/localedef/mklocaledb.c src/usr.bin/localedef/mklocaledb.h \
    src/usr.bin/localedef/monetary.c src/usr.bin/localedef/numeric.c \
    src/usr.bin/localedef/parser.c src/usr.bin/localedef/parser.h \
    src/usr.bin/localedef/parser.y src/usr.bin/localedef/scanner.c \
    src/usr.bin/localedef/time.c src/usr.bin/localedef/wide.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