You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Roberto Ierusalimschy a404f6e0e6 Lua tables (hash) 28 years ago
auxlib.c function name is only needed *if* there is an error. 28 years ago
auxlib.h first implementation of "$if"; 28 years ago
bugs bug: lua_getlocal breaks when called with a CFunction. 28 years ago
fallback.c error inside an error method could break the stack. 28 years ago
fallback.h error inside an error method could break the stack. 28 years ago
func.c BIG CHANGE: functions have their own "constant table". 28 years ago
func.h BIG CHANGE: functions have their own "constant table". 28 years ago
inout.c BIG CHANGE: functions have their own "constant table". 28 years ago
inout.h BIG CHANGE: functions have their own "constant table". 28 years ago
iolib.c small details. 28 years ago
lex.c correct support for changing real to double (optional) 28 years ago
lex.h using "zio" for parsing Lua code. 28 years ago
lglobal.c Global variables 28 years ago
lglobal.h Global variables 28 years ago
lmathlib.c Lua standard mathematical library 28 years ago
lmem.c Interface to Memory Manager 28 years ago
lmem.h Interface to Memory Manager 28 years ago
lstrlib.c Standard library for strings and pattern-matching 28 years ago
ltable.c Lua tables (hash) 28 years ago
ltable.h Lua tables (hash) 28 years ago
lua.c Lua stand-alone interpreter 28 years ago
lua.h main header file 28 years ago
lua.stx small optimization in opcodes for "and" and "or" 28 years ago
luadebug.h Debuging API 28 years ago
lualib.h Lua standard libraries 28 years ago
lualoc.h small details. 28 years ago
lzio.c a generic input stream interface 28 years ago
lzio.h a generic input stream interface 28 years ago
makefile new dependencies 28 years ago
manual.tex very small corrections... 28 years ago
opcode.c small optimization in opcodes for "and" and "or" 28 years ago
opcode.h small optimization in opcodes for "and" and "or" 28 years ago
tree.c prime numbers spread better. 28 years ago
tree.h BIG CHANGE: functions have their own "constant table". 28 years ago
types.h no more "Bool" type 29 years ago
undump.c small optimization in opcodes for "and" and "or" 28 years ago
undump.h "luaI_undump1" cannot be static; luac uses it. 28 years ago