diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2021-10-31 19:11:48 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2021-10-31 19:11:48 +0000 |
commit | 943863160772f86ad635c253e6f26cb2c15de76a (patch) | |
tree | 9a536b653d8c742ea96ebdd8bf7cb46e3f8d0338 /Build/source/texk/web2c/cwebdir/ChangeLog | |
parent | 6c15806f54458b18d679bf0e3e6e2b71b1d237da (diff) |
[CWEB] Restore '\T' macro backward compatibility.
CWEB 4.3 introduced a major change in the '\T' macro to allow C++ 'hex
exponent' notation (e.g., 0x1FFFFp10). This made CWEAVE/CTWILL mutually
incompatible with non-matching versions of their set of macros and v.v.
This change tries to reestablish the standard behavior at least for
numeric constants. Of course, 'old' CWEAVE/CTWILL won't deliver on 'hex
exponents' in the CWEB input, but those should be rare anyway.
git-svn-id: svn://tug.org/texlive/trunk@60909 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index a59bfab2b8f..078795706f1 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -1,3 +1,14 @@ +2021-10-31 Andreas Scherer <https://ascherer.github.io> + + * ctproofmac.tex, + * cttwinxmac.tex, + * ctwill-mini.ch, + * ctwimac.tex, + * cweave.w, + * cwebmac.tex, + * cwebman.tex, + * texinputs/pdfctwimac.tex: Restore '\T' macro backward compatibility. + 2021-10-24 Andreas Scherer <https://ascherer.github.io> * texinputs/pdfwebtocfront.tex: Restore 'classic' PDF layout. |