bugs
|
…
|
|
lapi.c
|
'lua_setiuservalue' removes value from the stack even in case of error
|
2018-02-27 17:01:55 -03:00 |
lapi.h
|
…
|
|
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
|
…
|
|
lcorolib.c
|
…
|
|
lctype.c
|
…
|
|
lctype.h
|
…
|
|
ldblib.c
|
added casts (warnings in VS)
|
2018-03-05 11:15:04 -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
|
typo in comment
|
2018-03-05 11:13:55 -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
|
…
|
|
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
|
back to one format per argument
|
2018-03-02 15:25:00 -03:00 |
ljumptab.h
|
Jump Table for the interpreter
|
2018-03-02 15:56:14 -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
|
'math.random' using the xorshift128+ algorithm
|
2018-03-05 11:07:48 -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
|
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
|
…
|
|
lparser.c
|
correct way to check stack space for vararg functions
|
2018-02-17 17:20:00 -02:00 |
lparser.h
|
…
|
|
lprefix.h
|
…
|
|
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
|
both 'fTransfer' and 'nTransfer' may not fit in a 'char'
|
2018-03-05 11:15:32 -03:00 |
luaconf.h
|
'LUA_USE_READLINE' moved to the make file
|
2018-03-02 15:31:51 -03:00 |
lualib.h
|
removed compatibility code with older versions
|
2018-02-27 15:47:32 -03:00 |
lundump.c
|
…
|
|
lundump.h
|
…
|
|
lutf8lib.c
|
…
|
|
lvm.c
|
using jump tables when available
|
2018-03-02 15:59:19 -03:00 |
lvm.h
|
first version of empty entries in tables
|
2018-02-23 10:16:18 -03:00 |
lzio.c
|
…
|
|
lzio.h
|
…
|
|
makefile
|
updated to use jump tables
|
2018-03-05 11:26:18 -03:00 |