fallback.c
function "setfallback" now gives an error if called with wrong parameters.
1995-10-17 12:30:05 -02:00
fallback.h
'luaI_travfallbacks' now can look for a fallback.
1995-10-17 09:52:38 -02:00
func.c
functions now may be declared with any "var" as a name;
1995-10-26 12:21:56 -02:00
func.h
functions now may be declared with any "var" as a name;
1995-10-26 12:21:56 -02:00
hash.c
Garbage collection of functions + header structure for functions
1995-10-04 14:13:02 -03:00
hash.h
control of garbage collection is done with Longs, as there can be
1995-01-12 12:19:04 -02:00
inout.c
new method to keep debug line information: current line is stored on the
1995-10-25 11:05:51 -02:00
inout.h
new style for debug information about functions: no more SETFUNCTION
1995-10-17 09:58:41 -02:00
iolib.c
re-implementation of functions "write" and "read"
1995-11-10 15:55:48 -02:00
lex.c
new method to keep debug line information: current line is stored on the
1995-10-25 11:05:51 -02:00
lua.c
"AUTHORS" separated from COPYRIGHT.
1995-10-31 15:05:35 -02:00
lua.h
"AUTHORS" separated from COPYRIGHT.
1995-10-31 15:05:35 -02:00
lua.stx
local variables may appear inside blocks in main code.
1995-10-26 15:02:50 -02:00
luadebug.h
functions now may be declared with any "var" as a name;
1995-10-26 12:21:56 -02:00
lualib.h
error functions are shared by all libraries
1995-11-10 15:54:31 -02:00
luamem.c
header "string.h" was missing (gcc does not warn that)
1995-02-06 17:34:03 -02:00
luamem.h
strdup is done via mem.c to control its memory allocation
1995-01-14 13:40:26 -02:00
makefile
changes to improve portability
1995-11-10 15:56:06 -02:00
mathlib.c
error functions are shared by all libraries
1995-11-10 15:54:31 -02:00
mathlib.h
Math library to LUA
1993-12-17 16:41:19 -02:00
opcode.c
little improvement
1995-11-10 12:12:02 -02:00
opcode.h
new method to keep debug line information: current line is stored on the
1995-10-25 11:05:51 -02:00
strlib.c
error functions are shared by all libraries
1995-11-10 15:54:31 -02:00
strlib.h
String library to LUA
1993-12-17 16:41:19 -02:00
table.c
"getobjname" checks first fallbacks (so, if a function is global and
1995-11-03 13:30:50 -02:00
table.h
functions now may be declared with any "var" as a name;
1995-10-26 12:21:56 -02:00
tree.c
'nextvar' now traverses the symbol array, instead of the constant tree.
1995-10-17 09:53:53 -02:00
tree.h
'nextvar' now traverses the symbol array, instead of the constant tree.
1995-10-17 09:53:53 -02:00
types.h
type names changed to avoid clashes
1995-02-06 17:32:43 -02:00
ugly.h
small changes in 'ugly' part.
1994-11-13 12:39:04 -02:00