summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/ChangeLog')
-rw-r--r--Build/source/texk/web2c/luatexdir/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog
index 751e19bfc16..3dc50a4d6c0 100644
--- a/Build/source/texk/web2c/luatexdir/ChangeLog
+++ b/Build/source/texk/web2c/luatexdir/ChangeLog
@@ -3,6 +3,12 @@
* lua/luainit.w (lua_initialize): Avoid using asprintf().
* utils/utils.w (initversionstring): Avoid using asprintf().
+ One and only one prototype per function.
+ * image/epdf.h, utils/utils.h: Add #include "luatex-common.h"
+ and move pdftex_{fail,warn} prototypes from here ...
+ * luatex-common.h (new): ... to here.
+ * am/libluatex.am (libluatex_a_SOURCES): Add the new file.
+
2012-07-26 Peter Breitenlohner <peb@mppmu.mpg.de>
* lua/loslibext.c os_gettimeofday): Use int64_t (from W32TeX).