bugs
|
patches for last two bugs (string.format and io.read)
|
15 years ago |
lapi.c
|
finalizers (__gc) for tables
|
14 years ago |
lapi.h
|
extra api checks for number of returns of C functions and for lua_yield
|
15 years ago |
lauxlib.c
|
new function 'luaL_setmetatable'
|
14 years ago |
lauxlib.h
|
comment about compatibility-only functions
|
14 years ago |
lbaselib.c
|
'loadstring' deprecated; use 'load' instead
|
14 years ago |
lbitlib.c
|
new functions 'extract' and 'replace'
|
14 years ago |
lcode.c
|
new way to distinguish between indexing tables in registers and
|
15 years ago |
lcode.h
|
better organization for fields in struct 'expdesc'
|
15 years ago |
lcorolib.c
|
new module policy: C modules do not create globals and do not register
|
15 years ago |
lctype.c
|
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
|
15 years ago |
lctype.h
|
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
|
15 years ago |
ldblib.c
|
'getuservalue' accepts any type of argument
|
14 years ago |
ldebug.c
|
getlocal/setlocal can access vararg parameters
|
14 years ago |
ldebug.h
|
'getline' renamed to 'getfuncline' (to avoid problems with POSIX)
|
16 years ago |
ldo.c
|
corrected warnings from different compilers (mostly casts and small
|
14 years ago |
ldo.h
|
removed export of function only for coco
|
15 years ago |
ldump.c
|
version from lhf
|
14 years ago |
lfunc.c
|
typo in comments
|
15 years ago |
lfunc.h
|
'luaF_newLclosure' gets prototype of new closure as argument
|
15 years ago |
lgc.c
|
'micro' bug: when closing state, old objects are finalized (breaking
|
14 years ago |
lgc.h
|
comments
|
14 years ago |
linit.c
|
'debug' library is loaded by default
|
14 years ago |
liolib.c
|
new function 'luaL_setmetatable'
|
14 years ago |
llex.c
|
detection of erroneous numeric strings with \0 (such as "1\0")
|
14 years ago |
llex.h
|
no need to keep "_ENV" name in global state (can be kept in lex state)
|
15 years ago |
llimits.h
|
new macro 'cast_uchar'
|
14 years ago |
lmathlib.c
|
avoid "unreacheable code" warnings
|
14 years ago |
lmem.c
|
typos in comments
|
15 years ago |
lmem.h
|
keep memory-error message in the global state, so that its use
|
15 years ago |
loadlib.c
|
no more sentinel to detect loops in module dependencies;
|
14 years ago |
lobject.c
|
detection of erroneous numeric strings with \0 (such as "1\0")
|
14 years ago |
lobject.h
|
detection of erroneous numeric strings with \0 (such as "1\0")
|
14 years ago |
lopcodes.c
|
details in opcode list
|
14 years ago |
lopcodes.h
|
POS_A replaced by POS_Ax (which is more "precise")
|
14 years ago |
loslib.c
|
'os.exit' acceps booleans as status (for EXIT_SUCESS and EXIT_FAILURE)
|
14 years ago |
lparser.c
|
name "_ENV" configurable through 'luaconf.h'
|
14 years ago |
lparser.h
|
new way to distinguish between indexing tables in registers and
|
15 years ago |
lstate.c
|
finalizers (__gc) for tables
|
14 years ago |
lstate.h
|
finalizers (__gc) for tables
|
14 years ago |
lstring.c
|
corrected some places where an old object could end up in front
|
15 years ago |
lstring.h
|
new macro 'eqstr'
|
15 years ago |
lstrlib.c
|
'gfind' was deprecated in 5.1
|
14 years ago |
ltable.c
|
allows larger array parts in tables (no need to restrict it to 2^26)
|
14 years ago |
ltable.h
|
macro 'key2tal' replaced by 'gkey' (as both were equal)
|
15 years ago |
ltablib.c
|
removed deprecated functions getn-foreach-foreachi
|
14 years ago |
ltests.c
|
new macro 'cast_uchar'
|
14 years ago |
ltests.h
|
'module'/'luaL_register' and associates are deprecated
|
14 years ago |
ltm.c
|
first implementation of light C functions
|
15 years ago |
ltm.h
|
first implementation of light C functions
|
15 years ago |
lua.c
|
'printf' replaced by 'luai_writestring'
|
14 years ago |
lua.h
|
better organization for coercion functions between lua_Number and
|
14 years ago |
luaconf.h
|
'loadstring' deprecated; use 'load' instead
|
14 years ago |
lualib.h
|
bitlib renamed to 'bit32' + new function for arithmetic shift
|
14 years ago |
lundump.c
|
version from lhf
|
14 years ago |
lundump.h
|
new versions by lhf
|
19 years ago |
lvm.c
|
detection of erroneous numeric strings with \0 (such as "1\0")
|
14 years ago |
lvm.h
|
'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len'
|
15 years ago |
lzio.c
|
small improvement
|
20 years ago |
lzio.h
|
new macro 'zungetc'
|
16 years ago |
makefile
|
-DLUA_COMPAT_ALL is the default
|
14 years ago |