Commit 0778c99e authored by Francois Perrad's avatar Francois Perrad Committed by Peter Korsgaard
Browse files

lua: bump to version 5.3.1

parent 6242bf34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Index: b/src/luaconf.h
===================================================================
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -175,7 +175,7 @@
@@ -188,7 +188,7 @@

 #else			/* }{ */

+4 −4
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@ Index: b/src/lua.c
===================================================================
--- a/src/lua.c
+++ b/src/lua.c
@@ -85,6 +85,15 @@
           add_history(lua_tostring(L, idx));  /* add it to history */
@@ -83,6 +83,15 @@
 #define lua_saveline(L,line)	((void)L, add_history(line))
 #define lua_freeline(L,b)	((void)L, free(b))
 
+#elif defined(LUA_USE_LINENOISE)
+2 −2
Original line number Diff line number Diff line
# Hashes from: http://www.lua.org/ftp/
md5 a1b0a7e92d0c85bbff7a8d27bf29f8af           lua-5.3.0.tar.gz
sha1 1c46d1c78c44039939e820126b86a6ae12dadfba  lua-5.3.0.tar.gz
md5 797adacada8d85761c079390ff1d9961           lua-5.3.1.tar.gz
sha1 1676c6a041d90b6982db8cef1e5fb26000ab6dee  lua-5.3.1.tar.gz

md5 913fdb32207046b273fdb17aad70be13           lua-5.2.4.tar.gz
sha1 ef15259421197e3d85b7d6e4871b8c26fd82c1cf  lua-5.2.4.tar.gz
Loading