summaryrefslogtreecommitdiff
path: root/Build/source/libs/lua52
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2014-03-15 12:21:15 +0000
committerTaco Hoekwater <taco@elvenkind.com>2014-03-15 12:21:15 +0000
commita22d9897afbabdd07f13d2bc5c7c5b9c5865ab53 (patch)
tree70829ffa23329ca4c04efa8da7a18cfe9c44a1f4 /Build/source/libs/lua52
parent5909dbd7ee4290cc486c9c12e4ef0b2bfb9067d4 (diff)
here is luatex 0.79.0
git-svn-id: svn://tug.org/texlive/trunk@33180 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/lua52')
-rw-r--r--Build/source/libs/lua52/lua-5.2.3-PATCHES/patch-02-lstring12
-rw-r--r--Build/source/libs/lua52/lua-5.2.3/src/lstring.c2
2 files changed, 13 insertions, 1 deletions
diff --git a/Build/source/libs/lua52/lua-5.2.3-PATCHES/patch-02-lstring b/Build/source/libs/lua52/lua-5.2.3-PATCHES/patch-02-lstring
new file mode 100644
index 00000000000..c42fb67edfa
--- /dev/null
+++ b/Build/source/libs/lua52/lua-5.2.3-PATCHES/patch-02-lstring
@@ -0,0 +1,12 @@
+diff -ur lua-5.2.3.orig/src/lstring.c lua-5.2.3/src/lstring.c
+--- lua-5.2.3.orig/src/lstring.c2014-03-06 15:04:50.376201110 +0100
++++ lua-5.2.3/src/lstring.c2014-03-03 16:55:19.978037000 +0100
+@@ -23,7 +23,7 @@
+ ** compute its hash
+ */
+ #if !defined(LUAI_HASHLIMIT)
+-#define LUAI_HASHLIMIT 5
++#define LUAI_HASHLIMIT 6
+ #endif
+
+
diff --git a/Build/source/libs/lua52/lua-5.2.3/src/lstring.c b/Build/source/libs/lua52/lua-5.2.3/src/lstring.c
index af96c89c183..f438915a50d 100644
--- a/Build/source/libs/lua52/lua-5.2.3/src/lstring.c
+++ b/Build/source/libs/lua52/lua-5.2.3/src/lstring.c
@@ -23,7 +23,7 @@
** compute its hash
*/
#if !defined(LUAI_HASHLIMIT)
-#define LUAI_HASHLIMIT 5
+#define LUAI_HASHLIMIT 6
#endif