diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-23 15:46:33 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-23 15:46:33 +0000 |
commit | 22780f70b0a868b2b458fa5177c8100498b4d2b2 (patch) | |
tree | 080f251c04b61d8c370432c8067002186955ff16 /Build/source/texk/kpathsea | |
parent | 2a08f5f488ae9ed06fa49478c2c386a7813f1228 (diff) |
bibtex: more dynamic memory allocation
git-svn-id: svn://tug.org/texlive/trunk@17536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 45708aeecb5..d77dc986357 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2010-03-23 Peter Breitenlohner <peb@mppmu.mpg.de> + + * texmf.cnf (ent_str_size, glob_str_size): New for size of + BibTeX (entry and global) strings. + 2010-03-19 Peter Breitenlohner <peb@mppmu.mpg.de> * texmf.cnf (BIBTEX_CSFILE): Default codepage and sort order diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index fc00fb78ae4..26f9d67dbc5 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -688,7 +688,9 @@ max_print_line = 79 screen_width.mf = 1664 screen_depth.mf = 1200 -% BibTeX only (also used for hash_size and hash_prime). +% BibTeX only (max_strings also determines hash_size and hash_prime). +ent_str_size = 250 +glob_str_size = 5000 max_strings.bibtex = 35307 max_strings.bibtex8 = 35307 max_strings.bibtexu = 35307 |