Go to file
Roberto Ierusalimschy 15f40fddca 'nextvar' now traverses the symbol array, instead of the constant tree. 1995-10-17 09:53:53 -02:00
fallback.c 'luaI_travfallbacks' now can look for a fallback. 1995-10-17 09:52:38 -02:00
fallback.h 'luaI_travfallbacks' now can look for a fallback. 1995-10-17 09:52:38 -02: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 bug. "fgets" reads n-1 chars. 1995-10-11 17:50:56 -03:00
lex.c new function "luaI_findconstantbyname". 1995-10-13 12:16:25 -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 new module "func", for GC of functions, 1995-10-09 15:51:49 -03: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 new function "luaI_findconstantbyname". 1995-10-13 12:16:25 -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 new function "luaI_findconstantbyname". 1995-10-13 12:16:25 -03:00
table.h new function "luaI_findconstantbyname". 1995-10-13 12:16:25 -03: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