summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/web2c
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2022-03-03 16:21:45 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2022-03-03 16:21:45 +0000
commitd1a3abe6e9644abcdaacf5efcec775d4bbf11297 (patch)
tree72b1fc8febd5dcbfd8d757e934843b0c9cb3300e /Build/source/texk/web2c/web2c
parente6e209ef65c46908ad1cd49185ddb5e13f051b8f (diff)
[WEB] Always create the pool file next to the Pascal file.
If TANGLE creates a pool file at all, this will always be placed next to the Pascal file, irrespective whether a full output path was specified for the third file argument on the commandline. (If no Pascal file name is given, both the Pascal output file and the associated pool file will be created in the 'current' directory, with names derived from the Web input file.) git-svn-id: svn://tug.org/texlive/trunk@62367 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/web2c')
-rw-r--r--Build/source/texk/web2c/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/web2c/common.defines1
2 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/web2c/ChangeLog b/Build/source/texk/web2c/web2c/ChangeLog
index 0d1904d68a2..b6d6abd6dac 100644
--- a/Build/source/texk/web2c/web2c/ChangeLog
+++ b/Build/source/texk/web2c/web2c/ChangeLog
@@ -1,3 +1,7 @@
+2022-03-03 Andreas Scherer <https://ascherer.github.io>
+
+ * common.defines: Add 'removesuffix' declaration.
+
2022-01-17 Karl Berry <karl@freefriends.org>
* Makefile.am (web2c_DEPENDENCIES),
diff --git a/Build/source/texk/web2c/web2c/common.defines b/Build/source/texk/web2c/web2c/common.defines
index 47fcf57e690..4fbe25d4e56 100644
--- a/Build/source/texk/web2c/web2c/common.defines
+++ b/Build/source/texk/web2c/web2c/common.defines
@@ -141,6 +141,7 @@
@define function makesuffix ();
@define function odd ();
@define function ord ();
+@define function removesuffix ();
@define function round ();
@define function strcmp ();
@define function stringcast ();