summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/ChangeLog')
-rw-r--r--Build/source/texk/web2c/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 08e5f2dca6c..4910aec90b7 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,14 @@
+2010-03-23 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * cpascal.h (BIBXRETALLOCSTRING): New macro to resize BibTeX's
+ global_strs array of strings.
+ * mf.ch, tex.ch: Remove extra semicolon after setup_bound_var.
+ * bibtex.ch: Parameters |ent_str_size| and |glob_str_size|
+ settable at runtime. Arrays with dimension |max_glob_strs| or
+ |lit_stk_size| allocated at runtime and resized as needed.
+ Dynamically allocate |singl_function| instances and resize them
+ as needed; remove procedure |singl_fn_overflow|.
+
2010-03-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* bibtex.ch (str_room): Call pool_overflow() as often as needed.