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

Roberto Ierusalimschy 348fa1ca56 bug: 'lua_pushcclosure' should not call the garbage collector when hace 7 años
bugs 348fa1ca56 bug: 'lua_pushcclosure' should not call the garbage collector when hace 7 años
lapi.c ae11e37e53 bug: 'lua_pushcclosure' should not call the GC when 'n' is zero hace 7 años
lapi.h ad0704e40c back to 'CallInfo' (no gains with its removal) hace 7 años
lauxlib.c 5a1c8d8ef3 new constant 'LUA_GNAME' for the name of the global table "_G" hace 8 años
lauxlib.h 5a1c8d8ef3 new constant 'LUA_GNAME' for the name of the global table "_G" hace 8 años
lbaselib.c e4e5aa85a2 detail ('signal' -> 'sign' in comments) hace 7 años
lbitlib.c e4e5aa85a2 detail ('signal' -> 'sign' in comments) hace 7 años
lcode.c c7ee7fe026 new opcodes OP_SHLI/OP_SHRI hace 7 años
lcode.h 10b8c99bbb small peephole optimizations hace 7 años
lcorolib.c ba36180fd7 new API for 'lua_resume' + cleaning the uses of the 'extra' field in hace 7 años
lctype.c 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before hace 11 años
lctype.h 32a12e2f3f detail (cleaned whitespaces at end of lines) hace 14 años
ldblib.c c5112f7b15 details (comments) hace 9 años
ldebug.c 599f1742c6 detail (typo in comments) hace 7 años
ldebug.h b42430fd3a 'lineinfo' in prototypes saved as differences instead of absolute hace 8 años
ldo.c e0bece77d6 detail hace 7 años
ldo.h 194a4f9710 small simplifications in 'luaD_poscall' hace 7 años
ldump.c dfd188ba12 detail (identation of switch) hace 7 años
lfunc.c f96497397a new type 'StackValue' for stack elements hace 8 años
lfunc.h f96497397a new type 'StackValue' for stack elements hace 8 años
lgc.c 421e459684 'luaS_resize' can raise memory errors hace 7 años
lgc.h 1d8920dd7f some cleaning in GC parameters hace 8 años
linit.c 5a1c8d8ef3 new constant 'LUA_GNAME' for the name of the global table "_G" hace 8 años
liolib.c c47111bd4e 'io.read' accepts multiple formats in a single string argument hace 7 años
llex.c f96497397a new type 'StackValue' for stack elements hace 8 años
llex.h 0232fbffbe now that 'luaO_str2num' always accepts a dot as a radix character, hace 9 años
llimits.h d0356d5f15 another value for LUAI_MAXCCALLS (must think more about that) hace 7 años
lmathlib.c 2a235312f0 detail (removing spaces at end of lines) hace 8 años
lmem.c bb4baa73ea allocation function is not exactly API (and cannot raise errors hace 10 años
lmem.h eb45f3a9b6 details in 'luaM_reallocvchar' hace 10 años
loadlib.c 94c1b3a8ee Handling of LUA_PATH/LUA_CPATH moved back to 'package' library hace 8 años
lobject.c 599f1742c6 detail (typo in comments) hace 7 años
lobject.h 599f1742c6 detail (typo in comments) hace 7 años
lopcodes.c c7ee7fe026 new opcodes OP_SHLI/OP_SHRI hace 7 años
lopcodes.h c7ee7fe026 new opcodes OP_SHLI/OP_SHRI hace 7 años
loslib.c 1a1b2f3d7f added 'return' to calls to 'luaL_error' (to signal to the compiler hace 8 años
lparser.c 10b8c99bbb small peephole optimizations hace 7 años
lparser.h 10b8c99bbb small peephole optimizations hace 7 años
lprefix.h c077d47465 does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining hace 10 años
lstate.c 196c87c9ce no more 'stackless' implementation; 'luaV_execute' calls itself hace 7 años
lstate.h 196c87c9ce no more 'stackless' implementation; 'luaV_execute' calls itself hace 7 años
lstring.c 9d28b40152 rehashes string table always allocating a new array instead of hace 7 años
lstring.h 599f1742c6 detail (typo in comments) hace 7 años
lstrlib.c 599f1742c6 detail (typo in comments) hace 7 años
ltable.c 599f1742c6 detail (typo in comments) hace 7 años
ltable.h b6f87491af in hash nodes, keys are stored in separate pieces to avoid wasting hace 8 años
ltablib.c 7d6b78ee79 in 'table.move', destination table can be source table even if hace 9 años
ltests.c 39f26b1480 more information from 'T.stacklevel' hace 7 años
ltests.h 196c87c9ce no more 'stackless' implementation; 'luaV_execute' calls itself hace 7 años
ltm.c ac78b914b6 warnings from Visual Studio /W3 hace 7 años
ltm.h 093c16b67b new opcodes 'OP_LTI' and 'OP_LEI' hace 7 años
lua.c 4804bbd9bb include first standard header files hace 8 años
lua.h ad0704e40c back to 'CallInfo' (no gains with its removal) hace 7 años
luaconf.h 2caecf1b3e type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added hace 8 años
lualib.h 94c1b3a8ee Handling of LUA_PATH/LUA_CPATH moved back to 'package' library hace 8 años
lundump.c dfd188ba12 detail (identation of switch) hace 7 años
lundump.h 41964648ee long strings are created directly in final position when possible hace 10 años
lutf8lib.c 1a1b2f3d7f added 'return' to calls to 'luaL_error' (to signal to the compiler hace 8 años
lvm.c c7ee7fe026 new opcodes OP_SHLI/OP_SHRI hace 7 años
lvm.h c766e4103d 'luaV_execute' gets call info as extra argument (it is always hace 7 años
lzio.c 41964648ee long strings are created directly in final position when possible hace 10 años
lzio.h 41964648ee long strings are created directly in final position when possible hace 10 años
makefile e354c6355e small updates hace 8 años