-
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.
Merge branch 'kitagawa_toucs-invalid'
- Loading branch information
Showing
16 changed files
with
140 additions
and
159 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2021-06-29 Hironobu Yamashita <[email protected]> | ||
|
||
* kanjicnv.c, ptexenc/kanjicnv.h: Always return 0 for | ||
invalid code conversions between JIS/EUC/SJIS/KUTEN/UCS. | ||
* jisx0208.h: Remove unused entry of UnicodeTbl. | ||
|
||
2021-06-25 Hironori Kitagawa <[email protected]> | ||
|
||
* unicode-jp.c: changed the returned value of UCS2toJISnative(0) | ||
|
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,9 @@ | ||
2021-06-29 Hironori Kitagawa <[email protected]> | ||
|
||
* eptex.defines: Add fromUCS(). | ||
* eptex.ech, eptex_version.h: e-pTeX version 210629 | ||
(adapted to pTeX p3.10.0). | ||
|
||
2021-06-25 Hironori Kitagawa <[email protected]> | ||
|
||
* etex.ch1: Adapt to ptex-base.ch for fix of | ||
|
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 +1 @@ | ||
#define EPTEX_VERSION "210218" | ||
#define EPTEX_VERSION "210629" |
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,14 @@ | ||
2021-06-29 Hironori Kitagawa <[email protected]> | ||
and Hironobu Yamashita <[email protected]> | ||
|
||
* ptex-base.ch: | ||
- Bug fix: Wrap print_hex for negative value. | ||
- Change: Code conversion primitives return -1 for invalid. | ||
- Added: New primitives \ucs (from upTeX) and \toucs. | ||
* ptex.defines: Add fromUCS() and toUCS(). | ||
* ptex_version.h: pTeX version p3.10.0. | ||
https://github.com/texjporg/tex-jp-build/pull/121 | ||
|
||
2021-06-25 Hironori Kitagawa <[email protected]> | ||
and Hironobu Yamashita <[email protected]> | ||
|
||
|
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 +1 @@ | ||
#define PTEX_VERSION "p3.9.1" | ||
#define PTEX_VERSION "p3.10.0" |
Oops, something went wrong.