From 871196945fa91eac5f61d71bd408545dea0a26f5 Mon Sep 17 00:00:00 2001 From: Takuji Tanaka Date: Sat, 23 Jul 2022 06:41:02 +0000 Subject: makejvf: version 20220723, Unicode-15.0 git-svn-id: svn://tug.org/texlive/trunk@63961 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/makejvf/ChangeLog | 9 +++++++-- Build/source/texk/makejvf/configure | 22 +++++++++++----------- Build/source/texk/makejvf/configure.ac | 2 +- Build/source/texk/makejvf/uniblock.c | 13 ++++++++++--- Build/source/texk/makejvf/version.h | 2 +- 5 files changed, 30 insertions(+), 18 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/makejvf/ChangeLog b/Build/source/texk/makejvf/ChangeLog index 08022f4e222..5767fb2e0b7 100644 --- a/Build/source/texk/makejvf/ChangeLog +++ b/Build/source/texk/makejvf/ChangeLog @@ -1,3 +1,8 @@ +2022-07-23 TANAKA Takuji + + * uniblock.c, main.c: Update references Unicode blocks Blocks-15.0.0.txt. + * version.h, configure.ac: Bump version to 20220723. + 2022-05-10 Hironobu Yamashita * write.c: The DESIGNSIZE of output VF should be consistent with @@ -8,7 +13,7 @@ * uniblock.c, main.c: Update references Unicode blocks Blocks-14.0.0.txt. * COPYRIGHT: Update copyright year. - * version.h, configure{,.ac}: Bump version to 20220121. + * version.h, configure.ac: Bump version to 20220121. 2021-07-13 Hironobu Yamashita @@ -23,7 +28,7 @@ * main.c, write.c, makejvf.h: Add -O option: Omit entries in VF for characters with default metric. - * version.h, configure{,.ac}: Bump version. + * version.h, configure.ac: Bump version. * tests/skipjfmp_omit.vf: New test files. * Makefile.am, makejvf.test: Add new tests. Thanks to @aminophen for help. diff --git a/Build/source/texk/makejvf/configure b/Build/source/texk/makejvf/configure index 615775a6427..77f1629d3c7 100755 --- a/Build/source/texk/makejvf/configure +++ b/Build/source/texk/makejvf/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for makejvf (TeX Live) 20220121. +# Generated by GNU Autoconf 2.71 for makejvf (TeX Live) 20220723. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -626,8 +626,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='makejvf (TeX Live)' PACKAGE_TARNAME='makejvf--tex-live-' -PACKAGE_VERSION='20220121' -PACKAGE_STRING='makejvf (TeX Live) 20220121' +PACKAGE_VERSION='20220723' +PACKAGE_STRING='makejvf (TeX Live) 20220723' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1374,7 +1374,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures makejvf (TeX Live) 20220121 to adapt to many kinds of systems. +\`configure' configures makejvf (TeX Live) 20220723 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1446,7 +1446,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of makejvf (TeX Live) 20220121:";; + short | recursive ) echo "Configuration of makejvf (TeX Live) 20220723:";; esac cat <<\_ACEOF @@ -1567,7 +1567,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -makejvf (TeX Live) configure 20220121 +makejvf (TeX Live) configure 20220723 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2091,7 +2091,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by makejvf (TeX Live) $as_me 20220121, which was +It was created by makejvf (TeX Live) $as_me 20220723, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -8413,7 +8413,7 @@ fi # Define the identity of the package. PACKAGE='makejvf--tex-live-' - VERSION='20220121' + VERSION='20220723' # Some tools Automake needs. @@ -14529,7 +14529,7 @@ Usage: $0 [OPTIONS] Report bugs to ." lt_cl_version="\ -makejvf (TeX Live) config.lt 20220121 +makejvf (TeX Live) config.lt 20220723 configured by $0, generated by GNU Autoconf 2.71. Copyright (C) 2011 Free Software Foundation, Inc. @@ -16147,7 +16147,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by makejvf (TeX Live) $as_me 20220121, which was +This file was extended by makejvf (TeX Live) $as_me 20220723, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16215,7 +16215,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -makejvf (TeX Live) config.status 20220121 +makejvf (TeX Live) config.status 20220723 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/makejvf/configure.ac b/Build/source/texk/makejvf/configure.ac index c653f957aae..3abaf241a4c 100644 --- a/Build/source/texk/makejvf/configure.ac +++ b/Build/source/texk/makejvf/configure.ac @@ -6,7 +6,7 @@ dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl -AC_INIT([makejvf (TeX Live)], [20220121]) +AC_INIT([makejvf (TeX Live)], [20220723]) AC_PREREQ([2.63]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_AUX_DIR([../../build-aux]) diff --git a/Build/source/texk/makejvf/uniblock.c b/Build/source/texk/makejvf/uniblock.c index ddd8293ed2d..de73a499a2a 100644 --- a/Build/source/texk/makejvf/uniblock.c +++ b/Build/source/texk/makejvf/uniblock.c @@ -16,8 +16,8 @@ struct ublock { /* References: [1] http://www.unicode.org/Public/UNIDATA/Blocks.txt - Blocks-14.0.0.txt - Date: 2021-01-22, 23:29:00 GMT [KW] + Blocks-15.0.0.txt + Date: 2022-01-28, 20:58:00 GMT [KW] [2] CMap files https://github.com/adobe-type-tools/cmap-resources/ Adobe-CNS1-7/ Adobe-CNS1-7 materials @@ -247,6 +247,7 @@ static struct ublock ublock_data[] = { {0x10D00, 0x10D3F, ENTRY_NO , 0}, /* Hanifi Rohingya */ {0x10E60, 0x10E7F, ENTRY_NO , 0}, /* Rumi Numeral Symbols */ {0x10E80, 0x10EBF, ENTRY_NO , 0}, /* Yezidi */ + {0x10EC0, 0x10EFF, ENTRY_NO , 0}, /* Arabic Extended-C */ {0x10F00, 0x10F2F, ENTRY_NO , 0}, /* Old Sogdian */ {0x10F30, 0x10F6F, ENTRY_NO , 0}, /* Sogdian */ {0x10F70, 0x10FAF, ENTRY_NO , 0}, /* Old Uyghur */ @@ -278,11 +279,13 @@ static struct ublock ublock_data[] = { {0x11A50, 0x11AAF, ENTRY_NO , 0}, /* Soyombo */ {0x11AB0, 0x11ABF, ENTRY_NO , 0}, /* Unified Canadian Aboriginal Syllabics Extended-A */ {0x11AC0, 0x11AFF, ENTRY_NO , 0}, /* Pau Cin Hau */ + {0x11B00, 0x11B5F, ENTRY_NO , 0}, /* Devanagari Extended-A */ {0x11C00, 0x11C6F, ENTRY_NO , 0}, /* Bhaiksuki */ {0x11C70, 0x11CBF, ENTRY_NO , 0}, /* Marchen */ {0x11D00, 0x11D5F, ENTRY_NO , 0}, /* Masaram Gondi */ {0x11D60, 0x11DAF, ENTRY_NO , 0}, /* Gunjala Gondi */ {0x11EE0, 0x11EFF, ENTRY_NO , 0}, /* Makasar */ + {0x11F00, 0x11F5F, ENTRY_NO , 0}, /* Kawi */ {0x11FB0, 0x11FBF, ENTRY_NO , 0}, /* Lisu Supplement */ {0x11FC0, 0x11FFF, ENTRY_NO , 0}, /* Tamil Supplement */ {0x12000, 0x123FF, ENTRY_NO , 0}, /* Cuneiform */ @@ -290,7 +293,7 @@ static struct ublock ublock_data[] = { {0x12480, 0x1254F, ENTRY_NO , 0}, /* Early Dynastic Cuneiform */ {0x12F90, 0x12FFF, ENTRY_NO , 0}, /* Cypro-Minoan */ {0x13000, 0x1342F, ENTRY_NO , 0}, /* Egyptian Hieroglyphs */ - {0x13430, 0x1343F, ENTRY_NO , 0}, /* Egyptian Hieroglyph Format Controls */ + {0x13430, 0x1345F, ENTRY_NO , 0}, /* Egyptian Hieroglyph Format Controls */ {0x14400, 0x1467F, ENTRY_NO , 0}, /* Anatolian Hieroglyphs */ {0x16800, 0x16A3F, ENTRY_NO , 0}, /* Bamum Supplement */ {0x16A40, 0x16A6F, ENTRY_NO , 0}, /* Mro */ @@ -315,6 +318,7 @@ static struct ublock ublock_data[] = { {0x1D000, 0x1D0FF, ENTRY_NO , 0}, /* Byzantine Musical Symbols */ {0x1D100, 0x1D1FF, ENTRY_NO , 0}, /* Musical Symbols */ {0x1D200, 0x1D24F, ENTRY_NO , 0}, /* Ancient Greek Musical Notation */ + {0x1D2C0, 0x1D2DF, ENTRY_NO , 0}, /* Kaktovik Numerals */ {0x1D2E0, 0x1D2FF, ENTRY_NO , 0}, /* Mayan Numerals */ {0x1D300, 0x1D35F, ENTRY_NO , 0}, /* Tai Xuan Jing Symbols */ {0x1D360, 0x1D37F, ENTRY_NO , 0}, /* Counting Rod Numerals */ @@ -322,9 +326,11 @@ static struct ublock ublock_data[] = { {0x1D800, 0x1DAAF, ENTRY_NO , 0}, /* Sutton SignWriting */ {0x1DF00, 0x1DFFF, ENTRY_NO , 0}, /* Latin Extended-G */ {0x1E000, 0x1E02F, ENTRY_NO , 0}, /* Glagolitic Supplement */ + {0x1E030, 0x1E08F, ENTRY_NO , 0}, /* Cyrillic Extended-D */ {0x1E100, 0x1E14F, ENTRY_NO , 0}, /* Nyiakeng Puachue Hmong */ {0x1E290, 0x1E2BF, ENTRY_NO , 0}, /* Toto */ {0x1E2C0, 0x1E2FF, ENTRY_NO , 0}, /* Wancho */ + {0x1E4D0, 0x1E4FF, ENTRY_NO , 0}, /* Nag Mundari */ {0x1E7E0, 0x1E7FF, ENTRY_NO , 0}, /* Ethiopic Extended-B */ {0x1E800, 0x1E8DF, ENTRY_NO , 0}, /* Mende Kikakui */ {0x1E900, 0x1E95F, ENTRY_NO , 0}, /* Adlam */ @@ -354,6 +360,7 @@ static struct ublock ublock_data[] = { {0x2CEB0, 0x2EBEF, ENTRY_CJ , 1}, /* CJK Unified Ideographs Extension F */ {0x2F800, 0x2FA1F, ENTRY_CJ , 1}, /* CJK Compatibility Ideographs Supplement */ {0x30000, 0x3134F, ENTRY_NO , 1}, /* CJK Unified Ideographs Extension G */ + {0x31350, 0x323AF, ENTRY_NO , 1}, /* CJK Unified Ideographs Extension H */ {0xE0000, 0xE007F, ENTRY_NO , 0}, /* Tags */ {0xE0100, 0xE01EF, ENTRY_NO , 0}, /* Variation Selectors Supplement */ {0xF0000, 0xFFFFF, ENTRY_NO , 0}, /* Supplementary Private Use Area-A */ diff --git a/Build/source/texk/makejvf/version.h b/Build/source/texk/makejvf/version.h index 73f385c3c0e..df44bb74278 100644 --- a/Build/source/texk/makejvf/version.h +++ b/Build/source/texk/makejvf/version.h @@ -1,2 +1,2 @@ -#define VERSION "20220121" +#define VERSION "20220723" #define BUG_ADDRESS "issue@texjp.org" -- cgit v1.2.3