summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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