diff options
Diffstat (limited to 'Build/source/texk/bibtexu/ChangeLog')
-rw-r--r-- | Build/source/texk/bibtexu/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/texk/bibtexu/ChangeLog b/Build/source/texk/bibtexu/ChangeLog index 9167bc45137..58776f6f766 100644 --- a/Build/source/texk/bibtexu/ChangeLog +++ b/Build/source/texk/bibtexu/ChangeLog @@ -1,3 +1,19 @@ +2010-03-17 Peter Breitenlohner <peb@mppmu.mpg.de> + + * bibtex-1.c (check_cite_overflow): Reallocate cite_info, + cite_list, entry_exists, and type_list. + * bibtex.h (MAX_CITES): Initial allocation as in bibtex.web. + * gblvars.h (M_cites): Removed. + * utils.c (parse_cmd_line, usage): Ignore/remove --mcites. + +2010-03-16 Peter Breitenlohner <peb@mppmu.mpg.de> + + * bibtex-1.c, utils.c: Delay allocation of entry_ints and + entry_strs until the required size is known. + * bibtex.h (MAX_ENT_INTS, MAX_ENT_STRS): Removed. + * gblvars.h (M_entstrs, Max_Ent_Ints, Max_Ent_Strs): Removed. + * utils.c (parse_cmd_line, usage): Ignore/remove --mentstrs. + 2010-03-15 Peter Breitenlohner <peb@mppmu.mpg.de> * tests/bibtex.test: New shell script to test 7-bit mode. |