Skip to content

Commit

Permalink
(u)ptex-*: ChangeLog, ptexenc ver.1.4.3/dev (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Dec 22, 2022
1 parent a339ca1 commit ec0c432
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 11 deletions.
9 changes: 9 additions & 0 deletions source/texk/ptexenc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2022-12-22 Hironori Kitagawa <[email protected]>

* ptexenc.c, ptexenc/ptexenc.h:
Add a new function ptenc_conv_first_line()
to accept file names with JIS X 0208 characters
in `(e)(u)ptex --kanji-internal={euc,sjis}`.
https://github.com/texjporg/tex-jp-build/issues/136
* version.ac: Bump to 1.4.3/dev.

2022-09-24 TANAKA Takuji <[email protected]>

* ptexenc.c: Skip guessing file encoding if input is from pipe.
Expand Down
3 changes: 2 additions & 1 deletion source/texk/ptexenc/version.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dnl $Id$
dnl Copyright 2022 Japanese TeX Development Community <[email protected]>
dnl Copyright 2016-2022 Karl Berry <[email protected]>
dnl Copyright 2011-2015 Peter Breitenlohner <[email protected]>
dnl
Expand All @@ -10,4 +11,4 @@ dnl Keep package and shared library versions the same;
dnl see kpathsea/version.ac.
dnl
dnl This file is m4-included from configure.ac.
m4_define([ptexenc_version], [1.4.2/dev])
m4_define([ptexenc_version], [1.4.3/dev])
7 changes: 7 additions & 0 deletions source/texk/web2c/eptexdir/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2022-12-22 Hironori Kitagawa <[email protected]>

* eptex.defines:
Accept file names with JIS X 0208 characters
in `eptex --kanji-internal={euc,sjis}`.
https://github.com/texjporg/tex-jp-build/issues/136

2022-11-03 Hironobu Yamashita <[email protected]>

* eptex.ech: Adapt to ptex-base.ch.
Expand Down
7 changes: 7 additions & 0 deletions source/texk/web2c/euptexdir/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2022-12-22 Hironori Kitagawa <[email protected]>

* euptex.defines:
Accept file names with JIS X 0208 characters
in `euptex --kanji-internal={euc,sjis}`.
https://github.com/texjporg/tex-jp-build/issues/136

2022-11-03 Hironobu Yamashita <[email protected]>

* euptex.ch0, euptex.ch1: Adapt to ptex-base.ch.
Expand Down
7 changes: 7 additions & 0 deletions source/texk/web2c/lib/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2022-12-22 Hironori Kitagawa <[email protected]>

* texmfmp.c:
Accept file names with JIS X 0208 characters
in `(e)(u)ptex --kanji-internal={euc,sjis}`.
https://github.com/texjporg/tex-jp-build/issues/136

2022-06-12 TANAKA Takuji <[email protected]>

* texmfmp.c:
Expand Down
7 changes: 7 additions & 0 deletions source/texk/web2c/ptexdir/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2022-12-22 Hironori Kitagawa <[email protected]>

* ptex-base.ch, ptex.defines, kanji.h, am/ptex.am:
Accept file names with JIS X 0208 characters
in `ptex --kanji-internal={euc,sjis}`.
https://github.com/texjporg/tex-jp-build/issues/136

2022-12-12 Hironori Kitagawa <[email protected]>

* ptex-base.ch: Increase INHIBIT/KINSOKU table size to 1024.
Expand Down
9 changes: 0 additions & 9 deletions source/texk/web2c/ptexdir/ptex-base.ch
Original file line number Diff line number Diff line change
Expand Up @@ -6865,15 +6865,6 @@ undump_things(char_base[null_font], font_ptr+1-null_font);
fix_date_and_time;@/
@y
last:=ptenc_conv_first_line(loc, last, buffer, buf_size); limit:=last;
begin
print_nl("debug 1st line "); print_int(loc); print(" ");
for k:=0 to last do begin
if k=loc then print(">");
if (buffer[k]<@"20)or(buffer[k]>@"7e) then
begin print("["); print_hex(buffer[k]); print("]"); end
else print(buffer[k]);
end;
print_nl(""); end;
fix_date_and_time;@/
@z
Expand Down
9 changes: 8 additions & 1 deletion source/texk/web2c/uptexdir/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
2022-12-22 Hironori Kitagawa <[email protected]>

* uptex.defines, kanji.h, am/uptex.am:
Accept file names with JIS X 0208 characters
in `uptex --kanji-internal={euc,sjis}`.
https://github.com/texjporg/tex-jp-build/issues/136

2022-12-12 Hironori Kitagawa <[email protected]>

* uptexm.ch: Fix a bug that \inhibitxspcode after Japanese
* uptex-m.ch: Fix a bug that \inhibitxspcode after Japanese
character was ineffective due to lack of mod max_cjk_val.
See comments on 2022-12-11.
https://github.com/texjporg/tex-jp-build/issues/32
Expand Down

0 comments on commit ec0c432

Please sign in to comment.