summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog6
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf2
2 files changed, 7 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index e9db1fae051..e6e3b70c4d1 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,9 @@
+2020-08-26 Karl Berry <karl@tug.org>
+
+ * texmf.cnf (save_size): double to 200,000. Needed with
+ long documents, tex4ht, and l3regex. Hopefully no harm in increasing.
+ https://tug.org/pipermail/tex4ht/2020q3/002710.html
+
2020-07-05 Karl Berry <karl@freefriends.org>
* configure.ac (snprintf): two more test programs
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index 4111a2b3fc3..decc891d255 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -833,7 +833,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 = 100000 % for saving values outside current group
+save_size = 200000 % 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