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
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
fallback.h
|
"Object" renamed to "TObject" (Tagged Object), to avoid conflicts with
|
1997-03-31 11:02:58 -03:00 |
func.c
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
func.h
|
"freefunc" now is public.
|
1996-03-14 12:54:20 -03:00 |
hash.c
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
hash.h
|
"Object" renamed to "TObject" (Tagged Object), to avoid conflicts with
|
1997-03-31 11:02:58 -03:00 |
inout.c
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
inout.h
|
first step in implementing internal methods.
|
1997-02-26 14:38:41 -03:00 |
iolib.c
|
new (internal?) functions to manipulate userdata
|
1997-03-26 19:23:15 -03:00 |
lex.c
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -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 name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -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 (internal?) functions to manipulate userdata
|
1997-03-26 19:23:15 -03:00 |
luamem.c
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
luamem.h
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
makefile
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
manual.tex
|
new explanation about communication between Lua and C.
|
1997-03-06 19:19:08 -03:00 |
mathlib.c
|
mathlib now uses i.m. for "pow" operator.
|
1997-03-21 15:37:28 -03:00 |
mathlib.h
|
Math library to LUA
|
1993-12-17 16:41:19 -02:00 |
opcode.c
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
opcode.h
|
"Object" renamed to "TObject" (Tagged Object), to avoid conflicts with
|
1997-03-31 11:02:58 -03:00 |
strlib.c
|
new (internal?) functions to manipulate userdata
|
1997-03-26 19:23:15 -03:00 |
strlib.h
|
String library to LUA
|
1993-12-17 16:41:19 -02:00 |
table.c
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
table.h
|
"Object" renamed to "TObject" (Tagged Object), to avoid conflicts with
|
1997-03-31 11:02:58 -03:00 |
tree.c
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -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 |