aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/lua.patch
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-08-14 00:18:53 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-08-14 00:18:53 -0400
commit67ff8634b57968e5734fe4e3b0f63248caa6917f (patch)
tree53afb9e536e916e51b18d1b1593f462a75bf6ebd /src/lua.patch
parent44e229dd9b4b4f461f5ff6a8bef941844335c378 (diff)
Describe changes in patch files.
Diffstat (limited to 'src/lua.patch')
-rw-r--r--src/lua.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lua.patch b/src/lua.patch
index 7c31c9d5..f9f76cfb 100644
--- a/src/lua.patch
+++ b/src/lua.patch
@@ -1,3 +1,11 @@
+Lua changes:
+
+LUA_ROOT is "/usr" instead of "/usr/local".
+
+LUA_PATH and LUA_CPATH do not have "./?.lua" and "./?.so" in them.
+
+Added os.spawn() for spawning and interacting with asynchronous processes.
+
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