diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-17 16:16:27 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-17 16:16:27 +0000 |
commit | 59d1decd10c6e2cf2cb3c19cc2631ba9dbb01ecc (patch) | |
tree | b666a6719d5d5306cadad38cc2e27a20f8e7cdc3 /Build/source/texk/web2c/ChangeLog | |
parent | 14e6c07a24c083be3baf78cdec6e0bfcb31c7e52 (diff) |
bibtex/bibtex8/bibtexu: more dynamic arrays
git-svn-id: svn://tug.org/texlive/trunk@17471 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 25f9b2b6176..f009c76dd2a 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,6 +1,17 @@ +2010-03-17 Peter Breitenlohner <peb@mppmu.mpg.de> + + * bibtex.ch (max_cites): Dynamically resize the cite_list, + type_list, entry_exists, and cite_info arrays. + +2010-03-16 Peter Breitenlohner <peb@mppmu.mpg.de> + + * bibtex.ch (entry_ints, entry_strs): Delay allocation until + the required size is known. + (max_ent_ints, max_ent_strs): Removed. + 2010-03-11 Peter Breitenlohner <peb@mppmu.mpg.de> - am/bootstrap.am: Use suffix rules to create tangleboot.p, + * am/bootstrap.am: Use suffix rules to create tangleboot.p, ctangleboot.c, and cwebboot.[ch] from distributed `in' files. * bibtex.ch: Check and correct module numbers. Parameter |