bugs
|
patch for last bug corrected to be against last released version
|
2015-04-13 13:13:25 -03:00 |
lapi.c
|
avoid using API functions inside the core
|
2015-04-06 09:23:48 -03:00 |
lapi.h
|
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
|
2015-03-06 16:49:50 -03:00 |
lauxlib.c
|
detail ('luaL_getmetatable' does not return a boolean, but a tag)
|
2015-02-03 15:38:24 -02:00 |
lauxlib.h
|
definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror'
|
2014-10-29 14:12:30 -02:00 |
lbaselib.c
|
details (avoid 'lint' warnings)
|
2015-03-28 16:14:47 -03:00 |
lbitlib.c
|
added include for 'lprefix.h', for stuff that must be added before
|
2014-11-02 17:19:04 -02:00 |
lcode.c
|
error message ("too complex" -> "too many registers") + MAXREGS
|
2015-04-29 15:24:11 -03:00 |
lcode.h
|
first implementation of '<<', '>>', and '~' (bitwise not)
|
2013-12-30 18:47:58 -02:00 |
lcorolib.c
|
added include for 'lprefix.h', for stuff that must be added before
|
2014-11-02 17:19:04 -02:00 |
lctype.c
|
added include for 'lprefix.h', for stuff that must be added before
|
2014-11-02 17:19:04 -02:00 |
lctype.h
|
detail (cleaned whitespaces at end of lines)
|
2011-07-15 09:50:29 -03:00 |
ldblib.c
|
bug: when manipulating other threads, there is no garanties about
|
2015-02-19 15:06:21 -02:00 |
ldebug.c
|
reuse of 'addinfo' by lexical errors
|
2015-05-22 14:45:56 -03:00 |
ldebug.h
|
reuse of 'addinfo' by lexical errors
|
2015-05-22 14:45:56 -03:00 |
ldo.c
|
calls to 'luaC_checkGC' in luaD_precall moved near to 'luaD_checkstack'
|
2015-03-30 13:05:23 -03:00 |
ldo.h
|
`name' in comments changed to 'name'
|
2014-10-25 09:50:46 -02:00 |
ldump.c
|
avoid expression with side effect (in debug mode) inside 'sizeof'
|
2015-03-30 12:43:51 -03:00 |
lfunc.c
|
added include for 'lprefix.h', for stuff that must be added before
|
2014-11-02 17:19:04 -02:00 |
lfunc.h
|
definition for 'MAXUPVAL' moved for a more "private" place and its
|
2015-01-13 13:49:11 -02:00 |
lgc.c
|
'clearapihash' -> 'luaS_clearcache' and moved to 'lstring.c' (which
|
2015-03-25 10:42:19 -03:00 |
lgc.h
|
`name' in comments changed to 'name'
|
2014-10-25 09:50:46 -02:00 |
linit.c
|
includes 'stddef.h' (as it uses NULL)
|
2015-01-05 11:48:33 -02:00 |
liolib.c
|
more consistent use of locale radix character across Lua
|
2015-04-03 15:41:57 -03:00 |
llex.c
|
reuse of 'addinfo' by lexical errors
|
2015-05-22 14:45:56 -03:00 |
llex.h
|
definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need to
|
2014-10-29 13:38:24 -02:00 |
llimits.h
|
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
|
2015-03-06 16:49:50 -03:00 |
lmathlib.c
|
use 'log2' when available
|
2015-03-12 11:04:04 -03:00 |
lmem.c
|
allocation function is not exactly API (and cannot raise errors
|
2015-03-06 16:45:54 -03:00 |
lmem.h
|
details in 'luaM_reallocvchar'
|
2014-12-19 15:26:14 -02:00 |
loadlib.c
|
detail ('fopen' needs 'stdio.h')
|
2015-02-16 11:14:33 -02:00 |
lobject.c
|
some details in 'luaO_int2fb' + more consistent use of the locale
|
2015-04-11 15:30:08 -03:00 |
lobject.h
|
detail (removed unused macro VARBITS)
|
2015-04-02 18:10:53 -03:00 |
lopcodes.c
|
includes 'stddef.h' (as it uses NULL)
|
2015-01-05 11:48:33 -02:00 |
lopcodes.h
|
`name' in comments changed to 'name'
|
2014-10-25 09:50:46 -02:00 |
loslib.c
|
re-organization of initial configuration options
|
2015-04-10 14:41:04 -03:00 |
lparser.c
|
details
|
2014-12-27 18:31:43 -02:00 |
lparser.h
|
`name' in comments changed to 'name'
|
2014-10-25 09:50:46 -02:00 |
lprefix.h
|
does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining
|
2014-12-29 14:54:13 -02:00 |
lstate.c
|
new cache for interning strings
|
2015-03-04 10:31:21 -03:00 |
lstate.h
|
Bug: suspended '__le' metamethod can give wrong result
|
2015-04-10 14:56:25 -03:00 |
lstring.c
|
'clearapihash' -> 'luaS_clearcache' and moved to 'lstring.c' (which
|
2015-03-25 10:42:19 -03:00 |
lstring.h
|
'clearapihash' -> 'luaS_clearcache' and moved to 'lstring.c' (which
|
2015-03-25 10:42:19 -03:00 |
lstrlib.c
|
new configuration macro 'l_mathlim' (simplifies some dependencies
|
2015-05-20 14:39:23 -03:00 |
ltable.c
|
detail (removed useless '#include')
|
2015-05-20 13:22:30 -03:00 |
ltable.h
|
size for array part of a table ('sizearray') changed from 'int' to
|
2014-09-04 15:15:29 -03:00 |
ltablib.c
|
better check for overflows in 'table.move' (removes restriction that
|
2015-01-13 14:27:29 -02:00 |
ltests.c
|
new function 'log2' to test 'luaO_ceillog2' (if needed)
|
2015-04-02 18:10:21 -03:00 |
ltests.h
|
removed macro 'luai_numinvalidop' (main motivation removed, as folding
|
2014-12-26 12:44:44 -02:00 |
ltm.c
|
details (avoid 'lint' warnings)
|
2015-03-30 12:42:59 -03:00 |
ltm.h
|
`name' in comments changed to 'name'
|
2014-10-25 09:50:46 -02:00 |
lua.c
|
details (avoid 'lint' warnings)
|
2015-03-30 12:42:59 -03:00 |
lua.h
|
'lua_pushliteral' implemented with 'lua_pushstring' (to take
|
2015-03-10 11:17:51 -03:00 |
luaconf.h
|
new configuration macro 'l_mathlim' (simplifies some dependencies
|
2015-05-20 14:39:23 -03:00 |
lualib.h
|
new library: utf8
|
2014-02-06 15:32:33 -02:00 |
lundump.c
|
added include for 'lprefix.h', for stuff that must be added before
|
2014-11-02 17:19:04 -02:00 |
lundump.h
|
more precision between closure types ('LClosure' x 'CClosure')
|
2014-06-19 15:27:20 -03:00 |
lutf8lib.c
|
details (avoid some 'lint' warnings)
|
2015-03-28 16:16:55 -03:00 |
lvm.c
|
'l <= r' for numbers has its own function, instead of using
|
2015-05-20 15:19:11 -03:00 |
lvm.h
|
'numisinteger' (for table keys) replaced by 'luaV_tointeger' (old
|
2015-02-20 12:27:53 -02:00 |
lzio.c
|
added include for 'lprefix.h', for stuff that must be added before
|
2014-11-02 17:19:04 -02:00 |
lzio.h
|
details in 'luaM_reallocvchar'
|
2014-12-19 15:26:14 -02:00 |
makefile
|
detail (added -Wconversion as a comment, to be used ocasionally)
|
2015-01-02 11:03:52 -02:00 |