bugs
|
new entry should not be commented out
|
9 years ago |
lapi.c
|
allow NULL string when length is zero in 'lua_pushlstring' and
|
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 string cache, it is not that important for 'type' to avoid
|
10 years ago |
lbitlib.c
|
avoid (undefined behavior) integer 'overflow' in left shift
|
9 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
|
small changes to allow 'precall' to spend time preserving 'func'
|
9 years ago |
ldo.h
|
small changes to allow 'precall' to spend time preserving 'func'
|
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
|
long strings are created directly in final position when possible
|
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
|
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
|
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
|
simpler code for 'luaO_fb2int'
|
10 years ago |
lobject.h
|
macros 'getaddrstr' and 'getstr' unified (they do the same thing)
|
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
|
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
|
macro 'addbuff' was using external variable name, instead of using
|
9 years ago |
lstate.h
|
code for string cache generalized for "associative sets" (compiler
|
9 years ago |
lstring.c
|
detail (added assertion)
|
9 years ago |
lstring.h
|
long strings are created directly in final position when possible
|
9 years ago |
lstrlib.c
|
detail (removed unreacheable 'break')
|
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
|
details (avoid 'lint' warnings)
|
10 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
|
macros 'getaddrstr' and 'getstr' unified (they do the same thing)
|
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
|
cleaner definition for 'luaC_condGC', using 'pre'/'pos' parameters
|
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 |