texlive[69522] trunk: memoize (21jan24)
commits+karl at tug.org
commits+karl at tug.org
Sun Jan 21 22:14:43 CET 2024
Revision: 69522
https://tug.org/svn/texlive?view=revision&revision=69522
Author: karl
Date: 2024-01-21 22:14:43 +0100 (Sun, 21 Jan 2024)
Log Message:
-----------
memoize (21jan24)
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.pl
trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.py
trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.pl
trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.py
trunk/Master/texmf-dist/doc/generic/memoize/CHANGELOG.md
trunk/Master/texmf-dist/doc/generic/memoize/examples-src.zip
trunk/Master/texmf-dist/doc/generic/memoize/examples.zip
trunk/Master/texmf-dist/doc/generic/memoize/memoize-clean.1.md
trunk/Master/texmf-dist/doc/generic/memoize/memoize-code.pdf
trunk/Master/texmf-dist/doc/generic/memoize/memoize-doc.pdf
trunk/Master/texmf-dist/doc/generic/memoize/memoize-extract.1.md
trunk/Master/texmf-dist/doc/man/man1/memoize-clean.1
trunk/Master/texmf-dist/doc/man/man1/memoize-clean.man1.pdf
trunk/Master/texmf-dist/doc/man/man1/memoize-clean.pl.man1.pdf
trunk/Master/texmf-dist/doc/man/man1/memoize-clean.py.man1.pdf
trunk/Master/texmf-dist/doc/man/man1/memoize-extract.1
trunk/Master/texmf-dist/doc/man/man1/memoize-extract.man1.pdf
trunk/Master/texmf-dist/doc/man/man1/memoize-extract.pl.man1.pdf
trunk/Master/texmf-dist/doc/man/man1/memoize-extract.py.man1.pdf
trunk/Master/texmf-dist/scripts/memoize/memoize-clean.pl
trunk/Master/texmf-dist/scripts/memoize/memoize-clean.py
trunk/Master/texmf-dist/scripts/memoize/memoize-extract.pl
trunk/Master/texmf-dist/scripts/memoize/memoize-extract.py
trunk/Master/texmf-dist/source/generic/memoize/Makefile
trunk/Master/texmf-dist/source/generic/memoize/memoize.edtx
trunk/Master/texmf-dist/tex/context/third/memoize/t-memoizable.tex
trunk/Master/texmf-dist/tex/context/third/memoize/t-memoize.tex
trunk/Master/texmf-dist/tex/context/third/memoize/t-nomemoize.tex
trunk/Master/texmf-dist/tex/latex/memoize/memoizable.sty
trunk/Master/texmf-dist/tex/latex/memoize/memoize.sty
trunk/Master/texmf-dist/tex/latex/memoize/nomemoize.sty
trunk/Master/texmf-dist/tex/plain/memoize/memoizable.tex
trunk/Master/texmf-dist/tex/plain/memoize/memoize.tex
Modified: trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.pl 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.pl 2024-01-21 21:14:43 UTC (rev 69522)
@@ -19,7 +19,7 @@
# <texmf>/doc/generic/memoize/FILES.
my $PROG = 'memoize-clean.pl';
-my $VERSION = '2024/01/16 v1.1.1';
+my $VERSION = '2024/01/21 v1.1.2';
use strict;
use Getopt::Long;
Modified: trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.py
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.py 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.py 2024-01-21 21:14:43 UTC (rev 69522)
@@ -18,7 +18,7 @@
# The files belonging to this work and covered by LPPL are listed in
# <texmf>/doc/generic/memoize/FILES.
-__version__ = '2024/01/16 v1.1.1'
+__version__ = '2024/01/21 v1.1.2'
import argparse, re, sys, pathlib, os
Modified: trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.pl 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.pl 2024-01-21 21:14:43 UTC (rev 69522)
@@ -19,7 +19,7 @@
# <texmf>/doc/generic/memoize/FILES.
my $PROG = 'memoize-extract.pl';
-my $VERSION = '2024/01/16 v1.1.1';
+my $VERSION = '2024/01/21 v1.1.2';
use strict;
use File::Basename qw/basename/;
Modified: trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.py
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.py 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.py 2024-01-21 21:14:43 UTC (rev 69522)
@@ -18,7 +18,7 @@
# The files belonging to this work and covered by LPPL are listed in
# <texmf>/doc/generic/memoize/FILES.
-__version__ = '2024/01/16 v1.1.1'
+__version__ = '2024/01/21 v1.1.2'
import argparse, re, sys, os, subprocess, itertools, traceback, platform
from pathlib import Path, PurePath
Modified: trunk/Master/texmf-dist/doc/generic/memoize/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/generic/memoize/CHANGELOG.md 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/doc/generic/memoize/CHANGELOG.md 2024-01-21 21:14:43 UTC (rev 69522)
@@ -3,6 +3,10 @@
For the development history, see [Memoize's GitHub
repository](https://github.com/sasozivanovic/memoize).
+## 2024/01/21 v1.1.2
+
+* Fix a bug in Biblatex support.
+
## 2024/01/16 v1.1.1
* Fix a bug where, under `no memo dir`, Memoize was checking whether the extern
Modified: trunk/Master/texmf-dist/doc/generic/memoize/examples-src.zip
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/generic/memoize/examples.zip
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/generic/memoize/memoize-clean.1.md
===================================================================
--- trunk/Master/texmf-dist/doc/generic/memoize/memoize-clean.1.md 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/doc/generic/memoize/memoize-clean.1.md 2024-01-21 21:14:43 UTC (rev 69522)
@@ -2,8 +2,8 @@
title: memoize-clean
section: 1
header: User Manual
-footer: memoize-clean of Memoize v1.1.1
-date: January 16, 2024
+footer: memoize-clean of Memoize v1.1.2
+date: January 21, 2024
hyphenate: false
---
Modified: trunk/Master/texmf-dist/doc/generic/memoize/memoize-code.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/generic/memoize/memoize-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/generic/memoize/memoize-extract.1.md
===================================================================
--- trunk/Master/texmf-dist/doc/generic/memoize/memoize-extract.1.md 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/doc/generic/memoize/memoize-extract.1.md 2024-01-21 21:14:43 UTC (rev 69522)
@@ -2,8 +2,8 @@
title: memoize-extract
section: 1
header: User Manual
-footer: memoize-extract of Memoize v1.1.1
-date: January 16, 2024
+footer: memoize-extract of Memoize v1.1.2
+date: January 21, 2024
hyphenate: false
---
Modified: trunk/Master/texmf-dist/doc/man/man1/memoize-clean.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/memoize-clean.1 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/doc/man/man1/memoize-clean.1 2024-01-21 21:14:43 UTC (rev 69522)
@@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
-.TH "memoize-clean" "1" "January 16, 2024" "memoize-clean of Memoize v1.1.1" "User Manual"
+.TH "memoize-clean" "1" "January 21, 2024" "memoize-clean of Memoize v1.1.2" "User Manual"
.nh
.SH NAME
.PP
Modified: trunk/Master/texmf-dist/doc/man/man1/memoize-clean.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/man/man1/memoize-clean.pl.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/man/man1/memoize-clean.py.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/man/man1/memoize-extract.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/memoize-extract.1 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/doc/man/man1/memoize-extract.1 2024-01-21 21:14:43 UTC (rev 69522)
@@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
-.TH "memoize-extract" "1" "January 16, 2024" "memoize-extract of Memoize v1.1.1" "User Manual"
+.TH "memoize-extract" "1" "January 21, 2024" "memoize-extract of Memoize v1.1.2" "User Manual"
.nh
.SH NAME
.PP
Modified: trunk/Master/texmf-dist/doc/man/man1/memoize-extract.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/man/man1/memoize-extract.pl.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/man/man1/memoize-extract.py.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/scripts/memoize/memoize-clean.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/memoize/memoize-clean.pl 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/scripts/memoize/memoize-clean.pl 2024-01-21 21:14:43 UTC (rev 69522)
@@ -19,7 +19,7 @@
# <texmf>/doc/generic/memoize/FILES.
my $PROG = 'memoize-clean.pl';
-my $VERSION = '2024/01/16 v1.1.1';
+my $VERSION = '2024/01/21 v1.1.2';
use strict;
use Getopt::Long;
Modified: trunk/Master/texmf-dist/scripts/memoize/memoize-clean.py
===================================================================
--- trunk/Master/texmf-dist/scripts/memoize/memoize-clean.py 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/scripts/memoize/memoize-clean.py 2024-01-21 21:14:43 UTC (rev 69522)
@@ -18,7 +18,7 @@
# The files belonging to this work and covered by LPPL are listed in
# <texmf>/doc/generic/memoize/FILES.
-__version__ = '2024/01/16 v1.1.1'
+__version__ = '2024/01/21 v1.1.2'
import argparse, re, sys, pathlib, os
Modified: trunk/Master/texmf-dist/scripts/memoize/memoize-extract.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/memoize/memoize-extract.pl 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/scripts/memoize/memoize-extract.pl 2024-01-21 21:14:43 UTC (rev 69522)
@@ -19,7 +19,7 @@
# <texmf>/doc/generic/memoize/FILES.
my $PROG = 'memoize-extract.pl';
-my $VERSION = '2024/01/16 v1.1.1';
+my $VERSION = '2024/01/21 v1.1.2';
use strict;
use File::Basename qw/basename/;
Modified: trunk/Master/texmf-dist/scripts/memoize/memoize-extract.py
===================================================================
--- trunk/Master/texmf-dist/scripts/memoize/memoize-extract.py 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/scripts/memoize/memoize-extract.py 2024-01-21 21:14:43 UTC (rev 69522)
@@ -18,7 +18,7 @@
# The files belonging to this work and covered by LPPL are listed in
# <texmf>/doc/generic/memoize/FILES.
-__version__ = '2024/01/16 v1.1.1'
+__version__ = '2024/01/21 v1.1.2'
import argparse, re, sys, os, subprocess, itertools, traceback, platform
from pathlib import Path, PurePath
Modified: trunk/Master/texmf-dist/source/generic/memoize/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/generic/memoize/Makefile 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/source/generic/memoize/Makefile 2024-01-21 21:14:43 UTC (rev 69522)
@@ -10,10 +10,10 @@
# Prepare the CTAN submission.
PACKAGE = memoize
-VERSION = 1.1.1
+VERSION = 1.1.2
YEAR = 2024
MONTH = 01
-DAY = 16
+DAY = 21
FORMAT = generic
Modified: trunk/Master/texmf-dist/source/generic/memoize/memoize.edtx
===================================================================
--- trunk/Master/texmf-dist/source/generic/memoize/memoize.edtx 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/source/generic/memoize/memoize.edtx 2024-01-21 21:14:43 UTC (rev 69522)
@@ -90,14 +90,14 @@
%
% \paragraph{Identification} of |memoize|, |memoizable| and |nomemoize|.
%<*mmz>
-%<latex>\ProvidesPackage{memoize}[2024/01/16 v1.1.1 Fast and flexible externalization]
+%<latex>\ProvidesPackage{memoize}[2024/01/21 v1.1.2 Fast and flexible externalization]
%<context>%D \module[
%<context>%D file=t-memoize.tex,
-%<context>%D version=1.1.1,
+%<context>%D version=1.1.2,
%<context>%D title=Memoize,
%<context>%D subtitle=Fast and flexible externalization,
%<context>%D author=Saso Zivanovic,
-%<context>%D date=2024-01-16,
+%<context>%D date=2024-01-21,
%<context>%D copyright=Saso Zivanovic,
%<context>%D license=LPPL,
%<context>%D ]
@@ -104,17 +104,17 @@
%<context>\writestatus{loading}{ConTeXt User Module / memoize}
%<context>\unprotect
%<context>\startmodule[memoize]
-%<plain>% Package memoize 2024/01/16 v1.1.1
+%<plain>% Package memoize 2024/01/21 v1.1.2
%</mmz>
%<*mmzable>
-%<latex>\ProvidesPackage{memoizable}[2024/01/16 v1.1.1 A programmer's stub for Memoize]
+%<latex>\ProvidesPackage{memoizable}[2024/01/21 v1.1.2 A programmer's stub for Memoize]
%<context>%D \module[
%<context>%D file=t-memoizable.tex,
-%<context>%D version=1.1.1,
+%<context>%D version=1.1.2,
%<context>%D title=Memoizable,
%<context>%D subtitle=A programmer's stub for Memoize,
%<context>%D author=Saso Zivanovic,
-%<context>%D date=2024-01-16,
+%<context>%D date=2024-01-21,
%<context>%D copyright=Saso Zivanovic,
%<context>%D license=LPPL,
%<context>%D ]
@@ -121,17 +121,17 @@
%<context>\writestatus{loading}{ConTeXt User Module / memoizable}
%<context>\unprotect
%<context>\startmodule[memoizable]
-%<plain>% Package memoizable 2024/01/16 v1.1.1
+%<plain>% Package memoizable 2024/01/21 v1.1.2
%</mmzable>
%<*nommz>
-%<latex>\ProvidesPackage{nomemoize}[2024/01/16 v1.1.1 A no-op stub for Memoize]
+%<latex>\ProvidesPackage{nomemoize}[2024/01/21 v1.1.2 A no-op stub for Memoize]
%<context>%D \module[
%<context>%D file=t-nomemoize.tex,
-%<context>%D version=1.1.1,
+%<context>%D version=1.1.2,
%<context>%D title=Memoize,
%<context>%D subtitle=A no-op stub for Memoize,
%<context>%D author=Saso Zivanovic,
-%<context>%D date=2024-01-16,
+%<context>%D date=2024-01-21,
%<context>%D copyright=Saso Zivanovic,
%<context>%D license=LPPL,
%<context>%D ]
@@ -138,7 +138,7 @@
%<context>\writestatus{loading}{ConTeXt User Module / nomemoize}
%<context>\unprotect
%<context>\startmodule[nomemoize]
-%<mmz>% Package nomemoize 2024/01/16 v1.1.1
+%<mmz>% Package nomemoize 2024/01/21 v1.1.2
%</nommz>
%
% \paragraph{Required packages} and \hologo{LaTeX}ization of \hologo{plainTeX}
@@ -3532,7 +3532,8 @@
% \begin{macro}{\mmz at biblatex@entry}
% This macro stores the MD5 sum of the |\entry| when reading the |.bbl| file.
\def\mmz at biblatex@entry#1#2\endentry{%
- \csxdef{mmz at bbl@#1}{\pdf at mdfivesum{#2}}%
+ \protected at edef\mmz at temp{\pdf at mdfivesum{#2}}%
+ \global\cslet{mmz at bbl@#1}\mmz at temp
\AdviceOriginal{#1}#2\endentry
}
% \end{macro}
Modified: trunk/Master/texmf-dist/tex/context/third/memoize/t-memoizable.tex
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/memoize/t-memoizable.tex 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/tex/context/third/memoize/t-memoizable.tex 2024-01-21 21:14:43 UTC (rev 69522)
@@ -26,11 +26,11 @@
%% (<texmf>/doc/generic/memoize/)FILES.
%D \module[
%D file=t-memoizable.tex,
-%D version=1.1.1,
+%D version=1.1.2,
%D title=Memoizable,
%D subtitle=A programmer's stub for Memoize,
%D author=Saso Zivanovic,
-%D date=2024-01-16,
+%D date=2024-01-21,
%D copyright=Saso Zivanovic,
%D license=LPPL,
%D ]
Modified: trunk/Master/texmf-dist/tex/context/third/memoize/t-memoize.tex
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/memoize/t-memoize.tex 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/tex/context/third/memoize/t-memoize.tex 2024-01-21 21:14:43 UTC (rev 69522)
@@ -26,11 +26,11 @@
%% (<texmf>/doc/generic/memoize/)FILES.
%D \module[
%D file=t-memoize.tex,
-%D version=1.1.1,
+%D version=1.1.2,
%D title=Memoize,
%D subtitle=Fast and flexible externalization,
%D author=Saso Zivanovic,
-%D date=2024-01-16,
+%D date=2024-01-21,
%D copyright=Saso Zivanovic,
%D license=LPPL,
%D ]
Modified: trunk/Master/texmf-dist/tex/context/third/memoize/t-nomemoize.tex
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/memoize/t-nomemoize.tex 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/tex/context/third/memoize/t-nomemoize.tex 2024-01-21 21:14:43 UTC (rev 69522)
@@ -26,11 +26,11 @@
%% (<texmf>/doc/generic/memoize/)FILES.
%D \module[
%D file=t-nomemoize.tex,
-%D version=1.1.1,
+%D version=1.1.2,
%D title=Memoize,
%D subtitle=A no-op stub for Memoize,
%D author=Saso Zivanovic,
-%D date=2024-01-16,
+%D date=2024-01-21,
%D copyright=Saso Zivanovic,
%D license=LPPL,
%D ]
Modified: trunk/Master/texmf-dist/tex/latex/memoize/memoizable.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/memoize/memoizable.sty 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/tex/latex/memoize/memoizable.sty 2024-01-21 21:14:43 UTC (rev 69522)
@@ -24,7 +24,7 @@
%%
%% The files belonging to this work and covered by LPPL are listed in
%% (<texmf>/doc/generic/memoize/)FILES.
-\ProvidesPackage{memoizable}[2024/01/16 v1.1.1 A programmer's stub for Memoize]
+\ProvidesPackage{memoizable}[2024/01/21 v1.1.2 A programmer's stub for Memoize]
\RequirePackage{pgfkeys}
\input memoizable.code.tex
\endinput
Modified: trunk/Master/texmf-dist/tex/latex/memoize/memoize.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/memoize/memoize.sty 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/tex/latex/memoize/memoize.sty 2024-01-21 21:14:43 UTC (rev 69522)
@@ -24,7 +24,7 @@
%%
%% The files belonging to this work and covered by LPPL are listed in
%% (<texmf>/doc/generic/memoize/)FILES.
-\ProvidesPackage{memoize}[2024/01/16 v1.1.1 Fast and flexible externalization]
+\ProvidesPackage{memoize}[2024/01/21 v1.1.2 Fast and flexible externalization]
\RequirePackage{etoolbox}
\ifdefined\luatexversion
\directlua{memoize = {}}
@@ -1535,7 +1535,8 @@
}%
}
\def\mmz at biblatex@entry#1#2\endentry{%
- \csxdef{mmz at bbl@#1}{\pdf at mdfivesum{#2}}%
+ \protected at edef\mmz at temp{\pdf at mdfivesum{#2}}%
+ \global\cslet{mmz at bbl@#1}\mmz at temp
\AdviceOriginal{#1}#2\endentry
}
\def\mmz at biblatex@cite#1#{\mmz at biblatex@cite at i{#1}}
Modified: trunk/Master/texmf-dist/tex/latex/memoize/nomemoize.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/memoize/nomemoize.sty 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/tex/latex/memoize/nomemoize.sty 2024-01-21 21:14:43 UTC (rev 69522)
@@ -24,7 +24,7 @@
%%
%% The files belonging to this work and covered by LPPL are listed in
%% (<texmf>/doc/generic/memoize/)FILES.
-\ProvidesPackage{nomemoize}[2024/01/16 v1.1.1 A no-op stub for Memoize]
+\ProvidesPackage{nomemoize}[2024/01/21 v1.1.2 A no-op stub for Memoize]
\RequirePackage{pgfkeys}
\def\ifmmz at loadstatus#1{%
\ifnum#1=0\csname mmz at loadstatus\endcsname\relax
Modified: trunk/Master/texmf-dist/tex/plain/memoize/memoizable.tex
===================================================================
--- trunk/Master/texmf-dist/tex/plain/memoize/memoizable.tex 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/tex/plain/memoize/memoizable.tex 2024-01-21 21:14:43 UTC (rev 69522)
@@ -24,7 +24,7 @@
%%
%% The files belonging to this work and covered by LPPL are listed in
%% (<texmf>/doc/generic/memoize/)FILES.
-% Package memoizable 2024/01/16 v1.1.1
+% Package memoizable 2024/01/21 v1.1.2
\input miniltx
\input pgfkeys
\input memoizable.code.tex
Modified: trunk/Master/texmf-dist/tex/plain/memoize/memoize.tex
===================================================================
--- trunk/Master/texmf-dist/tex/plain/memoize/memoize.tex 2024-01-21 21:14:27 UTC (rev 69521)
+++ trunk/Master/texmf-dist/tex/plain/memoize/memoize.tex 2024-01-21 21:14:43 UTC (rev 69522)
@@ -24,7 +24,7 @@
%%
%% The files belonging to this work and covered by LPPL are listed in
%% (<texmf>/doc/generic/memoize/)FILES.
-% Package memoize 2024/01/16 v1.1.1
+% Package memoize 2024/01/21 v1.1.2
\input miniltx
\def\PackageWarning#1#2{{%
\newlinechar`\^^J\def\MessageBreak{^^J\space\space#1: }%
More information about the tex-live-commits
mailing list.