-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a memory leak in token.put_next() and token.set_macro() (thanks…
… to [email protected]) git-svn-id: svn://tug.org/texlive/trunk/Build/source@72753 c570f23f-e606-0410-a88d-b1316a301751
- Loading branch information
1 parent
bb8920b
commit c31644c
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2024-11-02 Luigi Scarso <[email protected]> | ||
* Fixed a memory leak in token.put_next() (thanks to [email protected]) | ||
* Fixed a memory leak in token.set_macro() implementation (thanks to [email protected]) | ||
|
||
|
||
2024-10-12 Luigi Scarso <[email protected]> | ||
* Handle token combiners in immediate assignments (H.Hagen) | ||
* LuaTeX 1.19.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#ifndef luatex_svn_revision_h | ||
#define luatex_svn_revision_h | ||
#define luatex_svn_revision 7627 | ||
#define luatex_svn_revision 7628 | ||
#endif |