diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 7 | ||||
-rw-r--r-- | Build/source/utils/README | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index decc891d255..7af26f6d7de 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -764,9 +764,7 @@ texmf_casefold_search = 1 % Part 3: Array and other sizes for TeX, Metafont, etc. % % If you want to change some of these sizes only for a certain TeX -% variant, the usual dot notation works, e.g., -% main_memory.hugetex = 20000000 -% +% variant, the usual dot notation works, as shown below for ConTeXt. % If a change here appears to be ignored, try redumping the format file. % Memory. Must be less than 8,000,000 total. @@ -827,8 +825,9 @@ buf_size = 200000 % trie_size = 1000000 -hyph_size = 8191 % prime number of hyphenation exceptions, >610, <32767. +hyph_size = 8191 % prime number of hyphenation exceptions, >610, <65535 % http://primes.utm.edu/curios/page.php/8191.html + % dynamically increased as necessary, so not important. nest_size = 500 % simultaneous semantic levels (e.g., groups) max_in_open = 15 % simultaneous input files and error insertions, % also applies to MetaPost diff --git a/Build/source/utils/README b/Build/source/utils/README index b39bae96b9b..eec968410f0 100644 --- a/Build/source/utils/README +++ b/Build/source/utils/README @@ -96,9 +96,9 @@ cd $libiconv_ver # foil wrong attempts at dynamic linking, etc. (cd $clisp_basedir/clisp-tools/lib && rm -f *.dylib *.la) -clisp_ver= +clisp_ver=2.49.92 cd $clisp_basedir -$wget https://haible.de/bruno/gnu/$clisp_ver.tar.bz2 +$wget https://alpha.gnu.org/gnu/clisp/clisp-2.49.92.tar.bz2 bunzip2 -dc $clisp_ver.tar.bz2 | tar xf - cd $clisp_ver |