Mirror of the amazing lua scripting language
#lua #script #scripting #script-engine #embed #embedded #script-language

Roberto Ierusalimschy 98194db429 details před 19 roky
bugs a62fca1ebb BUG: debug hooks may get wrong when mixed with coroutines před 19 roky
lapi.c fad7582c9a explicit test for common error (due to compatibility issue) před 19 roky
lapi.h 8718fda9b2 added LUAI_FUNC to functions not in the API před 20 roky
lauxlib.c 0238a0b01e BUG: luaL_checkudata may show wrong error message před 19 roky
lauxlib.h 18330b6091 lua_dostring/lua_dofile should return any values returned by the chunk před 19 roky
lbaselib.c 475b0ecbf1 new macro LUA_RELEASE před 19 roky
lcode.c 1ae0b6c0bf BUG: should copy the union, not (some of) its fields před 19 roky
lcode.h e1dda047b2 unused macro před 19 roky
ldblib.c bfdcbbcd76 small optimizations (lua_newtable -> lua_createtable) před 19 roky
ldebug.c c505f341d6 small changes in casts před 19 roky
ldebug.h 8718fda9b2 added LUAI_FUNC to functions not in the API před 20 roky
ldo.c a62fca1ebb BUG: debug hooks may get wrong when mixed with coroutines před 19 roky
ldo.h 98296f6b45 some bugs related to stack reallocation před 20 roky
ldump.c 69ea087dff small change to strip file names when stripping debug information před 19 roky
lfunc.c c505f341d6 small changes in casts před 19 roky
lfunc.h 8718fda9b2 added LUAI_FUNC to functions not in the API před 20 roky
lgc.c 0079efc479 bug: collector did not compensate enough for userdata with finalizers před 19 roky
lgc.h 98296f6b45 some bugs related to stack reallocation před 20 roky
linit.c bfdcbbcd76 small optimizations (lua_newtable -> lua_createtable) před 19 roky
liolib.c 55e323190e files should not be operated after fclose, even when fclose fails před 19 roky
llex.c 3d61c31e5a 'lparser.h' should not include 'ltable.h' před 19 roky
llex.h 90df6b7a54 detail před 19 roky
llimits.h 0fd6466957 lua_assert is an internal matter, not to be configured před 19 roky
lmathlib.c 3390f9a35a detail před 20 roky
lmem.c 0160591998 removal of dead code před 19 roky
lmem.h 8718fda9b2 added LUAI_FUNC to functions not in the API před 20 roky
loadlib.c 672bb67ee6 environment variable names should be configurable před 19 roky
lobject.c 298ae7e230 complete support for hexadecimal constants před 19 roky
lobject.h 440113bbe8 unused macro removed před 19 roky
lopcodes.c 7b89cf3aeb unused include's před 20 roky
lopcodes.h ae76307847 comment před 19 roky
loslib.c c351392940 details před 19 roky
lparser.c ed64346b9d details před 19 roky
lparser.h 3d61c31e5a 'lparser.h' should not include 'ltable.h' před 19 roky
lstate.c c408158047 only destroy state after running all finalizers před 19 roky
lstate.h ea2cc2bc47 small improvements for allignments před 19 roky
lstring.c c505f341d6 small changes in casts před 19 roky
lstring.h 8718fda9b2 added LUAI_FUNC to functions not in the API před 20 roky
lstrlib.c fe8f4c06f1 detail (better error message for invalid format) před 19 roky
ltable.c baffc37f5c detail před 19 roky
ltable.h f8b7a5581e avoid unnecessary exports před 19 roky
ltablib.c 056b6a8ef4 more robust implementation for table.insert před 20 roky
ltests.c 2b5c1f99e5 small simplifications před 19 roky
ltests.h 2b5c1f99e5 small simplifications před 19 roky
ltm.c dd1221582b details před 19 roky
ltm.h d987cf1f81 new mark LUAI_DATA for extern data před 20 roky
lua.c 475b0ecbf1 new macro LUA_RELEASE před 19 roky
lua.h 475b0ecbf1 new macro LUA_RELEASE před 19 roky
luaconf.h 672bb67ee6 environment variable names should be configurable před 19 roky
lualib.h 0fd6466957 lua_assert is an internal matter, not to be configured před 19 roky
lundump.c 69ea087dff small change to strip file names when stripping debug information před 19 roky
lundump.h 2753134a38 new versions by lhf před 20 roky
lvm.c e2dc5f5d15 extra assertion před 19 roky
lvm.h 6fcd334ca0 small improvements před 20 roky
lzio.c eca9fa02d2 small improvement před 20 roky
lzio.h 67578ec51f several small details před 20 roky
makefile 98194db429 details před 19 roky