bugs
|
patches for last two bugs (string.format and io.read)
|
2010-05-14 12:34:57 -03:00 |
lapi.c
|
better names for barrier macros
|
2010-06-04 10:05:29 -03:00 |
lapi.h
|
|
|
lauxlib.c
|
back with #-comments for binary files
|
2010-06-09 14:53:59 -03:00 |
lauxlib.h
|
factoring out common code in 'module' and 'luaL_openlib'
|
2010-05-31 13:34:19 -03:00 |
lbaselib.c
|
'ipair' is back
|
2010-06-13 16:41:34 -03:00 |
lbitlib.c
|
|
|
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 |
lcorolib.c
|
'coroutine' library separated from 'baselib'
|
2010-06-10 18:30:26 -03:00 |
lctype.c
|
|
|
lctype.h
|
|
|
ldblib.c
|
'getlocal' gets information about parameters of Lua functions
|
2010-06-21 13:30:12 -03:00 |
ldebug.c
|
'getlocal' gets information about parameters of Lua functions
|
2010-06-21 13:30:12 -03:00 |
ldebug.h
|
|
|
ldo.c
|
'luaF_newLclosure' gets prototype of new closure as argument
|
2010-06-04 10:06:15 -03:00 |
ldo.h
|
|
|
ldump.c
|
|
|
lfunc.c
|
unused '#include' removed
|
2010-06-10 18:27:09 -03:00 |
lfunc.h
|
'luaF_newLclosure' gets prototype of new closure as argument
|
2010-06-04 10:06:15 -03:00 |
lgc.c
|
better barrier for prototypes
|
2010-06-07 13:55:34 -03:00 |
lgc.h
|
better barrier for prototypes
|
2010-06-07 13:55:34 -03:00 |
linit.c
|
'coroutine' library separated from 'baselib'
|
2010-06-10 18:30:26 -03:00 |
liolib.c
|
|
|
llex.c
|
new escape sequence '\*' + several comments + moving options from
|
2010-04-16 09:31:07 -03:00 |
llex.h
|
|
|
llimits.h
|
new macro MAXUPVAL (maximum number of upvalues per closure)
|
2010-05-31 13:08:55 -03:00 |
lmathlib.c
|
|
|
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
|
no more support for old Mac OS systems
|
2010-06-18 14:23:02 -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
|
Lua closures are cached for reuse
|
2010-06-04 10:25:10 -03:00 |
lopcodes.c
|
|
|
lopcodes.h
|
|
|
loslib.c
|
|
|
lparser.c
|
'getlocal' gets information about parameters of Lua functions
|
2010-06-21 13:30:12 -03:00 |
lparser.h
|
|
|
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
|
corrected some places where an old object could end up in front
|
2010-05-10 15:23:45 -03:00 |
lstring.h
|
|
|
lstrlib.c
|
added class '%g' in patterns (for graphical characters)
|
2010-05-24 16:34:57 -03:00 |
ltable.c
|
better names for barrier macros
|
2010-06-04 10:05:29 -03:00 |
ltable.h
|
|
|
ltablib.c
|
|
|
ltests.c
|
'coroutine' library separated from 'baselib'
|
2010-06-10 18:30:26 -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
|
new API function 'lua_absindex'
|
2010-05-12 11:09:20 -03:00 |
luaconf.h
|
correct definition for 'lua_cpcall' (tested)
|
2010-05-28 11:27:07 -03:00 |
lualib.h
|
'coroutine' library separated from 'baselib'
|
2010-06-10 18:30:26 -03:00 |
lundump.c
|
|
|
lundump.h
|
|
|
lvm.c
|
better barrier for prototypes
|
2010-06-07 13:55:34 -03:00 |
lvm.h
|
|
|
lzio.c
|
|
|
lzio.h
|
|
|
makefile
|
'coroutine' library separated from 'baselib'
|
2010-06-10 18:30:26 -03:00 |