Go to file
Roberto Ierusalimschy 7e01348658 "docall" now assumes that called function is always on the stack, just
below "base". That gives more regularity for the stack shape, and
prevents fallbacks of being garbage collected if they are redefined
during execution.
1995-10-09 10:10:20 -03:00
fallback.c Garbage collection of functions + header structure for functions 1995-10-04 14:13:02 -03:00
fallback.h Garbage collection of functions + header structure for functions 1995-10-04 14:13:02 -03:00
func.c Module to manipulate function headers. 1995-10-04 11:20:26 -03:00
func.h Module to manipulate function headers. 1995-10-04 11:20:26 -03: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 lua function "type" now returns the string "function" both for lua 1995-10-09 10:06:20 -03:00
inout.h new lua function "getstack"; new interface to function luaI_reportbug. 1995-05-16 14:23:58 -03:00
iolib.c new option for "writeto" and "readfrom", to allow piped I/O on 1995-10-04 10:53:10 -03:00
lex.c nova forma de comentarios: de '#' ate' fim de linha (para uso de lua 1995-10-06 10:10:53 -03:00
lua.c new command line options: -v to print Copyright message, and 1995-10-06 11:11:40 -03:00
lua.h definitions for Copyright and version notices 1995-10-06 11:11:10 -03:00
lua.stx Garbage collection of functions + header structure for functions 1995-10-04 14:13:02 -03: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 use yacc++ instead of yacc. 1995-02-02 17:04:16 -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 "docall" now assumes that called function is always on the stack, just 1995-10-09 10:10:20 -03:00
opcode.h Garbage collection of functions + header structure for functions 1995-10-04 14:13:02 -03: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 Garbage collection of functions + header structure for functions 1995-10-04 14:13:02 -03:00
table.h better control of integer types and their limits 1994-12-20 19:20:36 -02:00
tree.c control of garbage collection is done with Longs, as there can be 1995-01-12 12:19:04 -02:00
tree.h control of garbage collection is done with Longs, as there can be 1995-01-12 12:19:04 -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