aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2017-02-02 10:21:17 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2017-02-02 10:21:17 -0500
commitc15408bbab88f63d187b2ff7166d21c229179f82 (patch)
tree10b3572e0ecc94b831269cb371c6ef3b3ade9a46
parentdffbe7cbca7c89932ac1b90b41158b0254d0f529 (diff)
downloadtextadept-c15408bbab88f63d187b2ff7166d21c229179f82.tar.gz
textadept-c15408bbab88f63d187b2ff7166d21c229179f82.zip
Updated to Lua 5.3.4.
-rw-r--r--src/Makefile2
-rw-r--r--src/lua.patch17
2 files changed, 9 insertions, 10 deletions
diff --git a/src/Makefile b/src/Makefile
index ae9791d7..99b4fcb6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -405,7 +405,7 @@ scintilla_tgz = scintilla372.tgz
tre_zip = cdce45e8dd7a3b36954022b4a4d3570e1ac5a4f8.zip
scinterm_zip = scinterm_1.8.zip
scintillua_zip = scintillua_3.7.1-1.zip
-lua_tgz = lua-5.3.3.tar.gz
+lua_tgz = lua-5.3.4.tar.gz
lpeg_tgz = lpeg-1.0.0.tar.gz
lfs_zip = v_1_6_3.zip
lspawn_zip = lspawn_1.5.zip
diff --git a/src/lua.patch b/src/lua.patch
index d49288b0..e3c4ff60 100644
--- a/src/lua.patch
+++ b/src/lua.patch
@@ -1,20 +1,19 @@
-diff -r 8a23edc91533 src/loadlib.c
---- a/src/loadlib.c Mon Jan 12 18:57:53 2015 -0500
-+++ b/src/loadlib.c Mon Jan 12 23:50:08 2015 -0500
-@@ -28,11 +28,11 @@
+--- a/src/loadlib.c 2017-01-12 12:14:26.000000000 -0500
++++ b/src/loadlib.c 2017-02-02 10:17:42.543025320 -0500
+@@ -261,11 +261,11 @@
** variables that Lua check to set its paths.
*/
#if !defined(LUA_PATH_VAR)
--#define LUA_PATH_VAR "LUA_PATH"
-+#define LUA_PATH_VAR "TA_LUA_PATH"
+-#define LUA_PATH_VAR "LUA_PATH"
++#define LUA_PATH_VAR "TA_LUA_PATH"
#endif
#if !defined(LUA_CPATH_VAR)
--#define LUA_CPATH_VAR "LUA_CPATH"
-+#define LUA_CPATH_VAR "TA_LUA_CPATH"
+-#define LUA_CPATH_VAR "LUA_CPATH"
++#define LUA_CPATH_VAR "TA_LUA_CPATH"
#endif
- #define LUA_PATHSUFFIX "_" LUA_VERSION_MAJOR "_" LUA_VERSION_MINOR
+
diff -r 8a23edc91533 src/luaconf.h
--- a/src/luaconf.h Mon Jan 12 18:57:53 2015 -0500
+++ b/src/luaconf.h Mon Jan 12 23:50:08 2015 -0500