From 4dcaee1b127fff1f88f720d6c18c8e96989b98ef Mon Sep 17 00:00:00 2001 From: Takuji Tanaka Date: Fri, 21 Jan 2022 12:15:59 +0000 Subject: makejvf v20220121, Unicode-14.0 git-svn-id: svn://tug.org/texlive/trunk@61678 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/makejvf/COPYRIGHT | 2 +- Build/source/texk/makejvf/ChangeLog | 6 ++++++ Build/source/texk/makejvf/configure | 22 +++++++++++----------- Build/source/texk/makejvf/configure.ac | 2 +- Build/source/texk/makejvf/uniblock.c | 16 ++++++++++++++-- Build/source/texk/makejvf/version.h | 2 +- 6 files changed, 34 insertions(+), 16 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/makejvf/COPYRIGHT b/Build/source/texk/makejvf/COPYRIGHT index d749f2111cb..c6b2076b282 100644 --- a/Build/source/texk/makejvf/COPYRIGHT +++ b/Build/source/texk/makejvf/COPYRIGHT @@ -1,6 +1,6 @@ Copyright (C) 2009 ASCII MEDIA WORKS Copyright (C) 2010-2017 Takuji TANAKA -Copyright (C) 2017-2020 Japanese TeX Development Community +Copyright (C) 2017-2022 Japanese TeX Development Community All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Build/source/texk/makejvf/ChangeLog b/Build/source/texk/makejvf/ChangeLog index bf5e4b1610f..5e08a37f299 100644 --- a/Build/source/texk/makejvf/ChangeLog +++ b/Build/source/texk/makejvf/ChangeLog @@ -1,3 +1,9 @@ +2022-01-21 TANAKA Takuji + + * 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. + 2021-07-13 Hironobu Yamashita * makejvf.1: Document -O option added in version 20200412. diff --git a/Build/source/texk/makejvf/configure b/Build/source/texk/makejvf/configure index fad6be02ee2..615775a6427 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) 20200412. +# Generated by GNU Autoconf 2.71 for makejvf (TeX Live) 20220121. # # # 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='20200412' -PACKAGE_STRING='makejvf (TeX Live) 20200412' +PACKAGE_VERSION='20220121' +PACKAGE_STRING='makejvf (TeX Live) 20220121' 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) 20200412 to adapt to many kinds of systems. +\`configure' configures makejvf (TeX Live) 20220121 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) 20200412:";; + short | recursive ) echo "Configuration of makejvf (TeX Live) 20220121:";; 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 20200412 +makejvf (TeX Live) configure 20220121 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 20200412, which was +It was created by makejvf (TeX Live) $as_me 20220121, 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='20200412' + VERSION='20220121' # Some tools Automake needs. @@ -14529,7 +14529,7 @@ Usage: $0 [OPTIONS] Report bugs to ." lt_cl_version="\ -makejvf (TeX Live) config.lt 20200412 +makejvf (TeX Live) config.lt 20220121 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 20200412, which was +This file was extended by makejvf (TeX Live) $as_me 20220121, 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 20200412 +makejvf (TeX Live) config.status 20220121 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 41d8a3adb12..c653f957aae 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)], [20200412]) +AC_INIT([makejvf (TeX Live)], [20220121]) 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 a96653c73ff..ddd8293ed2d 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-13.0.0.txt - Date: 2019-07-10, 19:06:00 GMT [KW] + Blocks-14.0.0.txt + Date: 2021-01-22, 23:29:00 GMT [KW] [2] CMap files https://github.com/adobe-type-tools/cmap-resources/ Adobe-CNS1-7/ Adobe-CNS1-7 materials @@ -58,6 +58,7 @@ static struct ublock ublock_data[] = { {0x0800, 0x083F, ENTRY_NO , 0}, /* Samaritan */ {0x0840, 0x085F, ENTRY_NO , 0}, /* Mandaic */ {0x0860, 0x086F, ENTRY_NO , 0}, /* Syriac Supplement */ + {0x0870, 0x089F, ENTRY_NO , 0}, /* Arabic Extended-B */ {0x08A0, 0x08FF, ENTRY_NO , 0}, /* Arabic Extended-A */ {0x0900, 0x097F, ENTRY_NO , 0}, /* Devanagari */ {0x0980, 0x09FF, ENTRY_NO , 0}, /* Bengali */ @@ -221,7 +222,9 @@ static struct ublock ublock_data[] = { {0x104B0, 0x104FF, ENTRY_NO , 0}, /* Osage */ {0x10500, 0x1052F, ENTRY_NO , 0}, /* Elbasan */ {0x10530, 0x1056F, ENTRY_NO , 0}, /* Caucasian Albanian */ + {0x10570, 0x105BF, ENTRY_NO , 0}, /* Vithkuqi */ {0x10600, 0x1077F, ENTRY_NO , 0}, /* Linear A */ + {0x10780, 0x107BF, ENTRY_NO , 0}, /* Latin Extended-F */ {0x10800, 0x1083F, ENTRY_NO , 0}, /* Cypriot Syllabary */ {0x10840, 0x1085F, ENTRY_NO , 0}, /* Imperial Aramaic */ {0x10860, 0x1087F, ENTRY_NO , 0}, /* Palmyrene */ @@ -246,6 +249,7 @@ static struct ublock ublock_data[] = { {0x10E80, 0x10EBF, ENTRY_NO , 0}, /* Yezidi */ {0x10F00, 0x10F2F, ENTRY_NO , 0}, /* Old Sogdian */ {0x10F30, 0x10F6F, ENTRY_NO , 0}, /* Sogdian */ + {0x10F70, 0x10FAF, ENTRY_NO , 0}, /* Old Uyghur */ {0x10FB0, 0x10FDF, ENTRY_NO , 0}, /* Chorasmian */ {0x10FE0, 0x10FFF, ENTRY_NO , 0}, /* Elymaic */ {0x11000, 0x1107F, ENTRY_NO , 0}, /* Brahmi */ @@ -272,6 +276,7 @@ static struct ublock ublock_data[] = { {0x119A0, 0x119FF, ENTRY_NO , 0}, /* Nandinagari */ {0x11A00, 0x11A4F, ENTRY_NO , 0}, /* Zanabazar Square */ {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 */ {0x11C00, 0x11C6F, ENTRY_NO , 0}, /* Bhaiksuki */ {0x11C70, 0x11CBF, ENTRY_NO , 0}, /* Marchen */ @@ -283,11 +288,13 @@ static struct ublock ublock_data[] = { {0x12000, 0x123FF, ENTRY_NO , 0}, /* Cuneiform */ {0x12400, 0x1247F, ENTRY_NO , 0}, /* Cuneiform Numbers and Punctuation */ {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 */ {0x14400, 0x1467F, ENTRY_NO , 0}, /* Anatolian Hieroglyphs */ {0x16800, 0x16A3F, ENTRY_NO , 0}, /* Bamum Supplement */ {0x16A40, 0x16A6F, ENTRY_NO , 0}, /* Mro */ + {0x16A70, 0x16ACF, ENTRY_NO , 0}, /* Tangsa */ {0x16AD0, 0x16AFF, ENTRY_NO , 0}, /* Bassa Vah */ {0x16B00, 0x16B8F, ENTRY_NO , 0}, /* Pahawh Hmong */ {0x16E40, 0x16E9F, ENTRY_NO , 0}, /* Medefaidrin */ @@ -297,12 +304,14 @@ static struct ublock ublock_data[] = { {0x18800, 0x18AFF, ENTRY_NO , 0}, /* Tangut Components */ {0x18B00, 0x18CFF, ENTRY_NO , 0}, /* Khitan Small Script */ {0x18D00, 0x18D8F, ENTRY_NO , 0}, /* Tangut Supplement */ + {0x1AFF0, 0x1AFFF, ENTRY_NO , 0}, /* Kana Extended-B */ {0x1B000, 0x1B0FF, ENTRY_NO , 0}, /* Kana Supplement */ {0x1B100, 0x1B12F, ENTRY_NO , 0}, /* Kana Extended-A */ {0x1B130, 0x1B16F, ENTRY_NO , 0}, /* Small Kana Extension */ {0x1B170, 0x1B2FF, ENTRY_NO , 0}, /* Nushu */ {0x1BC00, 0x1BC9F, ENTRY_NO , 0}, /* Duployan */ {0x1BCA0, 0x1BCAF, ENTRY_NO , 0}, /* Shorthand Format Controls */ + {0x1CF00, 0x1CFCF, ENTRY_NO , 0}, /* Znamenny Musical Notation */ {0x1D000, 0x1D0FF, ENTRY_NO , 0}, /* Byzantine Musical Symbols */ {0x1D100, 0x1D1FF, ENTRY_NO , 0}, /* Musical Symbols */ {0x1D200, 0x1D24F, ENTRY_NO , 0}, /* Ancient Greek Musical Notation */ @@ -311,9 +320,12 @@ static struct ublock ublock_data[] = { {0x1D360, 0x1D37F, ENTRY_NO , 0}, /* Counting Rod Numerals */ {0x1D400, 0x1D7FF, ENTRY_NO , 0}, /* Mathematical Alphanumeric Symbols */ {0x1D800, 0x1DAAF, ENTRY_NO , 0}, /* Sutton SignWriting */ + {0x1DF00, 0x1DFFF, ENTRY_NO , 0}, /* Latin Extended-G */ {0x1E000, 0x1E02F, ENTRY_NO , 0}, /* Glagolitic Supplement */ {0x1E100, 0x1E14F, ENTRY_NO , 0}, /* Nyiakeng Puachue Hmong */ + {0x1E290, 0x1E2BF, ENTRY_NO , 0}, /* Toto */ {0x1E2C0, 0x1E2FF, ENTRY_NO , 0}, /* Wancho */ + {0x1E7E0, 0x1E7FF, ENTRY_NO , 0}, /* Ethiopic Extended-B */ {0x1E800, 0x1E8DF, ENTRY_NO , 0}, /* Mende Kikakui */ {0x1E900, 0x1E95F, ENTRY_NO , 0}, /* Adlam */ {0x1EC70, 0x1ECBF, ENTRY_NO , 0}, /* Indic Siyaq Numbers */ diff --git a/Build/source/texk/makejvf/version.h b/Build/source/texk/makejvf/version.h index e4ab005b035..73f385c3c0e 100644 --- a/Build/source/texk/makejvf/version.h +++ b/Build/source/texk/makejvf/version.h @@ -1,2 +1,2 @@ -#define VERSION "20200412" +#define VERSION "20220121" #define BUG_ADDRESS "issue@texjp.org" -- cgit v1.2.3