bugs
|
new entry should not be commented out
|
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
|
allow NULL string when length is zero in 'lua_pushlstring' and
|
9 years ago |
lauxlib.h
|
definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror'
|
10 years ago |
lbaselib.c
|
with 'fast tracks', there is no need to do raw accesses in 'ipairs'
|
9 years ago |
lbitlib.c
|
avoid (undefined behavior) integer 'overflow' in left shift
|
9 years ago |
lcode.c
|
use macro 'hasjumps' to test whether expression has jumps...
|
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
|
bug: when manipulating other threads, there is no garanties about
|
10 years ago |
ldebug.c
|
in 'luaD_call', use two functions instead of one with fixed boolean
|
9 years ago |
ldebug.h
|
reuse of 'addinfo' by lexical errors
|
10 years ago |
ldo.c
|
in 'luaD_call', use two functions instead of one with fixed boolean
|
9 years ago |
ldo.h
|
in 'luaD_call', use two functions instead of one with fixed boolean
|
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
|
in 'luaD_call', use two functions instead of one with fixed boolean
|
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
|
bug: 'io.lines' does not check maximum number of options
|
9 years ago |
llex.c
|
macro 'buff2num' replaced by its body (it caused more harm than good
|
9 years ago |
llex.h
|
definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need to
|
10 years ago |
llimits.h
|
small changes to allow 'precall' to spend time preserving 'func'
|
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
|
detail ('fopen' needs 'stdio.h')
|
10 years ago |
lobject.c
|
macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used
|
9 years ago |
lobject.h
|
function prepares vararg only if it really uses them (chunks
|
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
|
'strftime' puts its result directly into 'lua_Buffer'
|
9 years ago |
lparser.c
|
macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used
|
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
|
added counters for total and individual CallInfo entries (to allow
|
9 years ago |
lstate.h
|
added counters for total and individual CallInfo entries (to allow
|
9 years ago |
lstring.c
|
new function 'luaS_hashlongstr'
|
9 years ago |
lstring.h
|
new function 'luaS_hashlongstr'
|
9 years ago |
lstrlib.c
|
corrected comparisons of signed (int) with unsigned (size_t)
|
9 years ago |
ltable.c
|
avoid possibility of subtle arith. overflow
|
9 years ago |
ltable.h
|
size for array part of a table ('sizearray') changed from 'int' to
|
10 years ago |
ltablib.c
|
'table.move' tries to copy elements in increasing order
|
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
|
in 'luaD_call', use two functions instead of one with fixed boolean
|
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.1)
|
10 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
|
in 'luaD_call', use two functions instead of one with fixed boolean
|
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
|
using 'clang' by default + changes in warnings ('old-style-declaration'
|
9 years ago |