2a40e13 lua: update to 5.3.6

Authored and Committed by Kyle Evans 3 years ago
    lua: update to 5.3.6
    
    This release contains some minor bugfixes; notably:
    - 2x minor Makefile fixes (not used in base)
    - Long brackets with a huge number of '=' overflow some internal buffer
      arithmetic.
    - Joining an upvalue with itself can cause a use-after-free crash.
    
    See here for examples: http://www.lua.org/bugs.html#5.3.5
    
        
file modified
+1 -1
file modified
+1 -1
file modified
+34 -3
file modified
+3 -3
file modified
+4 -4
file modified
+1 -1
file modified
+6 -6
file modified
+7 -2
file modified
+1 -1
file modified
+4 -3
file modified
+2 -0
file modified
+17 -14
file modified
+1 -1
file modified
+3 -0
file modified
+3 -4
file modified
+16 -8