bugs
|
bug: When a coroutine tries to resume a non-suspended coroutine,
|
8 years ago |
lapi.c
|
call 'checkGC' *after* creating new objects (this is how 'execute'
|
9 years ago |
lapi.h
|
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
|
10 years ago |
lauxlib.c
|
using constants for "_LOADED" and "PRELOAD"
|
8 years ago |
lauxlib.h
|
using constants for "_LOADED" and "PRELOAD"
|
8 years ago |
lbaselib.c
|
bug (with compat on): 'ipairs' can work with any type that provides
|
8 years ago |
lbitlib.c
|
avoid the use of deprecated functions 'luaL_checkunsigned'/
|
9 years ago |
lcode.c
|
bug: Lua can generate wrong code in functions with too many constants
|
8 years ago |
lcode.h
|
'getcode' -> 'getinstruction'
|
9 years ago |
lcorolib.c
|
error handling in 'wrap' does not coerce numbers into string messages
|
9 years ago |
lctype.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lctype.h
|
detail (cleaned whitespaces at end of lines)
|
14 years ago |
ldblib.c
|
details (comments)
|
9 years ago |
ldebug.c
|
check whether function is finalizer when finding a name for it +
|
8 years ago |
ldebug.h
|
reuse of 'addinfo' by lexical errors
|
10 years ago |
ldo.c
|
detail (ANSI C does not accept empty arguments to macros)
|
8 years ago |
ldo.h
|
avoid empty macro arguments (invalid in C89)
|
9 years ago |
ldump.c
|
avoid calling write function with empty block
|
9 years ago |
lfunc.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lfunc.h
|
definition for 'MAXUPVAL' moved for a more "private" place and its
|
10 years ago |
lgc.c
|
using 'lastfree == NULL' to signal that table is using the dummy
|
8 years ago |
lgc.h
|
avoid empty macro arguments (invalid in C89)
|
9 years ago |
linit.c
|
using constants for "_LOADED" and "PRELOAD"
|
8 years ago |
liolib.c
|
detail (macro 'l_checkmode' reimplemented as function)
|
8 years ago |
llex.c
|
now that 'luaO_str2num' always accepts a dot as a radix character,
|
9 years ago |
llex.h
|
now that 'luaO_str2num' always accepts a dot as a radix character,
|
9 years ago |
llimits.h
|
details (typos in comments)
|
9 years ago |
lmathlib.c
|
detail (ensure subtraction is done unsigned)
|
9 years ago |
lmem.c
|
allocation function is not exactly API (and cannot raise errors
|
10 years ago |
lmem.h
|
details in 'luaM_reallocvchar'
|
10 years ago |
loadlib.c
|
using constants for "_LOADED" and "PRELOAD"
|
8 years ago |
lobject.c
|
small corrections for C++ compliance
|
8 years ago |
lobject.h
|
do not eliminate varargs from functions that do not use varargs
|
8 years ago |
lopcodes.c
|
includes 'stddef.h' (as it uses NULL)
|
10 years ago |
lopcodes.h
|
MAXINDEXRK can be redefined (for debugging, to force most values to
|
8 years ago |
loslib.c
|
bug: 'checkoption' could read past end of string + 'os.date' can
|
8 years ago |
lparser.c
|
do not eliminate varargs from functions that do not use varargs
|
8 years ago |
lparser.h
|
more comments + reordeing of union inside 'expdesc' to allow
|
9 years ago |
lprefix.h
|
does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining
|
10 years ago |
lstate.c
|
removed field 'n' from 'CallInfo' (not being used right now)
|
9 years ago |
lstate.h
|
new flag in 'CallInfo.callstatus' to tell whether function is running
|
8 years ago |
lstring.c
|
tiny code refactoring in 'luaS_hash'
|
9 years ago |
lstring.h
|
new function 'luaS_hashlongstr'
|
9 years ago |
lstrlib.c
|
small corrections for C++ compliance
|
8 years ago |
ltable.c
|
using 'lastfree == NULL' to signal that table is using the dummy
|
8 years ago |
ltable.h
|
using 'lastfree == NULL' to signal that table is using the dummy
|
8 years ago |
ltablib.c
|
in 'table.move', destination table can be source table even if
|
9 years ago |
ltests.c
|
using constants for "_LOADED" and "PRELOAD"
|
8 years ago |
ltests.h
|
redefine MAXINDEXRK (for debugging, to force most values to
|
8 years ago |
ltm.c
|
When available, use metafield '__name' in error messages
|
9 years ago |
ltm.h
|
When available, use metafield '__name' in error messages
|
9 years ago |
lua.c
|
Handling of LUA_PATH/LUA_CPATH moved from package library to stand
|
8 years ago |
lua.h
|
'lua_pushglobaltable' returns 'void'
|
9 years ago |
luaconf.h
|
wrong test in '#if' for floating-point type
|
8 years ago |
lualib.h
|
new library: utf8
|
11 years ago |
lundump.c
|
macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used
|
9 years ago |
lundump.h
|
long strings are created directly in final position when possible
|
9 years ago |
lutf8lib.c
|
details (avoid some 'lint' warnings)
|
10 years ago |
lvm.c
|
new macro 'vmfetch' to help changing code to computed goto's (macro
|
9 years ago |
lvm.h
|
'luaV_fastget' only treats the real fast case (table with a non-nil
|
9 years ago |
lzio.c
|
long strings are created directly in final position when possible
|
9 years ago |
lzio.h
|
long strings are created directly in final position when possible
|
9 years ago |
makefile
|
details
|
9 years ago |