fallback.c
|
small corrections.
|
1996-03-04 10:29:10 -03:00 |
fallback.h
|
new fallback "getglobal".
|
1996-01-30 13:25:23 -02:00 |
func.c
|
"freefunc" now is public.
|
1996-03-14 12:54:20 -03:00 |
func.h
|
"freefunc" now is public.
|
1996-03-14 12:54:20 -03:00 |
hash.c
|
useless #include.
|
1996-02-14 15:25:04 -03:00 |
hash.h
|
details.
|
1996-03-08 09:04:04 -03:00 |
inout.c
|
"openfile" now returns the file
|
1996-03-15 10:13:13 -03:00 |
inout.h
|
small correction
|
1996-03-15 15:21:58 -03:00 |
iolib.c
|
new functions "rename" and "tmpname".
|
1996-03-14 12:55:18 -03:00 |
lex.c
|
no more "ugly" programs.
|
1996-03-14 12:17:28 -03:00 |
lex.h
|
reserved words are stored in main string table; "marked" field is
|
1996-02-14 10:35:51 -03:00 |
lua.c
|
small corrections.
|
1996-03-12 12:56:03 -03:00 |
lua.h
|
new version
|
1996-02-14 10:40:26 -03:00 |
lua.stx
|
"PrintCode" now is defined in luac.
|
1996-03-08 09:02:37 -03:00 |
luadebug.h
|
new type lua_Function for activation records
|
1996-02-08 15:03:20 -02:00 |
lualib.h
|
both "write" and "format" need "addquoted".
|
1996-03-14 12:53:09 -03:00 |
luamem.c
|
new function "luaI_buffer".
|
1996-03-14 12:55:49 -03:00 |
luamem.h
|
new function "luaI_buffer".
|
1996-03-14 12:55:49 -03:00 |
makefile
|
new module "undump.o"
|
1996-03-15 15:22:09 -03:00 |
manual.tex
|
new functions "rename" and "tmpname".
|
1996-03-14 14:45:01 -03:00 |
mathlib.c
|
new functions "random" and "randomseed".
|
1996-02-09 15:21:27 -02:00 |
mathlib.h
|
Math library to LUA
|
1993-12-17 16:41:19 -02:00 |
opcode.c
|
integration with undump (execution of pre-compiled chuncks)
|
1996-03-15 10:13:13 -03:00 |
opcode.h
|
integration with undump (execution of pre-compiled chuncks)
|
1996-03-15 10:13:13 -03:00 |
strlib.c
|
new option 'q' in function "format".
|
1996-03-14 12:52:35 -03:00 |
strlib.h
|
String library to LUA
|
1993-12-17 16:41:19 -02:00 |
table.c
|
"lua_ntable" and "lua_nconstant" are public (undump.c uses them).
|
1996-03-14 12:57:19 -03:00 |
table.h
|
"lua_ntable" and "lua_nconstant" are public (undump.c uses them).
|
1996-03-14 12:57:19 -03:00 |
tree.c
|
creation of strings must call garbage collector.
|
1996-03-14 12:56:26 -03:00 |
tree.h
|
small correction
|
1996-02-26 14:07:49 -03:00 |
types.h
|
no more "Bool" type
|
1996-02-07 12:13:17 -02:00 |
undump.c
|
added cast instead of union [lazy?]
|
1996-03-14 14:31:15 -03:00 |
undump.h
|
moved some includes to undump.c
|
1996-03-11 18:59:41 -03:00 |