bugs
bug: memory-allocation error when resizing a table can leave it
2017-12-13 16:35:03 -02:00
lapi.c
more freedom in handling memory-allocation errors (not all allocations
2017-12-08 15:28:25 -02:00
lapi.h
back to 'CallInfo' (no gains with its removal)
2017-11-07 11:25:26 -02:00
lauxlib.c
new constant 'LUA_GNAME' for the name of the global table "_G"
2017-06-27 15:32:49 -03: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
detail ('signal' -> 'sign' in comments)
2017-11-16 11:19:06 -02:00
lbitlib.c
detail ('signal' -> 'sign' in comments)
2017-11-16 11:19:06 -02:00
lcode.c
new auxiliary function 'luaK_isKint' + removal of 'luaK_needclose',
2017-12-18 13:44:44 -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
lctype.h
ldblib.c
ldebug.c
'Proto->numparams' does not include vararg parameter
2017-12-15 11:07:10 -02:00
ldebug.h
'lineinfo' in prototypes saved as differences instead of absolute
2017-06-27 08:35:31 -03:00
ldo.c
new macro 'isLuacode' (to distinguish regular Lua code from
2017-12-19 14:40:17 -02:00
ldo.h
'luaD_growstack' cannot raise any errors when 'raiseerror' is
2017-12-11 10:43:40 -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
new type 'StackValue' for stack elements
2017-06-29 12:06:44 -03:00
lgc.c
more freedom in handling memory-allocation errors (not all allocations
2017-12-08 15:28:25 -02:00
lgc.h
some cleaning in GC parameters
2017-10-11 09:38:45 -03: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
new type 'StackValue' for stack elements
2017-06-29 12:06:44 -03:00
llex.h
llimits.h
more freedom in handling memory-allocation errors (not all allocations
2017-12-11 16:53:53 -02:00
lmathlib.c
lmem.c
'luaM_shrinkvector' raises an error if it cannot shrink the block
2017-12-11 10:27:48 -02:00
lmem.h
more freedom in handling memory-allocation errors (not all allocations
2017-12-08 15:28:25 -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
detail (typo in comments)
2017-11-23 17:29:04 -02:00
lobject.h
detail (typo in comments)
2017-11-23 17:29:04 -02:00
lopcodes.c
new opcodes 'FORLOOP1'/'FORPREP1' for "basic for" (integer variable
2017-12-18 15:53:50 -02:00
lopcodes.h
new opcodes 'FORLOOP1'/'FORPREP1' for "basic for" (integer variable
2017-12-18 15:53:50 -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
new opcodes 'FORLOOP1'/'FORPREP1' for "basic for" (integer variable
2017-12-18 15:53:50 -02:00
lparser.h
'VRELOCABLE' -> 'VRELOC'
2017-12-14 12:24:02 -02:00
lprefix.h
lstate.c
new macro 'isLuacode' (to distinguish regular Lua code from
2017-12-19 14:40:17 -02:00
lstate.h
new macro 'isLuacode' (to distinguish regular Lua code from
2017-12-19 14:40:17 -02:00
lstring.c
'rehash' -> 'tablerehash'
2017-12-18 11:00:57 -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
more freedom in handling memory-allocation errors (not all allocations
2017-12-08 15:28:25 -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
ltests.c
some cleaning on signed opcode parameters
2017-12-15 16:53:48 -02:00
ltests.h
default now is compiling without compatibility options + smaller
2017-12-18 11:01:49 -02:00
ltm.c
new macro 'isLuacode' (to distinguish regular Lua code from
2017-12-19 14:40:17 -02:00
ltm.h
new opcodes BANDK/BORK/BXORK. (They do not use immediate operands
2017-12-13 16:32:09 -02:00
lua.c
include first standard header files
2017-05-24 18:11:19 -03:00
lua.h
back to 'CallInfo' (no gains with its removal)
2017-11-07 11:25:26 -02:00
luaconf.h
detail (comment)
2017-12-07 16:53:33 -02:00
lualib.h
lundump.c
using explicit tests for allocation overflow whenever possible
2017-12-07 16:59:52 -02:00
lundump.h
lutf8lib.c
added 'return' to calls to 'luaL_error' (to signal to the compiler
2017-03-14 09:40:44 -03:00
lvm.c
no need to save 'pc' in case of allocation errors
2017-12-19 14:18:04 -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
lzio.h
makefile
small updates
2017-01-31 19:17:47 -02:00