summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-08-12 21:40:14 +0000
committerKarl Berry <karl@freefriends.org>2009-08-12 21:40:14 +0000
commit4065c83d560e2675c0a32802e984c50a2fc5ca8d (patch)
tree0739236c2c7b6ea3777fea2685b9853c6b08e59a
parent32fc32f88556b0b313b8bc069e93b42bc7bd653d (diff)
typo in tex.ch; increase constants for Peter Abbott test doc
git-svn-id: svn://tug.org/texlive/trunk@14629 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf8
-rw-r--r--Build/source/texk/web2c/ChangeLog2
-rw-r--r--Build/source/texk/web2c/pdftexdir/ChangeLog5
-rw-r--r--Build/source/texk/web2c/pdftexdir/pdftex.web4
-rw-r--r--Build/source/texk/web2c/tex.ch2
-rw-r--r--Master/texmf/web2c/texmf.cnf8
6 files changed, 14 insertions, 15 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index 11858e1d85b..abaac2a7d47 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -610,11 +610,11 @@ font_mem_size = 3000000
font_max = 9000
% Extra space for the hash table of control sequences.
-hash_extra = 50000
+hash_extra = 200000
% Max number of characters in all strings, including all error messages,
% help texts, font names, control sequences. These values apply to TeX.
-pool_size = 1250000
+pool_size = 3250000
% Minimum pool space after TeX's own strings; must be at least
% 25000 less than pool_size, but doesn't need to be nearly that large.
string_vacancies = 90000
@@ -650,10 +650,6 @@ ocp_buf_size = 500000 % character buffers for ocp filters.
ocp_stack_size = 10000 % stacks for ocp computations.
ocp_list_size = 1000 % control for multiple ocps.
-% Parameter specific to MetaPost.
-% Size of the hash table for control sequences, default 65536.
-% hash_size.mpost = 65536
-
% These work best if they are the same as the I/O buffer size, but it
% doesn't matter much. Must be a multiple of 8.
dvi_buf_size = 16384 % TeX
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 417d001b191..188c303b81c 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,5 +1,7 @@
2009-08-12 Karl Berry <karl@tug.org>
+ * tex.ch (1.11): doc fix.
+
* bibtex.ch (xsubstring): forgot to check for pool_overflow.
See test case and bug report at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520920.
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog
index 4bad69487a8..4e824f900bf 100644
--- a/Build/source/texk/web2c/pdftexdir/ChangeLog
+++ b/Build/source/texk/web2c/pdftexdir/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-12 Karl Berry <karl@tug.org>
+
+ * pdftex.web (sup_dest_names_size): increase to 500000;
+ test document from Peter Abbott to Karl, 12 Aug 2009 12:24:43.
+
2009-07-13 Han The Thanh <hanthethanh@gmail.com>
* mapfile.c: treat TTC fonts as TTF
diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.web b/Build/source/texk/web2c/pdftexdir/pdftex.web
index 0c2faf3a7db..440305aa774 100644
--- a/Build/source/texk/web2c/pdftexdir/pdftex.web
+++ b/Build/source/texk/web2c/pdftexdir/pdftex.web
@@ -1,4 +1,4 @@
-% Copyright (c) 1996-2008 Han Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh, <thanh@@pdftex.org>
+% Copyright (c) 1996-2009 Han Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh, <thanh@@pdftex.org>
% This file is part of pdfTeX.
@@ -16354,7 +16354,7 @@ so we can use this field for both}
@!inf_obj_tab_size = 1000; {min size of the cross-reference table for PDF output}
@!sup_obj_tab_size = 8388607; {max size of the cross-reference table for PDF output}
@!inf_dest_names_size = 1000; {min size of the destination names table for PDF output}
-@!sup_dest_names_size = 131072; {max size of the destination names table for PDF output}
+@!sup_dest_names_size = 500000; {max size of the destination names table for PDF output}
@!inf_pk_dpi = 72; {min PK pixel density value from \.{texmf.cnf}}
@!sup_pk_dpi = 8000; {max PK pixel density value from \.{texmf.cnf}}
@!pdf_objtype_max = head_tab_max;
diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch
index 1a0b98277e1..41c6a64e800 100644
--- a/Build/source/texk/web2c/tex.ch
+++ b/Build/source/texk/web2c/tex.ch
@@ -204,7 +204,7 @@ versions of the program.
@d file_name_size == maxint
@d ssup_error_line = 255
@d ssup_max_strings == 2097151
-{Larger values than 65536 cause the arrays consume much more memory.}
+{Larger values than 65536 cause the arrays to consume much more memory.}
@d ssup_trie_opcode == 65535
@d ssup_trie_size == @"3FFFFF
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf
index 11858e1d85b..abaac2a7d47 100644
--- a/Master/texmf/web2c/texmf.cnf
+++ b/Master/texmf/web2c/texmf.cnf
@@ -610,11 +610,11 @@ font_mem_size = 3000000
font_max = 9000
% Extra space for the hash table of control sequences.
-hash_extra = 50000
+hash_extra = 200000
% Max number of characters in all strings, including all error messages,
% help texts, font names, control sequences. These values apply to TeX.
-pool_size = 1250000
+pool_size = 3250000
% Minimum pool space after TeX's own strings; must be at least
% 25000 less than pool_size, but doesn't need to be nearly that large.
string_vacancies = 90000
@@ -650,10 +650,6 @@ ocp_buf_size = 500000 % character buffers for ocp filters.
ocp_stack_size = 10000 % stacks for ocp computations.
ocp_list_size = 1000 % control for multiple ocps.
-% Parameter specific to MetaPost.
-% Size of the hash table for control sequences, default 65536.
-% hash_size.mpost = 65536
-
% These work best if they are the same as the I/O buffer size, but it
% doesn't matter much. Must be a multiple of 8.
dvi_buf_size = 16384 % TeX