2020-10-04 Luigi Scarso * Adapted for Lua 5.3.6 (thanks to K.Berry and A.Kakuto) 2018-09-09 Karl Berry * luaerror.test: LC_ALL=LANGUAGE=C. 2018-07-21 Luigi Scarso * Adapted for Lua 5.3.5 2018-06-18 Luigi Scarso * dropped poppler, new pplib from http://eurydyka.kaliope.org.pl/~pawel/libpp/html/ppapi.html 2017-10-24 Luigi Scarso * Adapted for Lua 5.3.4 2016-02-18 Akira Kakuto * Makefile.am, configure.ac: New convention. 2015-07-06 Peter Breitenlohner * Makefile.am: Better dependencies for 'make check'. 2015-03-11 Peter Breitenlohner Import lua-5.2.4. * version.ac: Adjust. 2015-02-16 Peter Breitenlohner * Makefile.am: Use the fragment ../../am/dist_hook.am. 2014-10-22 Peter Breitenlohner * Makefile.am, configure.ac: Build lua52 as (possibly shared) Libtool library, install headers, library, and .pc file. * luaerror.test: Adapted. 2014-06-02 Peter Breitenlohner * Makefile.am (AM_CPPFLAGS): Drop LUAI_HASHLIMIT. 2014-03-21 Peter Breitenlohner * configure.ac: Add -DHAVE_UNISTD_H to LUA52_DEFINES because config.h is not used. 2014-03-15 Peter Breitenlohner * Makefile.am (AM_CPPFLAGS): Define LUAI_HASHLIMIT=6 for LuaTeX. 2014-03-03 Peter Breitenlohner * luaerror.test (new): Shell script to test error handling. * error.exp (new): Expected test output. * Makefile.am: Add the new files. * configure.ac: The test program requires sqrt(). 2014-02-11 Peter Breitenlohner * lua52.test (new): Shell script for a basic test. * luatest.c (new): Source code for test program. * Makefile.am: Add the new files. 2013-12-07 Peter Breitenlohner Import lua-5.2.3. * version.ac: Adjust. 2013-07-06 Peter Breitenlohner * Makefile.am: Use ../../am/rebuild.am. 2013-07-05 Peter Breitenlohner * include/Makefile.am: Moved Makefile fragments to ../../am/. 2012-06-25 Peter Breitenlohner Import lua-5.2.2. * version.ac: Adjust. 2012-06-18 Peter Breitenlohner Import lua-5.2.1/ from http://www.lua.org/ftp/lua-5.2.1.tar.gz.