bugs
bug: memory-allocation error when resizing a table can leave it
2017-12-13 16:35:03 -02:00
lapi.c
no more nil-in-table
2018-04-04 11:23:41 -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
new experimental syntax using reserved word 'undef'
2018-03-07 12:55:38 -03:00
lbitlib.c
module has been deprecated.
2018-02-27 15:46:26 -03:00
lcode.c
no more nil-in-table
2018-04-04 11:23:41 -03:00
lcode.h
no more nil-in-table
2018-04-04 11:23:41 -03: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
'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer'
2018-03-16 12:33:34 -03:00
ldebug.c
minimizing the code ran by 'vmfetch' + no more 'vra'
2018-05-02 15:17:59 -03:00
ldebug.h
minimizing the code ran by 'vmfetch' + no more 'vra'
2018-05-02 15:17:59 -03:00
ldo.c
'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer'
2018-03-16 12:33:34 -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
FALLTHROUGH comment must be last "statement"
2018-03-16 11:22:09 -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
back to one format per argument
2018-03-02 15:25:00 -03:00
ljumptab.h
no more nil-in-table
2018-04-04 11:23:41 -03:00
llex.c
no more nil-in-table
2018-04-04 11:23:41 -03:00
llex.h
no more nil-in-table
2018-04-04 11:23:41 -03:00
llimits.h
janitor work on casts
2018-01-28 13:13:26 -02:00
lmathlib.c
detail (trim constants are unsigned)
2018-04-06 14:52:42 -03: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
'luaO_pushvfstring' does not need to reallocate stack
2018-04-25 13:26:20 -03:00
lobject.h
no more nil-in-table
2018-04-04 11:23:41 -03:00
lopcodes.c
no need to define 'luaP_opnames' in regular builds
2018-04-19 12:42:41 -03:00
lopcodes.h
no more nil-in-table
2018-04-04 11:23:41 -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
no more nil-in-table
2018-04-04 11:23:41 -03:00
lparser.h
no more nil-in-table
2018-04-04 11:23:41 -03: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
'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer'
2018-03-16 12:33:34 -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
no more nil-in-table
2018-04-04 11:23:41 -03:00
ltests.c
details (casts between 'lua_Number' and 'double')
2018-03-09 16:24:45 -03:00
ltests.h
no need to define 'luaP_opnames' in regular builds
2018-04-19 12:42:41 -03:00
ltm.c
no more nil-in-table
2018-04-04 11:23:41 -03:00
ltm.h
no more nil-in-table
2018-04-04 11:23:41 -03:00
lua.c
some extra goodies for 'readline'
2018-03-16 11:23:08 -03:00
lua.h
no more nil-in-table
2018-04-04 11:23:41 -03:00
luaconf.h
definition for LUA_UNSIGNEDBITS (number of bits in a LUA_UNSIGNED)
2018-04-02 10:58:33 -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
minimizing the code ran by 'vmfetch' + no more 'vra'
2018-05-02 15:17:59 -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
updated to use jump tables
2018-03-05 11:26:18 -03:00