Go to file
1997-09-16 16:25:59 -03:00
bugs bug: lua_getlocal breaks when called with a CFunction. 1997-07-29 18:11:10 -03:00
iolib.c small details. 1997-07-02 15:50:18 -03:00
lapi.c auxiliar functions from Lua API 1997-09-16 16:25:59 -03:00
lapi.h auxiliar functions from Lua API 1997-09-16 16:25:59 -03:00
lauxlib.c Auxiliar functions for building Lua libraries 1997-09-16 16:25:59 -03:00
lauxlib.h Auxiliar functions for building Lua libraries 1997-09-16 16:25:59 -03:00
lbuiltin.c Built-in functions 1997-09-16 16:25:59 -03:00
lbuiltin.h Built-in functions 1997-09-16 16:25:59 -03:00
ldo.c Stack and Call structure of Lua 1997-09-16 16:25:59 -03:00
ldo.h Stack and Call structure of Lua 1997-09-16 16:25:59 -03:00
lex.c correct support for changing real to double (optional) 1997-07-31 16:37:37 -03:00
lex.h using "zio" for parsing Lua code. 1997-06-16 13:50:22 -03:00
lfunc.c Lua Function structures 1997-09-16 16:25:59 -03:00
lfunc.h Lua Function structures 1997-09-16 16:25:59 -03:00
lglobal.c Global variables 1997-09-16 16:25:59 -03:00
lglobal.h Global variables 1997-09-16 16:25:59 -03:00
lmathlib.c Lua standard mathematical library 1997-09-16 16:25:59 -03: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 Some generic functions over Lua objects 1997-09-16 16:25:59 -03:00
lstring.c String table (keep all strings handled by Lua) 1997-09-16 16:25:59 -03:00
lstring.h String table (keep all strings handled by Lua) 1997-09-16 16:25:59 -03:00
lstrlib.c Standard library for strings and pattern-matching 1997-09-16 16:25:59 -03:00
ltable.c Lua tables (hash) 1997-09-16 16:25:59 -03:00
ltable.h Lua tables (hash) 1997-09-16 16:25:59 -03:00
ltm.c Tag methods 1997-09-16 16:25:59 -03:00
ltm.h Tag methods 1997-09-16 16:25:59 -03:00
lua.c Lua stand-alone interpreter 1997-09-16 16:25:59 -03:00
lua.h main header file 1997-09-16 16:25:59 -03:00
lua.stx small optimization in opcodes for "and" and "or" 1997-08-04 16:15:05 -03: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
lualoc.h small details. 1997-07-02 15:50:18 -03: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 new dependencies 1997-07-31 17:45:25 -03:00
manual.tex very small corrections... 1997-09-16 16:01:10 -03:00
opcode.h small optimization in opcodes for "and" and "or" 1997-08-04 16:15:05 -03:00
types.h no more "Bool" type 1996-02-07 12:13:17 -02: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