bugs
|
BUG: parser may collect a prototype while building it.
|
2011-10-21 17:34:23 -02:00 |
lapi.c
|
small changes to avoid some warnings
|
2011-11-16 16:51:36 -02:00 |
lapi.h
|
…
|
|
lauxlib.c
|
new function 'luaL_loadfilex'
|
2011-11-14 15:10:24 -02:00 |
lauxlib.h
|
new function 'luaL_loadfilex'
|
2011-11-14 15:10:24 -02:00 |
lbaselib.c
|
options for 'collectgarbage' renamed: "inc" -> "incremental";
|
2011-11-23 15:29:04 -02:00 |
lbitlib.c
|
…
|
|
lcode.c
|
'luaK_goiffalse' exported
|
2011-08-30 13:26:41 -03:00 |
lcode.h
|
'luaK_goiffalse' exported
|
2011-08-30 13:26:41 -03:00 |
lcorolib.c
|
'nCcalls' should be local to each thread, as each thread may have its
|
2011-08-23 14:24:34 -03:00 |
lctype.c
|
missing 'LUA_CORE' definition
|
2011-10-03 13:19:23 -03:00 |
lctype.h
|
…
|
|
ldblib.c
|
new functions lua_rawsetp/lua_rawgetp
|
2011-10-24 12:54:05 -02:00 |
ldebug.c
|
new type 'l_noret' for function that do not return
|
2011-10-07 17:45:19 -03:00 |
ldebug.h
|
new type 'l_noret' for function that do not return
|
2011-10-07 17:45:19 -03:00 |
ldo.c
|
new type 'l_noret' for function that do not return
|
2011-10-07 17:45:19 -03:00 |
ldo.h
|
new type 'l_noret' for function that do not return
|
2011-10-07 17:45:19 -03:00 |
ldump.c
|
details
|
2011-11-24 11:25:41 -02:00 |
lfunc.c
|
…
|
|
lfunc.h
|
…
|
|
lgc.c
|
avoid some warnings about converting 32-bit shifts into 64-bit results
|
2011-11-28 15:25:48 -02:00 |
lgc.h
|
'luaC_separateudata' renamed to 'separatetobefnz' and called only
|
2011-10-03 14:54:25 -03:00 |
linit.c
|
…
|
|
liolib.c
|
'_fseeki64' and family not available in all Windows platforms
|
2011-11-25 10:50:03 -02:00 |
llex.c
|
comments about use of 'luaH_set'
|
2011-08-15 16:41:58 -03:00 |
llex.h
|
…
|
|
llimits.h
|
new type 'l_noret' for function that do not return
|
2011-10-07 17:45:19 -03:00 |
lmathlib.c
|
…
|
|
lmem.c
|
detail in extra trace code: total bytes is given by 'gettotalbytes',
|
2011-09-20 16:25:23 -03:00 |
lmem.h
|
…
|
|
loadlib.c
|
explicit option RTLD_LOCAL instead of 0 (Posix does not fix
|
2011-11-28 15:27:51 -02:00 |
lobject.c
|
…
|
|
lobject.h
|
extra comments about what fields are optional debug information
|
2011-10-31 15:48:22 -02:00 |
lopcodes.c
|
…
|
|
lopcodes.h
|
…
|
|
loslib.c
|
…
|
|
lparser.c
|
detail (avoid applying macro 'getstr' with a function-call argument)
|
2011-10-31 15:46:04 -02:00 |
lparser.h
|
reducing even more use of C stack by the parser: struct 'FuncState'
|
2011-07-27 15:09:01 -03:00 |
lstate.c
|
'luaC_separateudata' called from 'luaC_freeallobjects' + removed
|
2011-10-03 14:54:25 -03:00 |
lstate.h
|
lint (unused definition)
|
2011-09-30 09:46:06 -03:00 |
lstring.c
|
…
|
|
lstring.h
|
…
|
|
lstrlib.c
|
detail (comment)
|
2011-10-25 10:01:20 -02:00 |
ltable.c
|
avoid some warnings about converting 32-bit shifts into 64-bit results
|
2011-11-28 15:25:48 -02:00 |
ltable.h
|
bug: __newindex metamethod may not work if metatable is its own
|
2011-08-17 17:26:47 -03:00 |
ltablib.c
|
'table.pack' does not return 'n' (may be confusing when
|
2011-11-28 15:26:30 -02:00 |
ltests.c
|
extra argument to instruction 'checkstack' (in 'testC')
|
2011-11-09 17:08:07 -02:00 |
ltests.h
|
…
|
|
ltm.c
|
…
|
|
ltm.h
|
…
|
|
lua.c
|
new option '-E' to avoid environment variables
|
2011-08-17 17:19:52 -03:00 |
lua.h
|
'lua_setglobal/lua_getglobal' implemented as functions to avoid
|
2011-10-24 14:53:05 -02:00 |
luaconf.h
|
MS_ASMTRICK is only valid on MS compilers (not any Windows compiler)
|
2011-11-25 10:52:27 -02:00 |
lualib.h
|
…
|
|
lundump.c
|
details
|
2011-11-24 11:25:41 -02:00 |
lundump.h
|
…
|
|
lvm.c
|
avoid warnings of unreacheable 'break's
|
2011-11-28 15:25:16 -02:00 |
lvm.h
|
…
|
|
lzio.c
|
…
|
|
lzio.h
|
…
|
|
makefile
|
…
|
|