summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorMartin Ruckert <martin.ruckert@hm.edu>2022-01-24 16:31:16 +0000
committerMartin Ruckert <martin.ruckert@hm.edu>2022-01-24 16:31:16 +0000
commit5139c1c1387f7d664874f48064d2d2edda2ba990 (patch)
tree28bb8568a525007cfcd1ce046f038108231f4ace /Build
parent480be5ee0b2995a9abdb5673b4e3027d16bfdaad (diff)
moving to Prote version 99.10 using the MIT/X11 license
git-svn-id: svn://tug.org/texlive/trunk@61725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/hitexdir/hitex.w29
1 files changed, 10 insertions, 19 deletions
diff --git a/Build/source/texk/web2c/hitexdir/hitex.w b/Build/source/texk/web2c/hitexdir/hitex.w
index 26b05626406..4abc31eef22 100644
--- a/Build/source/texk/web2c/hitexdir/hitex.w
+++ b/Build/source/texk/web2c/hitexdir/hitex.w
@@ -28,8 +28,7 @@
% subsequent e-TeX extension of TeX.
% Prote is copyright (C) 2021 by Thierry Laronde and put under
-% the kerTeX Public License version 1.0 (a BSD type license with a
-% simplified advertising clause).
+% the MIT/X11 license.
%
% As TeX and e-TeX are reserved names for the unchanged (except for the
% necessary implementation of system dependencies) instances of, resp.,
@@ -106,10 +105,14 @@
% - The API for file related primitives has been changed: no error
% is reported on failure to find/open and nothing is returned
% (matches current other implementations).
+% 0.99.9:
+% - Fix typos in Pascal replacement text; xchg_buffer_length=0 =>
+% xchg_buffer_length:=0 (caught by Martin Ruckert).
+% 0.99.10:
+% - KerTeX Public License -> X11/MIT license.
%
-% This work was done by Thierry Laronde and is under the kerTeX
-% Public License version 1.0. There is absolutely no warranty of any
-% kind! Use it at your own risks!
+% This work was done by Thierry Laronde and is under the MIT/X11
+% license.
%
%
@@ -317,9 +320,9 @@ known as `\Prote'.
@#
@d eTeX_states 1 /*number of \eTeX\ state variables in |eqtb|*/
@#
-@d Prote_version_string "3.141592653-2.6-0.99.8" /*current \Prote\ version*/
+@d Prote_version_string "3.141592653-2.6-0.99.9" /*current \Prote\ version*/
@d Prote_version 0 /* \.{\\Proteversion} */
-@d Prote_revision ".99.8" /* \.{\\Proterevision} */
+@d Prote_revision ".99.9" /* \.{\\Proterevision} */
@#
@d Prote_banner "This is Prote, Version " Prote_version_string
/*printed when \Prote\ starts*/
@@ -28791,18 +28794,6 @@ reset the length to $0$.
@<\Prote\ initializations@>=
xchg_buffer_length=0;
-@ There is too the problem of what is referred as a stream of data.
-Since the conversion in another language is not easy, we dedicate a
-global variable that has to hold a reference to the stream: |data_in|.
-It is a stream of bytes, without making assumptions about what they may
-represent.
-
-In the code, we verify the opening and define |data_in| and this is this
-variable external routine may refer to for processing.
-
-@<Global...@>=
-static byte_file @!data_in; /*opening here, but letting external routines handle*/
-
@*1 \Prote\ states.
\.{\\shellescape} depends on a pdf\TeX\ feature, namely the ability to