You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Roberto Ierusalimschy d24253d92f module to declare API for debuging. 29 years ago
fallback.c 'luaI_travfallbacks' now can look for a fallback. 29 years ago
fallback.h 'luaI_travfallbacks' now can look for a fallback. 29 years ago
func.c Module to manipulate function headers. 30 years ago
func.h new style for debug information about functions: no more SETFUNCTION 29 years ago
hash.c Garbage collection of functions + header structure for functions 30 years ago
hash.h control of garbage collection is done with Longs, as there can be 30 years ago
inout.c new style for debug information about functions: no more SETFUNCTION 29 years ago
inout.h new style for debug information about functions: no more SETFUNCTION 29 years ago
iolib.c bug. "fgets" reads n-1 chars. 29 years ago
lex.c new function "luaI_findconstantbyname". 29 years ago
lua.c new command line options: -v to print Copyright message, and 30 years ago
lua.h definitions for Copyright and version notices 30 years ago
lua.stx new style for debug information about functions: no more SETFUNCTION 29 years ago
luadebug.h module to declare API for debuging. 29 years ago
lualib.h no special treatment for C++ (this should be done in the C++ code) 30 years ago
luamem.c header "string.h" was missing (gcc does not warn that) 30 years ago
luamem.h strdup is done via mem.c to control its memory allocation 30 years ago
makefile new module "func", for GC of functions, 30 years ago
mathlib.c small "re-engineering" on parameter checking. 30 years ago
mathlib.h Math library to LUA 31 years ago
opcode.c new style for debug information about functions: no more SETFUNCTION 29 years ago
opcode.h new style for debug information about functions: no more SETFUNCTION 29 years ago
strlib.c new functions: "ascii" and "int2str", 30 years ago
strlib.h String library to LUA 31 years ago
table.c new style for debug information about functions: no more SETFUNCTION 29 years ago
table.h new style for debug information about functions: no more SETFUNCTION 29 years ago
tree.c 'nextvar' now traverses the symbol array, instead of the constant tree. 29 years ago
tree.h 'nextvar' now traverses the symbol array, instead of the constant tree. 29 years ago
types.h type names changed to avoid clashes 30 years ago
ugly.h small changes in 'ugly' part. 30 years ago