Module Name:    src
Committed By:   martin
Date:           Mon Sep 11 14:53:01 UTC 2023

Modified Files:
        src/share/locale/ctype [netbsd-10]: en_US.UTF-8.src
        src/tests/lib/libc/locale [netbsd-10]: t_mbstowcs.c
Added Files:
        src/share/locale/ctype [netbsd-10]: gen_ctype_utf8.pl

Log Message:
Pull up following revision(s) (requested by wiz in ticket #368):

        share/locale/ctype/en_US.UTF-8.src: revision 1.10
        share/locale/ctype/en_US.UTF-8.src: revision 1.8
        share/locale/ctype/en_US.UTF-8.src: revision 1.9
        share/locale/ctype/gen_ctype_utf8.pl: revision 1.1
        share/locale/ctype/gen_ctype_utf8.pl: revision 1.2
        tests/lib/libc/locale/t_mbstowcs.c: revision 1.3

Update unicode tables.

This version of the file, and the generator script, come from
OpenBSD. The script was written by Andrew Fresh.
The file covers the encodings from Unicode 13.0.0, based on the files
distributed with perl 5.32.1.

Add NetBSD RCS Id header instead of OpenBSD one.

Update Unicode tables.

These tables are for Unicode 14.0.0 using the data provided with
perl 5.36.0.

Update Unicode tables to 15.0.0.
This is based on the tables provided by perl 5.37.7.

adapt mbstowcs_basic test for unicode table update
reformat so it's easier to find which result data belongs to which input


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.2.1 src/share/locale/ctype/en_US.UTF-8.src
cvs rdiff -u -r0 -r1.2.2.2 src/share/locale/ctype/gen_ctype_utf8.pl
cvs rdiff -u -r1.2 -r1.2.16.1 src/tests/lib/libc/locale/t_mbstowcs.c

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

Reply via email to