Go to file
Roberto Ierusalimschy 9cdeb275e7 details
1997-11-10 15:47:01 -02:00
bugs bug: lua_getlocal breaks when called with a CFunction. 1997-07-29 18:11:10 -03:00
lapi.c "lua_open": now lua has an explicit open operation. 1997-11-04 13:27:53 -02:00
lapi.h auxiliar functions from Lua API 1997-09-16 16:25:59 -03:00
lauxlib.c "lua_open": now lua has an explicit open operation. 1997-11-04 13:27:53 -02:00
lauxlib.h new implementation for globals: Global value is stored in TaggedString 1997-09-26 12:02:26 -03:00
lbuiltin.c "call" now handles errors (instead of "dostring") 1997-11-07 16:19:13 -02:00
lbuiltin.h Built-in functions 1997-09-16 16:25:59 -03:00
ldo.c small details 1997-11-07 13:09:49 -02:00
ldo.h "lua_open": now lua has an explicit open operation. 1997-11-04 13:27:53 -02:00
lfunc.c first version of Cclosures. 1997-10-24 15:17:24 -02:00
lfunc.h first version of Cclosures. 1997-10-24 15:17:24 -02:00
lgc.c "global" version of a nil object. 1997-11-03 18:45:23 -02:00
lgc.h GC now considers an "estimate" of object size, instead of just the number 1997-10-23 14:26:37 -02:00
liolib.c "lua_open": now lua has an explicit open operation. 1997-11-04 13:27:53 -02:00
llex.c small details 1997-11-07 13:09:49 -02:00
llex.h "lua_open": now lua has an explicit open operation. 1997-11-04 13:27:53 -02:00
lmathlib.c "lua_open": now lua has an explicit open operation. 1997-11-04 13:27:53 -02:00
lmem.c Interface to Memory Manager 1997-09-16 16:25:59 -03:00
lmem.h Interface to Memory Manager 1997-09-16 16:25:59 -03:00
lobject.c "global" version of a nil object. 1997-11-03 18:45:23 -02:00
lobject.h "global" version of a nil object. 1997-11-03 18:45:23 -02:00
lopcodes.h optimization to handle <a.x> (new opcode). 1997-10-24 16:40:29 -02:00
lparser.h Syntax analizer and code generator 1997-09-16 16:33:21 -03:00
lstring.c "lua_open": now lua has an explicit open operation. 1997-11-04 13:27:53 -02:00
lstring.h "lua_open": now lua has an explicit open operation. 1997-11-04 13:27:53 -02:00
lstrlib.c Standard library for strings and pattern-matching 1997-09-16 16:25:59 -03:00
ltable.c first version of Cclosures. 1997-10-24 15:17:24 -02:00
ltable.h macro "val" should live together with macro "ref". 1997-10-18 14:29:15 -02:00
ltm.c details 1997-11-10 15:47:01 -02:00
ltm.h "lua_open": now lua has an explicit open operation. 1997-11-04 13:27:53 -02:00
lua.c new (smaller) prompt 1997-10-16 16:35:59 -02:00
lua.h "lua_open": now lua has an explicit open operation. 1997-11-04 13:27:53 -02:00
lua.stx small details 1997-11-07 13:09:49 -02:00
luadebug.h Debuging API 1997-09-16 16:25:59 -03:00
lualib.h Lua standard libraries 1997-09-16 16:25:59 -03:00
lvm.c small bug. 1997-10-27 14:14:37 -02:00
lvm.h "nupvalues" is kept in Closure, not in prototype (as a preparation 1997-10-16 08:59:34 -02:00
lzio.c a generic input stream interface 1997-09-16 16:25:59 -03:00
lzio.h a generic input stream interface 1997-09-16 16:25:59 -03:00
makefile small details 1997-11-07 13:09:49 -02:00
manual.tex very small corrections... 1997-09-16 16:01:10 -03:00
undump.c small optimization in opcodes for "and" and "or" 1997-08-04 16:15:05 -03:00
undump.h "luaI_undump1" cannot be static; luac uses it. 1997-06-17 15:19:17 -03:00