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 5fdcfeb353 new lua_Objects are created below the C2lua stack, so most API functions 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
fallback.c small optimization in the access to i.m. table. 28 years ago
fallback.h small optimization in the access to i.m. table. 28 years ago
func.c new implementation of gc: "Pre-collect" garbage in temporary lists and 28 years ago
func.h new implementation of gc: "Pre-collect" garbage in temporary lists and 28 years ago
hash.c new implementation of gc: "Pre-collect" garbage in temporary lists and 28 years ago
hash.h new implementation of gc: "Pre-collect" garbage in temporary lists and 28 years ago
inout.c new API function to force garbage collection. 28 years ago
inout.h first step in implementing internal methods. 28 years ago
iolib.c correction of name (and "iternal" was wrong, any way). 28 years ago
lex.c new pragma "$endinput" 28 years ago
lex.h syntax error function is in "lex.c" (it has the token) 28 years ago
lua.c better error messages; 28 years ago
lua.h new lua_Objects are created below the C2lua stack, so most API functions 28 years ago
lua.stx new name for old "mem.h" (conflicts with some compiler libraries) 28 years ago
luadebug.h hook variables are global, no more "lua_set...hook" functions. 29 years ago
lualib.h new (internal?) functions to manipulate userdata 28 years ago
luamem.c small "bugs" detected by Purify: some blocks may be smaller than 28 years ago
luamem.h new name for old "mem.h" (conflicts with some compiler libraries) 28 years ago
makefile luaL check functions do not need the function name (it can be 28 years ago
manual.tex new explanation about communication between Lua and C. 28 years ago
mathlib.c luaL check functions do not need the function name (it can be 28 years ago
mathlib.h Math library to LUA 31 years ago
opcode.c new lua_Objects are created below the C2lua stack, so most API functions 28 years ago
opcode.h correction on comments about opcodes. 28 years ago
strlib.c detail: local names 28 years ago
strlib.h String library to LUA 31 years ago
table.c new API function to force garbage collection. 28 years ago
table.h unused declaration. 28 years ago
tree.c new implementation of gc: "Pre-collect" garbage in temporary lists and 28 years ago
tree.h new implementation of gc: "Pre-collect" garbage in temporary lists and 28 years ago
types.h no more "Bool" type 29 years ago
undump.c mem.h is now luamem.h 28 years ago
undump.h fix comment in VERSION 28 years ago