bugs
|
missing ']]' in long string
|
10 years ago |
lapi.c
|
details (use original type when saving variable's value)
|
10 years ago |
lapi.h
|
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
|
10 years ago |
lauxlib.c
|
better implementation for buffers (reallocated memory directly
|
10 years ago |
lauxlib.h
|
definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror'
|
10 years ago |
lbaselib.c
|
details (avoid 'lint' warnings)
|
10 years ago |
lbitlib.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lcode.c
|
error message ("too complex" -> "too many registers") + MAXREGS
|
10 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
|
bug: when manipulating other threads, there is no garanties about
|
10 years ago |
ldebug.c
|
reuse of 'addinfo' by lexical errors
|
10 years ago |
ldebug.h
|
reuse of 'addinfo' by lexical errors
|
10 years ago |
ldo.c
|
details (use original type when saving variable's value)
|
10 years ago |
ldo.h
|
bug: interpreter cannot pop activation frame before calling return
|
10 years ago |
ldump.c
|
avoid expression with side effect (in debug mode) inside 'sizeof'
|
10 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
|
'clearapihash' -> 'luaS_clearcache' and moved to 'lstring.c' (which
|
10 years ago |
lgc.h
|
`name' in comments changed to 'name'
|
10 years ago |
linit.c
|
includes 'stddef.h' (as it uses NULL)
|
10 years ago |
liolib.c
|
more consistent use of locale radix character across Lua
|
10 years ago |
llex.c
|
reuse of 'addinfo' by lexical errors
|
10 years ago |
llex.h
|
definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need to
|
10 years ago |
llimits.h
|
comment
|
10 years ago |
lmathlib.c
|
use 'log2' when available
|
10 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
|
detail ('fopen' needs 'stdio.h')
|
10 years ago |
lobject.c
|
some details in 'luaO_int2fb' + more consistent use of the locale
|
10 years ago |
lobject.h
|
using macros ('rttype' and 'settt_') to access "private" field 'tt_'
|
10 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
|
re-organization of initial configuration options
|
10 years ago |
lparser.c
|
details
|
10 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
|
new cache for interning strings
|
10 years ago |
lstate.h
|
'strcache' elements as arrays of 1 element hints that cache can
|
10 years ago |
lstring.c
|
detail (i + 1 > exp is simply i >= exp)
|
10 years ago |
lstring.h
|
'clearapihash' -> 'luaS_clearcache' and moved to 'lstring.c' (which
|
10 years ago |
lstrlib.c
|
new configuration macro 'l_mathlim' (simplifies some dependencies
|
10 years ago |
ltable.c
|
comment (FALLTHROUGH position)
|
10 years ago |
ltable.h
|
size for array part of a table ('sizearray') changed from 'int' to
|
10 years ago |
ltablib.c
|
better check for overflows in 'table.move' (removes restriction that
|
10 years ago |
ltests.c
|
using 'lua_longassert' to avoid warnings
|
10 years ago |
ltests.h
|
removed macro 'luai_numinvalidop' (main motivation removed, as folding
|
10 years ago |
ltm.c
|
details (avoid 'lint' warnings)
|
10 years ago |
ltm.h
|
`name' in comments changed to 'name'
|
10 years ago |
lua.c
|
details (avoid 'lint' warnings)
|
10 years ago |
lua.h
|
new release number (5.3.1)
|
10 years ago |
luaconf.h
|
new configuration macro 'l_mathlim' (simplifies some dependencies
|
10 years ago |
lualib.h
|
new library: utf8
|
11 years ago |
lundump.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lundump.h
|
more precision between closure types ('LClosure' x 'CClosure')
|
11 years ago |
lutf8lib.c
|
details (avoid some 'lint' warnings)
|
10 years ago |
lvm.c
|
bug in order NaN x int (tests must ensure that NaN does not get
|
10 years ago |
lvm.h
|
'numisinteger' (for table keys) replaced by 'luaV_tointeger' (old
|
10 years ago |
lzio.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lzio.h
|
details in 'luaM_reallocvchar'
|
10 years ago |
makefile
|
dependencies updated
|
10 years ago |