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 2de803c250 new header 'auxlib.h' + new function luaL_verror 28 years ago
auxlib.c new header 'auxlib.h' + new function luaL_verror 28 years ago
auxlib.h new header for auxiliar functions. 28 years ago
fallback.c "tag" changed to "ttype" (since now tag has other meaning) 28 years ago
fallback.h first step in implementing internal methods. 28 years ago
func.c "tag" changed to "ttype" (since now tag has other meaning) 28 years ago
func.h "freefunc" now is public. 29 years ago
hash.c "tag" changed to "ttype" (since now tag has other meaning) 28 years ago
hash.h first step in implementing internal methods. 28 years ago
inout.c new module 'auxlib' centralizes functions to get/check parameters. 28 years ago
inout.h first step in implementing internal methods. 28 years ago
iolib.c new header 'auxlib.h' + new function luaL_verror 28 years ago
lex.c new header 'auxlib.h' + new function luaL_verror 28 years ago
lex.h syntax error function is in "lex.c" (it has the token) 28 years ago
lua.c "dofile" and "dostring" may return values. 29 years ago
lua.h new module 'auxlib' centralizes functions to get/check parameters. 28 years ago
lua.stx new form for constructors: {[exp] = exp, ...} 28 years ago
luadebug.h hook variables are global, no more "lua_set...hook" functions. 29 years ago
lualib.h new header 'auxlib.h' + new function luaL_verror 28 years ago
luamem.c "mem.c.debug" incorporated (with "#if"). 28 years ago
luamem.h "luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)". 29 years ago
makefile new module 'auxlib' centralizes functions to get/check parameters. 28 years ago
manual.tex new explanation about communication between Lua and C. 28 years ago
mathlib.c new header 'auxlib.h' + new function luaL_verror 28 years ago
mathlib.h Math library to LUA 31 years ago
opcode.c "tag" changed to "ttype" (since now tag has other meaning) 28 years ago
opcode.h "tag" changed to "ttype" (since now tag has other meaning) 28 years ago
strlib.c new header 'auxlib.h' + new function luaL_verror 28 years ago
strlib.h String library to LUA 31 years ago
table.c "tag" changed to "ttype" (since now tag has other meaning) 28 years ago
table.h first step in implementing internal methods. 28 years ago
tree.c userdata can handle arbitrary binary data; 28 years ago
tree.h userdata can handle arbitrary binary data; 28 years ago
types.h no more "Bool" type 29 years ago
undump.c headers includes sizeof(Word) not sizeof(int) 28 years ago
undump.h new header version 28 years ago