summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2010-05-02 03:04:24 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2010-05-02 03:04:24 +0000
commitb14a0b1326df1249833529a9373c621df959a159 (patch)
tree6d22e0d40f4410985b72da77b71e014744be6d4e /Build
parent475e92fb0b55757dba3d5c01b9f4d122e237e6b1 (diff)
bibtex.ch: increase MAX_GLOB_STRS from 10 to 20.
git-svn-id: svn://tug.org/texlive/trunk@18077 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/ChangeLog7
-rw-r--r--Build/source/texk/web2c/bibtex.ch2
2 files changed, 8 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 1e495121909..a2cab0469a7 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-02 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * bibtex.ch: increase MAX_GLOB_STRS from 10 to 20, because pbibtex on
+ windows crashes for some bst. it should be ok without increasing because
+ of BIBXRETALLOCSTRING etc. don't know why, but MAX_GLOB_STRS = 20
+ solves the problem.
+
2010-05-01 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* config.h: remove TEXDLL.
diff --git a/Build/source/texk/web2c/bibtex.ch b/Build/source/texk/web2c/bibtex.ch
index 1832185d6a7..3912a70c544 100644
--- a/Build/source/texk/web2c/bibtex.ch
+++ b/Build/source/texk/web2c/bibtex.ch
@@ -231,7 +231,7 @@ end.
@!ENT_STR_SIZE=100; {maximum size of a |str_entry_var|; must be |<=buf_size|}
@!GLOB_STR_SIZE=1000; {maximum size of a |str_global_var|;
must be |<=buf_size|}
-@!MAX_GLOB_STRS=10; {initial number of |str_global_var| names}
+@!MAX_GLOB_STRS=20; {initial number of |str_global_var| names}
@!MAX_FIELDS=5000; {initial number of fields (entries $\times$ fields,
@z