diff options
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 7 | ||||
-rw-r--r-- | Build/source/utils/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/scripts/texlive/NEWS | 4 | ||||
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 6 |
4 files changed, 11 insertions, 10 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 diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS index 7f66afb8ca7..1a104ef8534 100644 --- a/Master/texmf-dist/scripts/texlive/NEWS +++ b/Master/texmf-dist/scripts/texlive/NEWS @@ -1,6 +1,10 @@ (This file public domain. Originally written by Norbert Preining and Karl Berry, 2010.) +<p><b>tlmgr 57424 (released 16jan21):</b> +<li>usermode: pass -user to fmtutil. +<li>remove dependency on File::Copy. + <p><b>tlmgr 57119 (released 13dec20):</b> <li>keep only one backup of the main repo, many mirrors notwithstanding. diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index a225c9bda73..72259cd2d24 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -205,9 +205,7 @@ mkdir /home/texlive/branch cd !$ tlyear=2019 subnum=4 -nice -19 svn co svn://tug.org/texlive/branches/branch$tlyear.$subnum . >&out -# the redirect is because there's a lot of output. If there are no -# errors, just rm out afterwards. +nice -19 svn co -q svn://tug.org/texlive/branches/branch$tlyear.$subnum . e) make the required update, probably most easily by copying the affected files from the trunk. Running ctan2tl (or c2l) inside the @@ -395,7 +393,7 @@ rm -rf $preprune change fstab mount /mnt/tl cd /mnt/tl -nice -19 perl install-tl # do full install to default location. +echo i | nice -19 perl install-tl # do full install to default location. rm /usr/local/texlive-rel; ln -s texlive/$this /usr/local/texlive-rel newsrc=!$/source mkdir $newsrc |