diff options
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 2 | ||||
-rw-r--r-- | Master/texmf-dist/web2c/texmf.cnf | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 2bf16aea7e6..88d71b0755f 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,9 @@ +2021-03-18 Karl Berry <karl@tug.org> + + * texmf.cnf (save_size): reset to 80000 since that is what + sup_save_size is set to in tex.ch. Found by Christian Schenk, + tex-live 18 Mar 2021 18:39:04. + 2021-03-08 Karl Berry <karl@freefriends.org> * tests/cnfline/texmf.cnf (maxpr.lt-kpsewhich): set this, diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index a58b3e6c990..909ba0cc326 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -832,7 +832,7 @@ nest_size = 500 % simultaneous semantic levels (e.g., groups) max_in_open = 15 % simultaneous input files and error insertions, % also applies to MetaPost param_size = 10000 % simultaneous macro parameters, also applies to MP -save_size = 200000 % for saving values outside current group +save_size = 80000 % for saving values outside current group stack_size = 5000 % simultaneous input sources % Limit on recursive expansion calls so TeX has a chance to quit nicely diff --git a/Master/texmf-dist/web2c/texmf.cnf b/Master/texmf-dist/web2c/texmf.cnf index a58b3e6c990..909ba0cc326 100644 --- a/Master/texmf-dist/web2c/texmf.cnf +++ b/Master/texmf-dist/web2c/texmf.cnf @@ -832,7 +832,7 @@ nest_size = 500 % simultaneous semantic levels (e.g., groups) max_in_open = 15 % simultaneous input files and error insertions, % also applies to MetaPost param_size = 10000 % simultaneous macro parameters, also applies to MP -save_size = 200000 % for saving values outside current group +save_size = 80000 % for saving values outside current group stack_size = 5000 % simultaneous input sources % Limit on recursive expansion calls so TeX has a chance to quit nicely |