bugs
|
added separator for bugs in 5.3.1
|
9 years ago |
lapi.c
|
in 'luaD_call', use two functions instead of one with fixed boolean
|
9 years ago |
lapi.h
|
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
|
10 years ago |
lauxlib.c
|
comments + small code changes around stack usage when 'luaL_checkstack'
|
9 years ago |
lauxlib.h
|
details (comments)
|
9 years ago |
lbaselib.c
|
with 'fast tracks', there is no need to do raw accesses in 'ipairs'
|
9 years ago |
lbitlib.c
|
avoid the use of deprecated functions 'luaL_checkunsigned'/
|
9 years ago |
lcode.c
|
details (typos in comments)
|
9 years ago |
lcode.h
|
first implementation of '<<', '>>', and '~' (bitwise not)
|
11 years ago |
lcorolib.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 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
|
comments (about hooks vs signals)
|
9 years ago |
ldebug.h
|
reuse of 'addinfo' by lexical errors
|
10 years ago |
ldo.c
|
comments (about hooks vs signals)
|
9 years ago |
ldo.h
|
details (comments)
|
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
|
detail (removed fixed argument to function 'callallpendingfinalizers')
|
9 years ago |
lgc.h
|
'condchangemem' also may need to run 'pre'/'pos'
|
9 years ago |
linit.c
|
includes 'stddef.h' (as it uses NULL)
|
10 years ago |
liolib.c
|
easy the way to accept other modifiers for 'mode' in 'io.open'
|
9 years ago |
llex.c
|
details (typos in comments)
|
9 years ago |
llex.h
|
definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need to
|
10 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
|
details (comments)
|
9 years ago |
lobject.c
|
comments
|
9 years ago |
lobject.h
|
allow 'set' macros to be used when 'L' is not available (as it was
|
9 years ago |
lopcodes.c
|
includes 'stddef.h' (as it uses NULL)
|
10 years ago |
lopcodes.h
|
`name' in comments changed to 'name'
|
10 years ago |
loslib.c
|
details (typos in comments)
|
9 years ago |
lparser.c
|
detail (moving bodies of 'while' to a separate line)
|
9 years ago |
lparser.h
|
`name' in comments changed to 'name'
|
10 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
|
make 'hook' volatile (as it may be changed in signal handling)
|
9 years ago |
lstring.c
|
tiny code refactoring in 'luaS_hash'
|
9 years ago |
lstring.h
|
new function 'luaS_hashlongstr'
|
9 years ago |
lstrlib.c
|
format "%s" in 'string.format' accepts embedded zeros when it
|
9 years ago |
ltable.c
|
details (typos in comments)
|
9 years ago |
ltable.h
|
bug: despite its name, 'luaH_getstr' did not work for strings in
|
9 years ago |
ltablib.c
|
in 'table.sort': 'typedef' for type of indices + removed stack check
|
9 years ago |
ltests.c
|
'*' as a number means stack size, so that "return *" returns
|
9 years ago |
ltests.h
|
code for string cache generalized for "associative sets" (compiler
|
9 years ago |
ltm.c
|
bug: despite its name, 'luaH_getstr' did not work for strings in
|
9 years ago |
ltm.h
|
`name' in comments changed to 'name'
|
10 years ago |
lua.c
|
added ';' at the end of "expression lines" ("return exp;") so that
|
9 years ago |
lua.h
|
new release number (5.3.2)
|
9 years ago |
luaconf.h
|
generic definitions for float types moved to before variable definitions
|
9 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
|
details (comments)
|
9 years ago |
lvm.h
|
'setobj2t' incorporated into 'luaV_fastset' + 'invalidateTMcache'
|
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 |