bugs
bug: When a coroutine tries to resume a non-suspended coroutine,
2016-10-19 10:34:27 -02:00
lapi.c
'KGC_NORMAL' -> 'KGC_INC' + emergency GC signalled by flag (instead
2017-04-24 13:59:26 -03:00
lapi.h
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
2015-03-06 16:49:50 -03:00
lauxlib.c
type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added
2017-04-24 15:06:12 -03:00
lauxlib.h
type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added
2017-04-24 15:06:12 -03:00
lbaselib.c
generational collection: new attempt (still incomplete)
2017-02-23 18:07:34 -03:00
lbitlib.c
avoid the use of deprecated functions 'luaL_checkunsigned'/
2015-11-11 17:08:09 -02:00
lcode.c
new opcode LOADI (for loading immediate integers)
2017-04-20 16:53:55 -03:00
lcode.h
new opcode LOADI (for loading immediate integers)
2017-04-20 16:53:55 -03:00
lcorolib.c
error handling in 'wrap' does not coerce numbers into string messages
2016-04-11 16:19:55 -03: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
check whether function is finalizer when finding a name for it +
2016-10-19 10:32:10 -02:00
ldebug.h
reuse of 'addinfo' by lexical errors
2015-05-22 14:45:56 -03:00
ldo.c
'moveresults' and 'luaD_poscall' moved up in the file
2016-12-13 13:52:21 -02:00
ldo.h
avoid empty macro arguments (invalid in C89)
2015-12-21 11:02:14 -02:00
ldump.c
avoid calling write function with empty block
2015-10-08 12:53:49 -03:00
lfunc.c
Upvalues collected like everything else (with mark-sweep) instead
2017-04-11 15:41:09 -03:00
lfunc.h
Upvalues collected like everything else (with mark-sweep) instead
2017-04-11 15:41:09 -03:00
lgc.c
ensures that "collectgarbage'step'" in generational mode does a
2017-04-24 14:52:18 -03:00
lgc.h
Upvalues collected like everything else (with mark-sweep) instead
2017-04-11 15:41:09 -03:00
linit.c
using constants for "_LOADED" and "PRELOAD"
2016-12-04 18:17:24 -02:00
liolib.c
error when calling close method without arguments (e.g.,
2017-02-09 12:50:05 -02:00
llex.c
now that 'luaO_str2num' always accepts a dot as a radix character,
2016-05-02 11:02:12 -03:00
llex.h
now that 'luaO_str2num' always accepts a dot as a radix character,
2016-05-02 11:02:12 -03:00
llimits.h
type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added
2017-04-24 15:06:12 -03:00
lmathlib.c
detail (removing spaces at end of lines)
2016-12-22 11:08:50 -02:00
lmem.c
allocation function is not exactly API (and cannot raise errors
2015-03-06 16:45:54 -03:00
lmem.h
details in 'luaM_reallocvchar'
2014-12-19 15:26:14 -02:00
loadlib.c
Handling of LUA_PATH/LUA_CPATH moved back to 'package' library
2017-01-12 15:14:26 -02:00
lobject.c
new macro 'lua_pointer2str' to encapsulate use of 'l_sprintf' inside
2017-04-19 13:34:35 -03:00
lobject.h
type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added
2017-04-24 15:06:12 -03:00
lopcodes.c
new opcode LOADI (for loading immediate integers)
2017-04-20 16:53:55 -03:00
lopcodes.h
new opcode LOADI (for loading immediate integers)
2017-04-20 16:53:55 -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
new opcode LOADI (for loading immediate integers)
2017-04-20 16:53:55 -03:00
lparser.h
more comments + reordeing of union inside 'expdesc' to allow
2015-12-30 16:16:13 -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
'KGC_NORMAL' -> 'KGC_INC' + emergency GC signalled by flag (instead
2017-04-24 13:59:26 -03:00
lstate.h
'KGC_NORMAL' -> 'KGC_INC' + emergency GC signalled by flag (instead
2017-04-24 13:59:26 -03:00
lstring.c
tiny code refactoring in 'luaS_hash'
2015-11-23 09:32:51 -02:00
lstring.h
new function 'luaS_hashlongstr'
2015-11-03 13:36:01 -02:00
lstrlib.c
added 'return' to calls to 'luaL_error' (to signal to the compiler
2017-03-14 09:40:44 -03:00
ltable.c
using 'lastfree == NULL' to signal that table is using the dummy
2016-11-07 10:38:35 -02:00
ltable.h
detail (removing spaces at end of lines)
2016-12-22 11:08:50 -02:00
ltablib.c
in 'table.move', destination table can be source table even if
2016-02-25 16:41:54 -03:00
ltests.c
type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added
2017-04-24 15:06:12 -03:00
ltests.h
redefine MAXINDEXRK (for debugging, to force most values to
2016-07-19 14:13:00 -03:00
ltm.c
Upvalues collected like everything else (with mark-sweep) instead
2017-04-11 15:41:09 -03:00
ltm.h
When available, use metafield '__name' in error messages
2016-02-26 16:20:15 -03:00
lua.c
detail in usage message for '-l' option
2017-04-19 09:49:17 -03:00
lua.h
generational collection: new attempt (still incomplete)
2017-02-23 18:07:34 -03:00
luaconf.h
type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added
2017-04-24 15:06:12 -03:00
lualib.h
Handling of LUA_PATH/LUA_CPATH moved back to 'package' library
2017-01-12 15:14:26 -02:00
lundump.c
macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used
2015-11-02 14:09:30 -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
new opcode LOADI (for loading immediate integers)
2017-04-20 16:53:55 -03:00
lvm.h
detail (removing spaces at end of lines)
2016-12-22 11:08:50 -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