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
|
functions now may be declared with any "var" as a name;
|
1995-10-26 12:21:56 -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
|
uses "isatty" to check if executes stdin line by line or as a file.
|
1995-10-23 11:54:11 -02:00 |
lua.h
|
new method to keep debug line information: current line is stored on the
|
1995-10-25 11:05:51 -02:00 |
lua.stx
|
functions now may be declared with any "var" as a name;
|
1995-10-26 12:21:56 -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
|
no special treatment for C++ (this should be done in the C++ code)
|
1994-12-13 13:59:16 -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
|
small bug
|
1995-10-17 16:16:58 -02:00 |
mathlib.c
|
small "re-engineering" on parameter checking.
|
1995-10-09 09:48:38 -03:00 |
mathlib.h
|
Math library to LUA
|
1993-12-17 16:41:19 -02:00 |
opcode.c
|
functions now may be declared with any "var" as a name;
|
1995-10-26 12:21:56 -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
|
new functions: "ascii" and "int2str",
|
1995-10-09 09:49:21 -03:00 |
strlib.h
|
String library to LUA
|
1993-12-17 16:41:19 -02:00 |
table.c
|
functions now may be declared with any "var" as a name;
|
1995-10-26 12:21:56 -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 |