-
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 'master' into build/work000 r72334 #158
- Loading branch information
Showing
16 changed files
with
427 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
2024-09-16 TANAKA Takuji <[email protected]> | ||
|
||
* tests/ec-lmr10.tfm: Add for tests of pTeX family | ||
* tests/ec-lmr10.tfm, tests/dump-basic.tex: | ||
Add for tests of pTeX family | ||
|
||
2024-09-07 Karl Berry <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2024-09-21 TANAKA Takuji <[email protected]> | ||
|
||
* ptex-base.ch: | ||
Fix a bug in initialization of inhibit_xsp/kinsoku tables | ||
(Bug introduced on commit 2022-12-12 r65248). | ||
* ptex-ctrlsym.test, tests/{ptexlineendmode,ucs}.tex, | ||
(chartoken,ucs-{e,s}}.log, p-lineenda.typ: | ||
Add more regression tests. | ||
* am/ptex.am: Adjust. | ||
|
||
2024-09-16 TANAKA Takuji <[email protected]> | ||
|
||
* ptex-base.ch: Use constants enc_jis and enc_ucs. | ||
|
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
restricted \write18 enabled. | ||
%&-line parsing enabled. | ||
**p-chartoken.tex | ||
(./p-chartoken.tex | ||
\x=\count26 | ||
|
||
! Improper alphabetic or KANJI constant. | ||
<to be read again> | ||
\aaa | ||
\T #1->\x =`#1 | ||
\message {\the \x } | ||
l.6 \def\aaa{西}\T{\aaa} | ||
% err | ||
A one-character control sequence belongs after a ` mark. | ||
So I'm essentially inserting \0 here. | ||
|
||
48 | ||
! Improper alphabetic or KANJI constant. | ||
<to be read again> | ||
\AAA | ||
\T #1->\x =`#1 | ||
\message {\the \x } | ||
l.7 \def\AAA{s}\T{\AAA} | ||
% err | ||
A one-character control sequence belongs after a ` mark. | ||
So I'm essentially inserting \0 here. | ||
|
||
Missing character: There is no s in font nullfont! | ||
48 | ||
! Improper alphabetic or KANJI constant. | ||
<to be read again> | ||
\ccc | ||
\T #1->\x =`#1 | ||
\message {\the \x } | ||
l.8 \let\ccc=西\relax\T{\ccc} | ||
% err | ||
A one-character control sequence belongs after a ` mark. | ||
So I'm essentially inserting \0 here. | ||
|
||
48 126 97 46273 46273 [1] ) | ||
Output written on p-chartoken.dvi (1 page, 152 bytes). |
Oops, something went wrong.