Dr. Werner Fink 2018-05-03 15:40:23 +00:00 committed by Git OBS Bridge
parent 666ae4797c
commit 15200a551f
2 changed files with 23 additions and 0 deletions

17
source-patgen.dif Normal file
View File

@ -0,0 +1,17 @@
---
texk/web2c/patgen.ch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- texk/web2c/patgen.ch
+++ texk/web2c/patgen.ch 2018-05-03 15:37:08.333623698 +0000
@@ -78,8 +78,8 @@ begin
|trie_size| and greater than the number of occurrences of any pattern in
the dictionary}
@y
-@!trie_size=550000; {space for pattern trie}
-@!triec_size=260000; {space for pattern count trie, must be less than
+@!trie_size=10000000; {space for pattern trie}
+@!triec_size=5000000; {space for pattern count trie, must be less than
|trie_size| and greater than the number of occurrences of any pattern in
the dictionary}
@z

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 3 15:39:00 UTC 2018 - werner@suse.de
- Add patch source-patgen.dif to enhance upper size limit of
arrays in patgen as mentioned at texlive@tug.org
-------------------------------------------------------------------
Wed May 2 10:22:22 UTC 2018 - werner@suse.de