lua: update to 5.4.6
modified external/lua/Makefile
@@ -36,7 +36,7 @@ RM= rm -f
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -46,7 +46,7 @@ TO_MAN= lua.1 luac.1
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/README
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/doc/contents.html
@@ -32,7 +32,7 @@ For a complete introduction to Lua programming, see the book
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -85,6 +85,8 @@ Freely available under the terms of the
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -613,7 +615,7 @@ Freely available under the terms of the
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -641,6 +643,7 @@ Freely available under the terms of the
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -657,6 +660,7 @@ Freely available under the terms of the
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -664,10 +668,10 @@ Freely available under the terms of the
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/doc/lua.1
@@ -1,5 +1,5 @@
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -86,11 +86,17 @@ execute statement
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/doc/manual.html
@@ -19,7 +19,7 @@ by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -63,7 +63,7 @@ and rapid prototyping.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1379,7 +1379,9 @@ Lua also accepts hexadecimal constants,
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1621,21 +1623,13 @@ Expressions are discussed in <a href="#3.4">§3.4</a>.
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1739,11 +1733,6 @@ even if this other label has been declared in an enclosing block.
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -2059,7 +2048,7 @@ function calls are explained in <a href="#3.4.10">§3.4.10</a>;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2074,52 +2063,6 @@ the unary logical <b>not</b> (see <a href="#3.4.5">§3.4.5</a>),
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -2252,8 +2195,9 @@ Note that bitwise operators do not do this coercion.
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -2558,9 +2502,9 @@ The order of the assignments in a constructor is undefined.
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2624,7 +2568,7 @@ A call of the form <code>return <em>functioncall</em></code> not in the
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2727,22 +2671,16 @@ initialized with the argument values:
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -2803,6 +2741,122 @@ is syntactic sugar for
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -2813,6 +2867,7 @@ Lua is a lexically scoped language.
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -3071,7 +3126,7 @@ In general,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3537,7 +3592,7 @@ It is used in the auxiliary library by <a href="#luaL_newstate"><code>luaL_newst
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3785,8 +3840,36 @@ when called through this function.
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -4542,7 +4625,7 @@ Pops a key from the stack,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -4985,6 +5068,7 @@ Also returns 0 if any of the indices are not valid.
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -5051,6 +5135,7 @@ For other values, this call returns 0.
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -5166,15 +5251,9 @@ and then pops the top element.
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -6033,7 +6112,7 @@ the number of parameters of the function
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -6773,7 +6852,7 @@ Equivalent to the sequence
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -6968,8 +7047,8 @@ It is defined as the following macro:
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -6986,8 +7065,8 @@ It is defined as the following macro:
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -7294,7 +7373,7 @@ with <code>tname</code> in the registry.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -7685,9 +7764,7 @@ to start the traceback.
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -8708,6 +8785,8 @@ When you require a module <code>modname</code> and
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -8745,7 +8824,7 @@ including if necessary a path and an extension.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -8799,6 +8878,8 @@ A table to store loaders for specific modules
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -9311,7 +9392,7 @@ according to the format string <code>fmt</code> (see <a href="#6.4.2">§6.4.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -10091,9 +10172,9 @@ Returns the arc sine of <code>x</code> (in radians).
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -10953,7 +11034,7 @@ The default value for <code>code</code> is <b>true</b>.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -11503,12 +11584,18 @@ The options are:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -11582,7 +11669,7 @@ If there is a script,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -11949,10 +12036,10 @@ and LiteralString, see <a href="#3.1">§3.1</a>.)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/doc/readme.html
@@ -98,9 +98,6 @@ and
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -110,7 +107,7 @@ Here are the details.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -121,7 +118,7 @@ The <TT>Makefile</TT> there controls both the build process and the installation
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -303,7 +300,7 @@ For details, see
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -330,10 +327,10 @@ THE SOFTWARE.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/Makefile
@@ -30,7 +30,7 @@ CMCFLAGS=
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -117,6 +117,9 @@ FreeBSD NetBSD OpenBSD freebsd:
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/lapi.c
@@ -60,27 +60,28 @@ const char lua_ident[] =
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -94,14 +95,15 @@ static TValue *index2value (lua_State *L, int idx) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -112,17 +114,12 @@ LUA_API int lua_checkstack (lua_State *L, int n) {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -134,11 +131,11 @@ LUA_API void lua_xmove (lua_State *from, lua_State *to, int n) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -172,12 +169,12 @@ LUA_API lua_Number lua_version (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -187,24 +184,24 @@ LUA_API void lua_settop (lua_State *L, int idx) {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -213,10 +210,9 @@ LUA_API void lua_closeslot (lua_State *L, int idx) {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -245,7 +241,7 @@ l_sinline void reverse (lua_State *L, StkId from, StkId to) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -264,7 +260,7 @@ LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -273,7 +269,7 @@ LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -342,12 +338,12 @@ LUA_API void lua_arith (lua_State *L, int op) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -373,7 +369,7 @@ LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -500,7 +496,7 @@ LUA_API const void *lua_topointer (lua_State *L, int idx) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -508,7 +504,7 @@ LUA_API void lua_pushnil (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -516,7 +512,7 @@ LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -531,7 +527,7 @@ LUA_API const char *lua_pushlstring (lua_State *L, const char *s, size_t len) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -542,11 +538,11 @@ LUA_API const char *lua_pushlstring (lua_State *L, const char *s, size_t len) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -583,7 +579,7 @@ LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -592,13 +588,13 @@ LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -609,9 +605,9 @@ LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -619,7 +615,7 @@ LUA_API void lua_pushboolean (lua_State *L, int b) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -627,7 +623,7 @@ LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -644,16 +640,16 @@ l_sinline int auxgetstr (lua_State *L, const TValue *t, const char *k) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -680,13 +676,13 @@ LUA_API int lua_gettable (lua_State *L, int idx) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -702,27 +698,27 @@ LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -739,8 +735,8 @@ LUA_API int lua_rawget (lua_State *L, int idx) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -767,7 +763,7 @@ LUA_API void lua_createtable (lua_State *L, int narray, int nrec) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -794,7 +790,7 @@ LUA_API int lua_getmetatable (lua_State *L, int objindex) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -810,12 +806,12 @@ LUA_API int lua_getiuservalue (lua_State *L, int idx, int n) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -835,14 +831,14 @@ static void auxsetstr (lua_State *L, const TValue *t, const char *k) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -862,12 +858,12 @@ LUA_API void lua_settable (lua_State *L, int idx) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -885,14 +881,14 @@ LUA_API void lua_seti (lua_State *L, int idx, lua_Integer n) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -902,16 +898,16 @@ static void aux_rawset (lua_State *L, int idx, TValue *key, int n) {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -927,9 +923,9 @@ LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -940,11 +936,11 @@ LUA_API int lua_setmetatable (lua_State *L, int objindex) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -968,7 +964,7 @@ LUA_API int lua_setmetatable (lua_State *L, int objindex) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -984,11 +980,11 @@ LUA_API int lua_setiuservalue (lua_State *L, int idx, int n) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1000,7 +996,8 @@ LUA_API int lua_setiuservalue (lua_State *L, int idx, int n) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1013,7 +1010,7 @@ LUA_API void lua_callk (lua_State *L, int nargs, int nresults,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1061,7 +1058,7 @@ LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1096,12 +1093,12 @@ LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1115,7 +1112,7 @@ LUA_API int lua_dump (lua_State *L, lua_Writer writer, void *data, int strip) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1241,7 +1238,7 @@ LUA_API int lua_gc (lua_State *L, int what, ...) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1259,12 +1256,12 @@ LUA_API int lua_next (lua_State *L, int idx) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1276,7 +1273,7 @@ LUA_API void lua_toclose (lua_State *L, int idx) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1291,7 +1288,7 @@ LUA_API void lua_concat (lua_State *L, int n) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1303,7 +1300,7 @@ LUA_API void lua_len (lua_State *L, int idx) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1348,7 +1345,7 @@ LUA_API void *lua_newuserdatauv (lua_State *L, size_t size, int nuvalue) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1374,7 +1371,7 @@ static const char *aux_upvalue (TValue *fi, int n, TValue **val,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1390,7 +1387,7 @@ LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1408,8 +1405,8 @@ LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/lapi.h
@@ -12,23 +12,26 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/lauxlib.c
@@ -526,13 +526,14 @@ static void newbox (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -611,7 +612,7 @@ LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -739,17 +740,18 @@ static int errfile (lua_State *L, const char *what, int fnameindex) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -760,13 +762,13 @@ static int skipBOM (LoadF *lf) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -788,12 +790,16 @@ LUALIB_API int luaL_loadfilex (lua_State *L, const char *filename,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/lcode.c
@@ -1352,6 +1352,35 @@ static int constfolding (FuncState *fs, int op, expdesc *e1,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1389,12 +1418,15 @@ static void finishbinexpval (FuncState *fs, expdesc *e1, expdesc *e2,
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -1410,6 +1442,18 @@ static void codebini (FuncState *fs, OpCode op,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1438,23 +1482,26 @@ static void swapexps (expdesc *e1, expdesc *e2) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1471,35 +1518,27 @@ static void codecommutative (FuncState *fs, BinOpr op,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1507,25 +1546,27 @@ static void codebitwise (FuncState *fs, BinOpr opr,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1551,7 +1592,7 @@ static void codeeq (FuncState *fs, BinOpr opr, expdesc *e1, expdesc *e2) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1568,16 +1609,16 @@ static void codeeq (FuncState *fs, BinOpr opr, expdesc *e1, expdesc *e2) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1611,7 +1652,8 @@ void luaK_infix (FuncState *fs, BinOpr op, expdesc *v) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1706,30 +1748,27 @@ void luaK_posfix (FuncState *fs, BinOpr opr,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
| - | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/lcorolib.c
@@ -76,7 +76,7 @@ static int luaB_auxwrap (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -172,7 +172,7 @@ static int luaB_close (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/ldebug.c
@@ -182,10 +182,10 @@ static const char *upvalname (const Proto *p, int uv) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -194,7 +194,7 @@ static const char *findvararg (CallInfo *ci, int n, StkId *pos) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -203,7 +203,7 @@ const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n, StkId *pos) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -221,16 +221,16 @@ LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -245,8 +245,8 @@ LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -289,7 +289,7 @@ static int nextline (const Proto *p, int currentline, int pc) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -298,7 +298,7 @@ static void collectvalidlines (lua_State *L, Closure *f) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -388,20 +388,20 @@ LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -656,18 +656,19 @@ static const char *funcnamefromcall (lua_State *L, CallInfo *ci,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -681,7 +682,7 @@ static const char *getupvalname (CallInfo *ci, const TValue *o,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -708,9 +709,11 @@ static const char *varinfo (lua_State *L, const TValue *o) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -807,10 +810,10 @@ l_noret luaG_errormsg (lua_State *L) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -824,8 +827,11 @@ l_noret luaG_runerror (lua_State *L, const char *fmt, ...) {
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -842,7 +848,7 @@ static int changedline (const Proto *p, int oldpc, int newpc) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -869,7 +875,7 @@ static int changedline (const Proto *p, int oldpc, int newpc) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -892,7 +898,7 @@ int luaG_traceexec (lua_State *L, const Instruction *pc) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/ldebug.h
@@ -15,7 +15,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/ldo.c
@@ -104,11 +104,11 @@ void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -121,7 +121,7 @@ l_noret luaD_throw (lua_State *L, int errcode) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -157,16 +157,38 @@ int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -176,44 +198,45 @@ static void correctstack (lua_State *L, StkId oldstack, StkId newstack) {
|
|
|
|
|
|
| - | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -227,35 +250,38 @@ int luaD_growstack (lua_State *L, int n, int raiseerror) {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -273,17 +299,13 @@ static int stackinuse (lua_State *L) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -292,7 +314,7 @@ void luaD_shrinkstack (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -309,8 +331,8 @@ void luaD_hook (lua_State *L, int event, int line,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -320,11 +342,11 @@ void luaD_hook (lua_State *L, int event, int line,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -332,8 +354,8 @@ void luaD_hook (lua_State *L, int event, int line,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -364,7 +386,7 @@ void luaD_hookcall (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -372,10 +394,10 @@ static void rethook (lua_State *L, CallInfo *ci, int nres) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -394,9 +416,9 @@ StkId luaD_tryfuncTM (lua_State *L, StkId func) {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -413,28 +435,29 @@ l_sinline void moveresults (lua_State *L, StkId res, int nres, int wanted) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -442,14 +465,14 @@ l_sinline void moveresults (lua_State *L, StkId res, int nres, int wanted) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -464,7 +487,7 @@ void luaD_poscall (lua_State *L, CallInfo *ci, int nres) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -479,10 +502,10 @@ void luaD_poscall (lua_State *L, CallInfo *ci, int nres) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -496,10 +519,10 @@ l_sinline int precallC (lua_State *L, StkId func, int nresults,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -531,17 +554,17 @@ int luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func,
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -574,15 +597,15 @@ CallInfo *luaD_precall (lua_State *L, StkId func, int nresults) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -598,12 +621,17 @@ CallInfo *luaD_precall (lua_State *L, StkId func, int nresults) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -651,8 +679,7 @@ static int finishpcallk (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -740,8 +767,8 @@ static CallInfo *findpcall (lua_State *L) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -757,7 +784,7 @@ static int resume_error (lua_State *L, const char *msg, int narg) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -765,7 +792,7 @@ static void resume (lua_State *L, void *ud) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -808,7 +835,7 @@ LUA_API int lua_resume (lua_State *L, lua_State *from, int nargs,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -826,11 +853,11 @@ LUA_API int lua_resume (lua_State *L, lua_State *from, int nargs,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -985,7 +1012,7 @@ int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/ldo.h
@@ -8,6 +8,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -23,7 +24,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -32,11 +33,18 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -58,7 +66,8 @@ LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/ldump.c
@@ -10,6 +10,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -55,8 +56,11 @@ static void dumpByte (DumpState *D, int y) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/lfunc.c
@@ -50,8 +50,8 @@ void luaF_initupvals (lua_State *L, LClosure *cl) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -62,12 +62,11 @@ void luaF_initupvals (lua_State *L, LClosure *cl) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -96,7 +95,7 @@ UpVal *luaF_findupval (lua_State *L, StkId level) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -106,12 +105,12 @@ UpVal *luaF_findupval (lua_State *L, StkId level) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -126,7 +125,7 @@ static void callclosemethod (lua_State *L, TValue *obj, TValue *err, int yy) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -160,23 +159,23 @@ static void prepcallclosemth (lua_State *L, StkId level, int status, int yy) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -196,10 +195,10 @@ void luaF_closeupval (lua_State *L, StkId level) {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -209,31 +208,32 @@ void luaF_closeupval (lua_State *L, StkId level) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified external/lua/src/lfunc.h
@@ -29,10 +29,10 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,7 +54,7 @@ LUAI_FUNC void luaF_initupvals (lua_State *L, LClosure *cl);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/lgc.c
@@ -252,12 +252,13 @@ void luaC_fix (lua_State *L, GCObject *o) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -265,6 +266,11 @@ GCObject *luaC_newobj (lua_State *L, int tt, size_t sz) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -301,7 +307,7 @@ static void reallymarkobject (global_State *g, GCObject *o) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -376,7 +382,7 @@ static int remarkupvals (global_State *g) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -620,19 +626,19 @@ static int traverseLclosure (global_State *g, LClosure *cl) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -892,7 +898,7 @@ static GCObject *udata2finalize (global_State *g) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -909,16 +915,16 @@ static void GCTM (lua_State *L) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1041,7 +1047,25 @@ void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1286,6 +1310,15 @@ static void atomic2gen (lua_State *L, global_State *g) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1297,6 +1330,7 @@ static lu_mem entergen (lua_State *L, global_State *g) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1343,15 +1377,6 @@ static lu_mem fullgen (lua_State *L, global_State *g) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -1422,8 +1447,8 @@ static void genstep (lua_State *L, global_State *g) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1450,26 +1475,6 @@ static void genstep (lua_State *L, global_State *g) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -1676,12 +1681,15 @@ static void incstep (lua_State *L, global_State *g) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/lgc.h
@@ -172,24 +172,27 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/llex.c
@@ -128,7 +128,7 @@ l_noret luaX_syntaxerror (LexState *ls, const char *msg) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -138,12 +138,12 @@ TString *luaX_newstring (LexState *ls, const char *str, size_t l) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/llimits.h
@@ -71,11 +71,24 @@ typedef signed char ls_byte;
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/lmathlib.c
@@ -267,7 +267,7 @@ static int math_type (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -277,9 +277,9 @@ static int math_type (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -500,12 +500,12 @@ static lua_Number I2d (Rand64 x) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/lmem.c
@@ -22,25 +22,6 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -60,6 +41,43 @@ static void *firsttry (global_State *g, void *block, size_t os, size_t ns) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -132,7 +150,7 @@ l_noret luaM_toobig (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -140,19 +158,15 @@ void luaM_free_ (lua_State *L, void *block, size_t osize) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/loadlib.c
@@ -708,8 +708,13 @@ static const luaL_Reg ll_funcs[] = {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/lobject.c
@@ -62,7 +62,7 @@ static lua_Integer intarith (lua_State *L, int op, lua_Integer v1,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -386,29 +386,39 @@ void luaO_tostring (lua_State *L, TValue *obj) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -454,7 +464,7 @@ static void addstr2buff (BuffFS *buff, const char *str, size_t slen) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -532,7 +542,7 @@ const char *luaO_pushvfstring (lua_State *L, const char *fmt, va_list argp) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/lobject.h
@@ -52,6 +52,8 @@ typedef union Value {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -155,6 +157,17 @@ typedef union StackValue {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -615,8 +628,10 @@ typedef struct Proto {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/lopcodes.h
@@ -21,7 +21,7 @@ iABC C(8) | B(8) |k| A(8) | Op(7) |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/loslib.c
@@ -30,23 +30,14 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -138,12 +129,21 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -260,9 +260,7 @@ static int getfield (lua_State *L, const char *key, int d, int delta) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/lparser.c
@@ -468,6 +468,7 @@ static void singlevar (LexState *ls, expdesc *var) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -520,12 +521,12 @@ static l_noret jumpscopeerror (LexState *ls, Labeldesc *gt) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -579,7 +580,7 @@ static int newgotoentry (LexState *ls, TString *name, int line, int pc) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -600,7 +601,7 @@ static int solvegotos (LexState *ls, Labeldesc *lb) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -673,19 +674,19 @@ static void leaveblock (FuncState *fs) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1943,10 +1944,10 @@ LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1960,7 +1961,7 @@ LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/lstate.c
@@ -180,33 +180,33 @@ LUAI_FUNC void luaE_incCstack (lua_State *L) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -248,7 +248,7 @@ static void f_luaopen (lua_State *L, void *ud) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -284,20 +284,16 @@ static void close_state (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
| - | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -316,7 +312,7 @@ LUA_API lua_State *lua_newthread (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -326,32 +322,41 @@ void luaE_freethread (lua_State *L, lua_State *L1) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -426,7 +431,7 @@ void luaE_warning (lua_State *L, const char *msg, int tocont) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/lstate.h
@@ -9,6 +9,11 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -139,7 +144,7 @@ struct lua_longjmp; /* defined in ldo.c */
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -169,9 +174,9 @@ typedef struct stringtable {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -196,7 +201,7 @@ typedef struct CallInfo {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -291,7 +296,7 @@ typedef struct global_State {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -306,13 +311,13 @@ struct lua_State {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/lstrlib.c
@@ -570,7 +570,7 @@ static const char *match_capture (MatchState *ms, const char *s, int l) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/ltable.c
@@ -107,7 +107,7 @@ static const TValue absentkey = {ABSTKEYCONSTANT};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -257,10 +257,12 @@ LUAI_FUNC unsigned int luaH_realasize (const Table *t) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -488,7 +490,7 @@ static void setnodevector (lua_State *L, Table *t, unsigned int size) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -975,6 +977,4 @@ Node *luaH_mainposition (const Table *t, const TValue *key) {
|
|
|
|
|
|
| - | |
| - | |
|
modified external/lua/src/ltable.h
@@ -59,7 +59,6 @@ LUAI_FUNC unsigned int luaH_realasize (const Table *t);
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified external/lua/src/ltablib.c
@@ -93,7 +93,7 @@ static int tremove (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/ltm.c
@@ -102,12 +102,12 @@ const char *luaT_objtypename (lua_State *L, const TValue *o) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -119,18 +119,18 @@ void luaT_callTM (lua_State *L, const TValue *f, const TValue *p1,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -165,7 +165,7 @@ void luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -200,15 +200,15 @@ void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -238,20 +238,20 @@ int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -261,10 +261,10 @@ void luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/ltm.h
@@ -9,6 +9,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -95,8 +96,8 @@ LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/lua.c
@@ -177,10 +177,11 @@ static void print_version (void) {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -268,14 +269,23 @@ static int handle_script (lua_State *L, char **argv) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -316,7 +326,7 @@ static int collectargs (char **argv, int *first) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -609,8 +619,8 @@ static int pmain (lua_State *L) {
|
|
|
|
|
|
| + | |
|
|
| - | |
|
|
|
|
|
@@ -623,19 +633,21 @@ static int pmain (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -654,6 +666,7 @@ int main (int argc, char **argv) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified external/lua/src/lua.h
@@ -18,14 +18,14 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -131,6 +131,16 @@ typedef void * (*lua_Alloc) (void *ud, void *ptr, size_t osize, size_t nsize);
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -153,7 +163,8 @@ extern const char lua_ident[];
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -442,12 +453,6 @@ LUA_API void (lua_closeslot) (lua_State *L, int idx);
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -492,7 +497,7 @@ struct lua_Debug {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/luac.c
@@ -121,7 +121,7 @@ static int doargs(int argc, char* argv[])
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -138,7 +138,7 @@ static const char* reader(lua_State* L, void* ud, size_t* size)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -155,8 +155,6 @@ static const Proto* combine(lua_State* L, int n)
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified external/lua/src/luaconf.h
@@ -70,6 +70,12 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -728,7 +734,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -747,14 +753,15 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/lundump.c
@@ -120,10 +120,10 @@ static TString *loadStringN (LoadState *S, Proto *p) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -248,6 +248,8 @@ static void loadDebug (LoadState *S, Proto *f) {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -321,7 +323,7 @@ LClosure *luaU_undump(lua_State *L, ZIO *Z, const char *name) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/lua/src/lutf8lib.c
@@ -25,6 +25,9 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -35,7 +38,8 @@ typedef unsigned long utfint;
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -65,7 +69,7 @@ static const char *utf8_decode (const char *s, utfint *val, int strict) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -140,7 +144,7 @@ static int codepoint (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -190,16 +194,16 @@ static int byteoffset (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -208,7 +212,7 @@ static int byteoffset (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -226,15 +230,15 @@ static int iter_aux (lua_State *L, int strict) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -253,7 +257,8 @@ static int iter_auxlax (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified external/lua/src/lvm.c
@@ -608,8 +608,8 @@ int luaV_equalobj (lua_State *L, const TValue *t1, const TValue *t2) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -633,17 +633,17 @@ static void copy2buff (StkId top, int n, char *buff) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -656,8 +656,10 @@ void luaV_concat (lua_State *L, int total) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -671,8 +673,8 @@ void luaV_concat (lua_State *L, int total) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -763,12 +765,10 @@ lua_Number luaV_modf (lua_State *L, lua_Number m, lua_Number n) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -808,26 +808,26 @@ static void pushclosure (lua_State *L, Proto *p, UpVal **encup, StkId base,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -840,11 +840,11 @@ void luaV_finishOp (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -856,7 +856,7 @@ void luaV_finishOp (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -898,6 +898,7 @@ void luaV_finishOp (lua_State *L) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -926,6 +927,7 @@ void luaV_finishOp (lua_State *L) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -935,6 +937,7 @@ void luaV_finishOp (lua_State *L) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -944,6 +947,7 @@ void luaV_finishOp (lua_State *L) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -973,6 +977,7 @@ void luaV_finishOp (lua_State *L) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -986,6 +991,7 @@ void luaV_finishOp (lua_State *L) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1000,18 +1006,19 @@ void luaV_finishOp (lua_State *L) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1019,20 +1026,21 @@ void luaV_finishOp (lua_State *L) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1061,7 +1069,7 @@ void luaV_finishOp (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1096,7 +1104,7 @@ void luaV_finishOp (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1116,7 +1124,7 @@ void luaV_finishOp (lua_State *L) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1128,7 +1136,6 @@ void luaV_finishOp (lua_State *L) {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -1148,7 +1155,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1160,60 +1167,68 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1221,19 +1236,22 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1244,6 +1262,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1258,6 +1277,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1272,6 +1292,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1285,7 +1306,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1297,6 +1318,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1311,6 +1333,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1325,6 +1348,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1337,6 +1361,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1346,7 +1371,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1355,6 +1380,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1384,6 +1410,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1396,6 +1423,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1412,6 +1440,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1421,6 +1450,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1442,6 +1472,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1454,6 +1485,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1478,6 +1510,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1487,6 +1520,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1496,6 +1530,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1505,6 +1540,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1519,6 +1555,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1529,6 +1566,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1537,21 +1575,25 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1561,6 +1603,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1576,6 +1619,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1583,6 +1627,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1611,11 +1656,13 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1626,11 +1673,12 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1642,54 +1690,57 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1697,15 +1748,16 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1714,12 +1766,13 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1731,6 +1784,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1749,12 +1803,14 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1763,7 +1819,8 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1771,29 +1828,31 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1810,12 +1869,14 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified external/lua/src/lvm.h
@@ -110,6 +110,11 @@ typedef enum {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|