Go to file
1997-03-20 17:36:19 -03:00
auxlib.c new header 'auxlib.h' + new function luaL_verror 1997-03-18 12:30:50 -03:00
auxlib.h new header for auxiliar functions. 1997-03-18 12:30:50 -03:00
fallback.c BUG: lua_newtag can be called before luaI_IMtable is initialized. 1997-03-20 17:36:19 -03:00
fallback.h i.m. "arith" and "order" splited for different operations 1997-03-20 16:20:43 -03:00
func.c "tag" changed to "ttype" (since now tag has other meaning) 1997-03-11 15:44:28 -03:00
func.h "freefunc" now is public. 1996-03-14 12:54:20 -03:00
hash.c first full implementation of internal methods 1997-03-19 16:41:10 -03:00
hash.h first full implementation of internal methods 1997-03-19 16:41:10 -03:00
inout.c luaI_type moved to fallback.c 1997-03-20 16:20:23 -03:00
inout.h first step in implementing internal methods. 1997-02-26 14:38:41 -03:00
iolib.c new header 'auxlib.h' + new function luaL_verror 1997-03-18 12:30:50 -03:00
lex.c new header 'auxlib.h' + new function luaL_verror 1997-03-18 12:30:50 -03:00
lex.h syntax error function is in "lex.c" (it has the token) 1996-11-08 10:49:35 -02:00
lua.c "dofile" and "dostring" may return values. 1996-09-24 14:30:28 -03:00
lua.h first full implementation of internal methods 1997-03-19 16:41:10 -03:00
lua.stx new form for constructors: {[exp] = exp, ...} 1997-03-06 14:30:55 -03:00
luadebug.h hook variables are global, no more "lua_set...hook" functions. 1996-03-20 15:44:02 -03:00
lualib.h new header 'auxlib.h' + new function luaL_verror 1997-03-18 12:30:50 -03:00
luamem.c "mem.c.debug" incorporated (with "#if"). 1997-03-03 16:55:38 -03:00
luamem.h "luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)". 1996-05-24 11:31:10 -03:00
makefile new module 'auxlib' centralizes functions to get/check parameters. 1997-03-17 14:02:29 -03:00
manual.tex new explanation about communication between Lua and C. 1997-03-06 19:19:08 -03:00
mathlib.c new header 'auxlib.h' + new function luaL_verror 1997-03-18 12:30:50 -03:00
mathlib.h Math library to LUA 1993-12-17 16:41:19 -02:00
opcode.c i.m. "arith" and "order" splited for different operations 1997-03-20 16:20:43 -03:00
opcode.h i.m. "arith" and "order" splited for different operations 1997-03-20 16:20:43 -03:00
strlib.c new header 'auxlib.h' + new function luaL_verror 1997-03-18 12:30:50 -03:00
strlib.h String library to LUA 1993-12-17 16:41:19 -02:00
table.c first full implementation of internal methods 1997-03-19 16:41:10 -03:00
table.h first step in implementing internal methods. 1997-02-26 14:38:41 -03:00
tree.c first full implementation of internal methods 1997-03-19 16:41:10 -03:00
tree.h first full implementation of internal methods 1997-03-19 16:41:10 -03:00
types.h no more "Bool" type 1996-02-07 12:13:17 -02:00
undump.c headers includes sizeof(Word) not sizeof(int) 1996-11-18 09:18:29 -02:00
undump.h new header version 1996-11-14 09:44:34 -02:00