diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-06 22:16:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-06 22:16:51 +0000 |
commit | d86aaf18d1090549af4e03e28ec048b1d69f0279 (patch) | |
tree | 69ba790c74bfa6dc43ddab79744be5225d439a27 | |
parent | 15cf52dd52934ff5e8addfc71db4f2bf6f77feb7 (diff) |
glob_str_size from 5000 to 20000
git-svn-id: svn://tug.org/texlive/trunk@25867 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 2 | ||||
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 0e6ff90c0fc..06d2ba0b5dd 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2012-04-07 Karl Berry <karl@tug.org> + + * texmf.cnf (glob_str_size): increase from 5000 to 20000 per Akira, + 06 Apr 2012 10:25:18. + 2012-03-11 Karl Berry <karl@tug.org> * *.c: prepend kpathsea: to warnings. diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 2b88a78c90e..4e638bc7b72 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -718,7 +718,7 @@ screen_depth.mf = 1200 % BibTeX only (max_strings also determines hash_size and hash_prime). ent_str_size = 250 -glob_str_size = 5000 +glob_str_size = 20000 max_strings.bibtex = 35307 max_strings.bibtex8 = 35307 max_strings.bibtexu = 35307 diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 2b88a78c90e..4e638bc7b72 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -718,7 +718,7 @@ screen_depth.mf = 1200 % BibTeX only (max_strings also determines hash_size and hash_prime). ent_str_size = 250 -glob_str_size = 5000 +glob_str_size = 20000 max_strings.bibtex = 35307 max_strings.bibtex8 = 35307 max_strings.bibtexu = 35307 |