Go to file
2018-02-27 15:47:32 -03:00
bugs bug: memory-allocation error when resizing a table can leave it 2017-12-13 16:35:03 -02:00
lapi.c metamethods for 'removekey'/'keyin' 2018-02-27 14:48:28 -03:00
lapi.h back to 'CallInfo' (no gains with its removal) 2017-11-07 11:25:26 -02:00
lauxlib.c removed compatibility code with older versions 2018-02-27 15:47:32 -03:00
lauxlib.h removed compatibility code with older versions 2018-02-27 15:47:32 -03:00
lbaselib.c removed compatibility code with older versions 2018-02-27 15:47:32 -03:00
lbitlib.c module has been deprecated. 2018-02-27 15:46:26 -03:00
lcode.c better names for macros for tags and types. 2018-02-26 11:16:05 -03: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 userdata can have multiple user values 2018-02-20 13:52:50 -03:00
ldebug.c two new fields 'fTransfer'/'nTransfer' in 'lua_Debug' structure 2018-02-17 17:29:29 -02:00
ldebug.h janitor work on casts 2018-01-28 13:13:26 -02:00
ldo.c better names for macros for tags and types. 2018-02-26 11:16:05 -03:00
ldo.h two new fields 'fTransfer'/'nTransfer' in 'lua_Debug' structure 2018-02-17 17:29:29 -02:00
ldump.c better names for macros for tags and types. 2018-02-26 11:16:05 -03:00
lfunc.c new type 'StackValue' for stack elements 2017-06-29 12:06:44 -03:00
lfunc.h using 'offsetof' to compute the size of parts of a structure 2018-02-25 10:40:00 -03:00
lgc.c special compact representation for userdata with no user values 2018-02-26 10:35:03 -03:00
lgc.h more generic way to handle 'gclist' 2018-02-19 17:06:56 -03:00
linit.c removed compatibility code with older versions 2018-02-27 15:47:32 -03:00
liolib.c using new 'lua_newuserdatauv' instead of 'lua_newuserdata' 2018-02-21 10:48:44 -03:00
llex.c first version of empty entries in tables 2018-02-23 10:16:18 -03: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 removed compatibility code with older versions 2018-02-27 15:47:32 -03:00
lobject.c removed compatibility code with older versions 2018-02-27 15:47:32 -03:00
lobject.h better names for macros for tags and types. 2018-02-26 11:16:05 -03:00
lopcodes.c new opcodes OP_GTI/OP_GEI 2018-02-21 12:49:32 -03:00
lopcodes.h new opcodes OP_GTI/OP_GEI 2018-02-21 12:49:32 -03: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 correct way to check stack space for vararg functions 2018-02-17 17:20:00 -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 added check in 'obj2gco' to prevent its use in non Lua-object pointers 2018-02-25 09:43:52 -03:00
lstring.c userdata can have multiple user values 2018-02-20 13:52:50 -03:00
lstring.h userdata can have multiple user values 2018-02-20 13:52:50 -03:00
lstrlib.c removed coercion string->number in bitwise operations 2018-02-21 14:48:31 -03:00
ltable.c better names for macros for tags and types. 2018-02-26 11:16:05 -03:00
ltable.h first version of empty entries in tables 2018-02-23 10:16:18 -03:00
ltablib.c removed compatibility code with older versions 2018-02-27 15:47:32 -03:00
ltests.c first version of empty entries in tables 2018-02-23 10:16:18 -03:00
ltests.h removed compatibility code with older versions 2018-02-27 15:47:32 -03:00
ltm.c metamethods for 'removekey'/'keyin' 2018-02-27 14:48:28 -03:00
ltm.h metamethods for 'removekey'/'keyin' 2018-02-27 14:48:28 -03:00
lua.c GC default mode for the stand-alone interpreter is generational mode 2018-02-06 13:32:36 -02:00
lua.h first (parcial) implementation of 'keyin'/'removekey' 2018-02-25 09:48:16 -03:00
luaconf.h removed compatibility code with older versions 2018-02-27 15:47:32 -03:00
lualib.h removed compatibility code with older versions 2018-02-27 15:47:32 -03: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 better names for macros for tags and types. 2018-02-26 11:16:05 -03:00
lvm.h first version of empty entries in tables 2018-02-23 10:16:18 -03: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 no more 'bitlib' 2018-02-27 15:27:30 -03:00