texlive[73742] Build/source/libs/teckit: + should be +=; from Clerk

commits+karl at tug.org commits+karl at tug.org
Wed Feb 5 23:50:42 CET 2025


Revision: 73742
          https://tug.org/svn/texlive?view=revision&revision=73742
Author:   karl
Date:     2025-02-05 23:50:42 +0100 (Wed, 05 Feb 2025)
Log Message:
-----------
+ should be +=; from Clerk Ma

Modified Paths:
--------------
    trunk/Build/source/libs/teckit/ChangeLog
    trunk/Build/source/libs/teckit/TECkit-src/source/Compiler.cpp
    trunk/Build/source/libs/teckit/TLpatches/ChangeLog

Added Paths:
-----------
    trunk/Build/source/libs/teckit/TLpatches/patch-09-plusequals

Modified: trunk/Build/source/libs/teckit/ChangeLog
===================================================================
--- trunk/Build/source/libs/teckit/ChangeLog	2025-02-05 21:44:00 UTC (rev 73741)
+++ trunk/Build/source/libs/teckit/ChangeLog	2025-02-05 22:50:42 UTC (rev 73742)
@@ -1,3 +1,8 @@
+2025-02-05  Karl Berry  <karl at freefriends.org>
+
+	* source/Compiler.cpp: typo of "+" where "+=" is surely meant.
+	Found by Clerk Ma.
+
 2023-08-26  Akira Kakuto  <kakuto at jcom.zaq.ne.jp>
 
 	Import TECkit-2.5.12.

Modified: trunk/Build/source/libs/teckit/TECkit-src/source/Compiler.cpp
===================================================================
--- trunk/Build/source/libs/teckit/TECkit-src/source/Compiler.cpp	2025-02-05 21:44:00 UTC (rev 73741)
+++ trunk/Build/source/libs/teckit/TECkit-src/source/Compiler.cpp	2025-02-05 22:50:42 UTC (rev 73742)
@@ -708,7 +708,7 @@
 							if (currentRule.lhsPreContext.size() != 0) {
 								contextID = getContextID(currentRule.lhsPreContext, sourceUni);
 								xmlRule += " preCtx=\"";
-								xmlRule + contextID;
+								xmlRule += contextID;
 								xmlRule += "\"";
 							}
 							if (currentRule.lhsPostContext.size() != 0) {

Modified: trunk/Build/source/libs/teckit/TLpatches/ChangeLog
===================================================================
--- trunk/Build/source/libs/teckit/TLpatches/ChangeLog	2025-02-05 21:44:00 UTC (rev 73741)
+++ trunk/Build/source/libs/teckit/TLpatches/ChangeLog	2025-02-05 22:50:42 UTC (rev 73742)
@@ -1,3 +1,8 @@
+2025-02-05  Karl Berry  <karl at freefriends.org>
+
+	* patch-09-plusequals: typo of "+" where "+=" is surely meant.
+	Found by Clerk Ma.
+
 2023-08-26  Akira Kakuto  <kakuto at jcom.zaq.ne.jp>
 
 	Imported TECkit-2.5.12 source tree (teckit) from

Added: trunk/Build/source/libs/teckit/TLpatches/patch-09-plusequals
===================================================================
--- trunk/Build/source/libs/teckit/TLpatches/patch-09-plusequals	                        (rev 0)
+++ trunk/Build/source/libs/teckit/TLpatches/patch-09-plusequals	2025-02-05 22:50:42 UTC (rev 73742)
@@ -0,0 +1,13 @@
+	+ should be +=. Found by Clerk Ma, 5feb25.
+
+--- Compiler.cpp	(revision 73732)
++++ Compiler.cpp	(working copy)
+@@ -708,7 +708,7 @@
+ 							if (currentRule.lhsPreContext.size() != 0) {
+ 								contextID = getContextID(currentRule.lhsPreContext, sourceUni);
+ 								xmlRule += " preCtx=\"";
+-								xmlRule + contextID;
++								xmlRule += contextID;
+ 								xmlRule += "\"";
+ 							}
+ 							if (currentRule.lhsPostContext.size() != 0) {



More information about the tex-live-commits mailing list.