Go to file
Roberto Ierusalimschy 0682fe8169 some simplifications/optimizations in returns from Lua functions 2018-02-15 13:34:29 -02:00
bugs bug: memory-allocation error when resizing a table can leave it 2017-12-13 16:35:03 -02:00
lapi.c 'collectgarbage' returns old mode when changing mode 2018-02-05 15:10:52 -02:00
lapi.h back to 'CallInfo' (no gains with its removal) 2017-11-07 11:25:26 -02:00
lauxlib.c detail 2018-01-29 17:13:27 -02:00
lauxlib.h new constant 'LUA_GNAME' for the name of the global table "_G" 2017-06-27 15:32:49 -03:00
lbaselib.c 'collectgarbage' returns old mode when changing mode 2018-02-05 15:10:52 -02:00
lbitlib.c detail ('signal' -> 'sign' in comments) 2017-11-16 11:19:06 -02:00
lcode.c some simplifications/optimizations in returns from Lua functions 2018-02-15 13:34:29 -02:00
lcode.h new auxiliary function 'luaK_isKint' + removal of 'luaK_needclose', 2017-12-18 13:44:44 -02:00
lcorolib.c new API for 'lua_resume' + cleaning the uses of the 'extra' field in 2017-11-02 09:28:56 -02:00
lctype.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lctype.h detail (cleaned whitespaces at end of lines) 2011-07-15 09:50:29 -03:00
ldblib.c details (comments) 2015-11-23 09:30:45 -02:00
ldebug.c vararg back to '...' (but with another implementation) 2018-02-09 13:16:06 -02:00
ldebug.h janitor work on casts 2018-01-28 13:13:26 -02:00
ldo.c some simplifications/optimizations in returns from Lua functions 2018-02-15 13:34:29 -02:00
ldo.h some simplifications/optimizations in returns from Lua functions 2018-02-15 13:34:29 -02:00
ldump.c detail (identation of switch) 2017-11-28 09:19:07 -02:00
lfunc.c new type 'StackValue' for stack elements 2017-06-29 12:06:44 -03:00
lfunc.h janitor work on casts 2018-01-28 13:13:26 -02:00
lgc.c small corrections in generational mode 2018-02-05 15:14:54 -02:00
lgc.h default for minor collection intervals a little larger 2018-02-05 15:14:29 -02:00
linit.c new constant 'LUA_GNAME' for the name of the global table "_G" 2017-06-27 15:32:49 -03:00
liolib.c 'io.read' accepts multiple formats in a single string argument 2017-11-16 14:28:36 -02:00
llex.c janitor work on casts 2018-01-28 13:13:26 -02:00
llex.h janitor work on casts 2018-01-28 13:13:26 -02:00
llimits.h janitor work on casts 2018-01-28 13:13:26 -02:00
lmathlib.c detail (removing spaces at end of lines) 2016-12-22 11:08:50 -02:00
lmem.c janitor work on casts 2018-01-28 13:13:26 -02:00
lmem.h janitor work on casts 2018-01-28 13:13:26 -02:00
loadlib.c Code should not change the stack level after the initialization of a 2017-12-13 10:51:42 -02:00
lobject.c janitor work on casts 2018-01-28 13:13:26 -02:00
lobject.h janitor work on casts 2018-01-28 13:13:26 -02:00
lopcodes.c some simplifications/optimizations in returns from Lua functions 2018-02-15 13:34:29 -02:00
lopcodes.h some simplifications/optimizations in returns from Lua functions 2018-02-15 13:34:29 -02:00
loslib.c added 'return' to calls to 'luaL_error' (to signal to the compiler 2017-03-14 09:40:44 -03:00
lparser.c vararg back to '...' (but with another implementation) 2018-02-09 13:16:06 -02:00
lparser.h 'VRELOCABLE' -> 'VRELOC' 2017-12-14 12:24:02 -02:00
lprefix.h does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining 2014-12-29 14:54:13 -02:00
lstate.c 'gcemergency' should be zero before any memory allocation 2018-02-05 15:11:37 -02:00
lstate.h vararg back to '...' (but with another implementation) 2018-02-09 13:16:06 -02:00
lstring.c janitor work on casts 2018-01-28 13:13:26 -02:00
lstring.h detail (typo in comments) 2017-11-23 17:29:04 -02:00
lstrlib.c detail (typo in comments) 2017-11-23 17:29:04 -02:00
ltable.c janitor work on casts 2018-01-28 13:13:26 -02:00
ltable.h in hash nodes, keys are stored in separate pieces to avoid wasting 2017-06-09 13:48:44 -03:00
ltablib.c in 'table.move', destination table can be source table even if 2016-02-25 16:41:54 -03:00
ltests.c janitor work on casts 2018-01-28 13:13:26 -02:00
ltests.h default now is compiling without compatibility options + smaller 2017-12-18 11:01:49 -02:00
ltm.c some simplifications/optimizations in returns from Lua functions 2018-02-15 13:34:29 -02:00
ltm.h vararg back to '...' (but with another implementation) 2018-02-09 13:16:06 -02:00
lua.c GC default mode for the stand-alone interpreter is generational mode 2018-02-06 13:32:36 -02:00
lua.h back to 'CallInfo' (no gains with its removal) 2017-11-07 11:25:26 -02:00
luaconf.h typos in comments 2017-12-30 18:46:18 -02:00
lualib.h Handling of LUA_PATH/LUA_CPATH moved back to 'package' library 2017-01-12 15:14:26 -02:00
lundump.c using explicit tests for allocation overflow whenever possible 2017-12-07 16:59:52 -02:00
lundump.h long strings are created directly in final position when possible 2015-09-08 12:41:05 -03:00
lutf8lib.c added 'return' to calls to 'luaL_error' (to signal to the compiler 2017-03-14 09:40:44 -03:00
lvm.c some simplifications/optimizations in returns from Lua functions 2018-02-15 13:34:29 -02:00
lvm.h 'luaV_execute' gets call info as extra argument (it is always 2017-11-29 11:02:17 -02:00
lzio.c long strings are created directly in final position when possible 2015-09-08 12:41:05 -03:00
lzio.h long strings are created directly in final position when possible 2015-09-08 12:41:05 -03:00
makefile small updates 2017-01-31 19:17:47 -02:00