From 4065c83d560e2675c0a32802e984c50a2fc5ca8d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 12 Aug 2009 21:40:14 +0000 Subject: 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 --- Build/source/texk/kpathsea/texmf.cnf | 8 ++------ Build/source/texk/web2c/ChangeLog | 2 ++ Build/source/texk/web2c/pdftexdir/ChangeLog | 5 +++++ Build/source/texk/web2c/pdftexdir/pdftex.web | 4 ++-- Build/source/texk/web2c/tex.ch | 2 +- 5 files changed, 12 insertions(+), 9 deletions(-) (limited to 'Build') 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 + * 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 + + * 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 * 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, +% Copyright (c) 1996-2009 Han Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh, % 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 -- cgit v1.2.3