-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
185 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2022-10-08 TANAKA Takuji <[email protected]> | ||
|
||
* version 1.05 Stable version. | ||
* configure.ac: Bump version. | ||
* main.c, sort.c, convert.c, fwrite.c, {,ex}kana.h, mendex.h: | ||
Support U+1B001 Hiragana Letter Archaic Ye. | ||
* fwrite.c: | ||
Strict check for dotted/dotless I/i in Turkish. | ||
Strict check for Thai reordering. | ||
|
||
2022-09-17 TANAKA Takuji <[email protected]> | ||
|
||
* fwrite.c: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.71 for upmendex (TeX Live) 1.03. | ||
# Generated by GNU Autoconf 2.71 for upmendex (TeX Live) 1.05. | ||
# | ||
# | ||
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, | ||
|
@@ -626,8 +626,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='upmendex (TeX Live)' | ||
PACKAGE_TARNAME='upmendex--tex-live-' | ||
PACKAGE_VERSION='1.03' | ||
PACKAGE_STRING='upmendex (TeX Live) 1.03' | ||
PACKAGE_VERSION='1.05' | ||
PACKAGE_STRING='upmendex (TeX Live) 1.05' | ||
PACKAGE_BUGREPORT='' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1390,7 +1390,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 upmendex (TeX Live) 1.03 to adapt to many kinds of systems. | ||
\`configure' configures upmendex (TeX Live) 1.05 to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1462,7 +1462,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of upmendex (TeX Live) 1.03:";; | ||
short | recursive ) echo "Configuration of upmendex (TeX Live) 1.05:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1587,7 +1587,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
upmendex (TeX Live) configure 1.03 | ||
upmendex (TeX Live) configure 1.05 | ||
generated by GNU Autoconf 2.71 | ||
|
||
Copyright (C) 2021 Free Software Foundation, Inc. | ||
|
@@ -2268,7 +2268,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 upmendex (TeX Live) $as_me 1.03, which was | ||
It was created by upmendex (TeX Live) $as_me 1.05, which was | ||
generated by GNU Autoconf 2.71. Invocation command line was | ||
|
||
$ $0$ac_configure_args_raw | ||
|
@@ -8806,7 +8806,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='upmendex--tex-live-' | ||
VERSION='1.03' | ||
VERSION='1.05' | ||
|
||
|
||
# Some tools Automake needs. | ||
|
@@ -18942,7 +18942,7 @@ Usage: $0 [OPTIONS] | |
Report bugs to <[email protected]>." | ||
|
||
lt_cl_version="\ | ||
upmendex (TeX Live) config.lt 1.03 | ||
upmendex (TeX Live) config.lt 1.05 | ||
configured by $0, generated by GNU Autoconf 2.71. | ||
|
||
Copyright (C) 2011 Free Software Foundation, Inc. | ||
|
@@ -21114,7 +21114,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 upmendex (TeX Live) $as_me 1.03, which was | ||
This file was extended by upmendex (TeX Live) $as_me 1.05, which was | ||
generated by GNU Autoconf 2.71. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -21182,7 +21182,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="\\ | ||
upmendex (TeX Live) config.status 1.03 | ||
upmendex (TeX Live) config.status 1.05 | ||
configured by $0, generated by GNU Autoconf 2.71, | ||
with options \\"\$ac_cs_config\\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.