summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
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 /Build/source/texk/web2c
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
Diffstat (limited to 'Build/source/texk/web2c')
-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
4 files changed, 10 insertions, 3 deletions
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