summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ChangeLog
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2023-07-18 15:13:33 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2023-07-18 15:13:33 +0000
commitc1b5744790a6308d884b64b80d69c9631466f043 (patch)
tree8805a66f79f60c6b80fa6c2039eb50da968d2a3e /Build/source/texk/web2c/ChangeLog
parent20fa9898d07729492ee3cd703435a81da296a3d6 (diff)
[CWEB] Discard rest of overfull input lines.
In the context of the recent bug fix, I noticed that CWEAVE produced significantly different output than WEAVE from my test case for overfull lines, which -- in part -- had to be broken. Although I am aware that Silvio Levy changed CWEAVE's behaviour already in CWEB 0.5 (1987), I apply this new change in order to revert to DEK's idea in WEAVE. Now the resulting TeX output has correctly placed comment markers at the beginning of the broken lines. (To date, CWEAVE issued material beyond 'buf_size' in overfull lines without such '%' markers.) Of course, the resulting TeX output might not be processed as expected because of the discarded material beyond 'buf_size', but the user has been warned accordingly. :o). git-svn-id: svn://tug.org/texlive/trunk@67662 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ChangeLog')
-rw-r--r--Build/source/texk/web2c/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 2cdc40a1a21..ecf6989ac18 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,7 @@
+2023-07-18 Andreas Scherer <https://ascherer.github.io>
+
+ * cwebboot.cin: Discard rest of overfull input line.
+
2023-07-17 Andreas Scherer <https://ascherer.github.io>
* weave.ch: Deal with malign user input.