diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2022-05-26 22:39:42 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2022-05-26 22:39:42 +0000 |
commit | 1c12ef55b22a2ee41cdfd4d94e0caccc47aaf76d (patch) | |
tree | cf8cfd992b44e130d7181fb0e8f1ab96f29ef493 /Build/source/texk/web2c/cwebdir/ChangeLog | |
parent | d24edaf46a7cdf4fc46d1be65ce6448ca54a0c39 (diff) |
[CWEB] Unambiguous production rules 83 and 121.
Rule 121 is a trivial concretization.
Rule 83 is changed to correctly format 'trivial' CWEB code like
@c
#include <stdio.h>
@#
main() {}
that got clobbered as in 'queen.w' from The Stanford GraphBase.
As always, thanks to Github contributor @texdraft!
git-svn-id: svn://tug.org/texlive/trunk@63408 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index d54b5361dc4..5031c82f375 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -1,3 +1,13 @@ +2022-05-26 Andreas Scherer <https://ascherer.github.io> + + * ctwill-mini.ch, + * ctwill-w2c.ch, + * cweav-w2c.ch, + * cweave.w, + * prod-cweave.w, + * prod-twill.w, + * prod.w: Unambiguous prductions 83 and 121. + 2022-05-23 Andreas Scherer <https://ascherer.github.io> * Makefile, |