bugs
|
bug with io.read(op, "*n")
|
2010-04-19 15:04:58 -03:00 |
lapi.c
|
new function 'luaC_changemode'
|
2010-05-05 15:53:41 -03:00 |
lapi.h
|
extra api checks for number of returns of C functions and for lua_yield
|
2009-11-27 13:37:59 -02:00 |
lauxlib.c
|
no more 'ccall' nor 'cpcall' functions. (With light C functions they
|
2010-04-14 12:14:21 -03:00 |
lauxlib.h
|
missing parentheses in declaration
|
2010-05-04 14:21:08 -03:00 |
lbaselib.c
|
'gcinfo' was deprecated in version 5.0.
|
2010-04-19 14:02:02 -03:00 |
lbitlib.c
|
use of 'conventional' names for shift and rotate operations +
|
2010-02-11 13:55:29 -02:00 |
lcode.c
|
better line numbers for function calls and unary/binary operators +
|
2010-04-17 09:46:32 -03:00 |
lcode.h
|
better line numbers for function calls and unary/binary operators +
|
2010-04-17 09:46:32 -03:00 |
lctype.c
|
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
|
2009-11-19 17:06:52 -02:00 |
lctype.h
|
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
|
2009-11-19 17:06:52 -02:00 |
ldblib.c
|
no more fenvs!
|
2010-03-26 17:58:11 -03:00 |
ldebug.c
|
first implementation of light C functions
|
2010-04-14 12:13:48 -03:00 |
ldebug.h
|
|
|
ldo.c
|
typos in comments
|
2010-05-05 15:49:56 -03:00 |
ldo.h
|
removed export of function only for coco
|
2009-12-17 10:28:57 -02:00 |
ldump.c
|
first version of _ENV; no more global variables
|
2010-03-12 16:14:06 -03:00 |
lfunc.c
|
nasty GC bug: upvalue must be turned white when not keeping invariant,
|
2010-04-29 18:43:36 -03:00 |
lfunc.h
|
no more fenvs!
|
2010-03-26 17:58:11 -03:00 |
lgc.c
|
some cleaning in 'sweeplist' (threads do not need to be traversed
|
2010-05-06 15:18:07 -03:00 |
lgc.h
|
new macro 'isgenerational' + new macro 'isold' + better deffinition
|
2010-05-07 15:08:05 -03:00 |
linit.c
|
no more fenvs!
|
2010-03-26 17:58:11 -03:00 |
liolib.c
|
no more fenvs!
|
2010-03-26 17:58:11 -03:00 |
llex.c
|
new escape sequence '\*' + several comments + moving options from
|
2010-04-16 09:31:07 -03:00 |
llex.h
|
no need to keep "_ENV" name in global state (can be kept in lex state)
|
2010-04-05 13:35:37 -03:00 |
llimits.h
|
new way to control GC speed (keeping a 'debt' counter)
|
2010-04-29 14:31:31 -03:00 |
lmathlib.c
|
new mark LUAMOD_API for all luaopen_* functions
|
2009-11-24 10:05:44 -02:00 |
lmem.c
|
typos in comments
|
2010-05-05 15:49:56 -03:00 |
lmem.h
|
keep memory-error message in the global state, so that its use
|
2010-04-08 14:16:46 -03:00 |
loadlib.c
|
for compatibility only: 'module' changes the first upvalue of
|
2010-03-19 12:02:34 -03:00 |
lobject.c
|
"light C function" is a better name than "C-function pointer"
|
2010-04-18 10:22:48 -03:00 |
lobject.h
|
"light C function" is a better name than "C-function pointer"
|
2010-04-18 10:22:48 -03:00 |
lopcodes.c
|
first version of _ENV; no more global variables
|
2010-03-12 16:14:06 -03:00 |
lopcodes.h
|
first version of _ENV; no more global variables
|
2010-03-12 16:14:06 -03:00 |
loslib.c
|
yet more options moved from luaconf.h into internal files
|
2009-12-17 11:08:51 -02:00 |
lparser.c
|
better line numbers for function calls and unary/binary operators +
|
2010-04-17 09:46:32 -03:00 |
lparser.h
|
first version of _ENV; no more global variables
|
2010-03-12 16:14:06 -03:00 |
lstate.c
|
detail
|
2010-04-30 15:36:22 -03:00 |
lstate.h
|
no need of a KGC_FORCED collection kind; it has the same behavior of
|
2010-05-03 14:39:48 -03:00 |
lstring.c
|
'luaS_new' changed from macro to function
|
2010-04-03 17:24:18 -03:00 |
lstring.h
|
new macro 'eqstr'
|
2010-04-05 13:26:37 -03:00 |
lstrlib.c
|
no need to handle '\0' differently from other control chars in
|
2010-05-04 14:20:33 -03:00 |
ltable.c
|
"light C function" is a better name than "C-function pointer"
|
2010-04-18 10:22:48 -03:00 |
ltable.h
|
|
|
ltablib.c
|
better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX
|
2010-03-13 00:57:46 -03:00 |
ltests.c
|
more tests in 'lua_checkmemory' + more information in function
|
2010-05-07 15:09:23 -03:00 |
ltests.h
|
ensure that 'luai_userstatethread' is always called (even if
|
2010-04-19 14:40:13 -03:00 |
ltm.c
|
first implementation of light C functions
|
2010-04-14 12:13:48 -03:00 |
ltm.h
|
first implementation of light C functions
|
2010-04-14 12:13:48 -03:00 |
lua.c
|
no more 'ccall' nor 'cpcall' functions. (With light C functions they
|
2010-04-14 12:14:21 -03:00 |
lua.h
|
no more 'ccall' nor 'cpcall' functions. (With light C functions they
|
2010-04-14 12:14:21 -03:00 |
luaconf.h
|
no more fenvs!
|
2010-03-26 17:58:11 -03:00 |
lualib.h
|
new mark LUAMOD_API for all luaopen_* functions
|
2009-11-24 10:05:44 -02:00 |
lundump.c
|
first version of _ENV; no more global variables
|
2010-03-12 16:14:06 -03:00 |
lundump.h
|
|
|
lvm.c
|
typos in comments
|
2010-05-05 15:49:56 -03:00 |
lvm.h
|
'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len'
|
2009-12-17 14:20:01 -02:00 |
lzio.c
|
|
|
lzio.h
|
|
|
makefile
|
warnings that are not compatible with C++ separated from other warning
|
2010-01-13 14:19:54 -02:00 |