Go to file
Roberto Ierusalimschy e833bd47c9 comments
2000-10-24 14:05:59 -02:00
bugs bug: parser overwrites semantic information when looking ahead 2000-09-27 14:41:58 -03:00
lapi.c new macro LUA_API 2000-10-20 14:39:03 -02:00
lapi.h new implementation for `next' 2000-08-31 11:08:27 -03:00
lauxlib.c new macro LUA_API 2000-10-20 14:39:03 -02:00
lauxlib.h new macro LUA_API 2000-10-20 14:39:03 -02:00
lbaselib.c it is unsafe to allow Lua to get gc tag methods 2000-10-20 14:57:42 -02:00
lcode.c new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
lcode.h better code for unary/binary operators 2000-08-09 11:49:13 -03:00
ldblib.c new macro LUA_API 2000-10-20 14:39:03 -02:00
ldebug.c new macro LUA_API 2000-10-20 14:39:03 -02:00
ldebug.h new definition for types-tags 2000-10-05 09:14:08 -03:00
ldo.c new macro LUA_API 2000-10-20 14:39:03 -02:00
ldo.h luaD_call is more uniform 2000-10-06 09:45:25 -03:00
lfunc.c ((n)-1) may be negative (-1), and so it is not wise to keep it as unsigned 2000-10-18 15:19:09 -02:00
lfunc.h new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
lgc.c tag methods are always functions, so don't need to store a whole object 2000-10-05 10:00:17 -03:00
lgc.h new API for garbage collector 2000-10-02 11:47:43 -03:00
linit.c obsolete module; not part of the oficial distribution 2000-08-09 11:50:13 -03:00
liolib.c new macro LUA_API 2000-10-20 14:39:03 -02:00
llex.c new macro LUA_API 2000-10-20 14:39:03 -02:00
llex.h bug: parser overwrites semantic information when looking ahead 2000-09-27 14:41:58 -03:00
llimits.h better treatment for source names 2000-10-09 11:47:32 -02:00
lmathlib.c new macro LUA_API 2000-10-20 14:39:03 -02:00
lmem.c details 2000-10-11 14:47:50 -02:00
lmem.h (much) better handling of memory alloction errors 2000-08-07 15:39:16 -03:00
lobject.c more controled use of `sprintf' 2000-10-20 14:36:32 -02:00
lobject.h new definition for types-tags 2000-10-05 09:14:08 -03:00
lopcodes.h comments 2000-10-24 14:05:59 -02:00
lparser.c `nlineinfo' must include end flag. 2000-10-10 17:51:15 -02:00
lparser.h details 2000-10-09 11:47:46 -02:00
lstate.c new macro LUA_API 2000-10-20 14:39:03 -02:00
lstate.h tag methods are always functions, so don't need to store a whole object 2000-10-05 10:00:17 -03:00
lstring.c new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
lstring.h new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
lstrlib.c new macro LUA_API 2000-10-20 14:39:03 -02:00
ltable.c new definition for types-tags 2000-10-05 09:14:08 -03:00
ltable.h new implementation for `next' 2000-08-31 11:08:27 -03:00
ltests.c new macro LUA_API 2000-10-20 14:39:03 -02:00
ltm.c new macro LUA_API 2000-10-20 14:39:03 -02:00
ltm.h tag methods are always functions, so don't need to store a whole object 2000-10-05 10:00:17 -03:00
lua.c more controled use of `sprintf' 2000-10-20 14:36:32 -02:00
lua.h new macro LUA_API 2000-10-20 14:39:03 -02:00
luadebug.h new macro LUA_API 2000-10-20 14:39:03 -02:00
lualib.h new macro LUA_API 2000-10-20 14:39:03 -02:00
lundump.c new macro LUA_API 2000-10-20 14:39:03 -02:00
lundump.h new macro LUA_API 2000-10-20 14:39:03 -02:00
lvm.c luaD_call is more uniform 2000-10-06 09:45:25 -03:00
lvm.h new definition for types-tags 2000-10-05 09:14:08 -03:00
lzio.c
lzio.h more controled use of `sprintf' 2000-10-20 14:36:32 -02:00
makefile final version for 4.0 beta 2000-09-18 16:46:37 -03:00
manual.tex Tochange 2000-09-20 14:21:20 -03:00