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 36a7fda014 bug: stack overflow error must leave space on the stack for error function. 30 years ago
fallback.c fallback table now has number of parameters and results of each 30 years ago
fallback.h fallback table now has number of parameters and results of each 30 years ago
func.c Module to manipulate function headers. 30 years ago
func.h Module to manipulate function headers. 30 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 lua function "type" now returns the string "function" both for lua 30 years ago
inout.h new lua function "getstack"; new interface to function luaI_reportbug. 30 years ago
iolib.c new option for "writeto" and "readfrom", to allow piped I/O on 30 years ago
lex.c nova forma de comentarios: de '#' ate' fim de linha (para uso de lua 30 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 Garbage collection of functions + header structure for functions 30 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 use yacc++ instead of yacc. 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 bug: stack overflow error must leave space on the stack for error function. 30 years ago
opcode.h Garbage collection of functions + header structure for functions 30 years ago
strlib.c new functions: "ascii" and "int2str", 30 years ago
strlib.h String library to LUA 31 years ago
table.c Garbage collection of functions + header structure for functions 30 years ago
table.h better control of integer types and their limits 30 years ago
tree.c control of garbage collection is done with Longs, as there can be 30 years ago
tree.h control of garbage collection is done with Longs, as there can be 30 years ago
types.h type names changed to avoid clashes 30 years ago
ugly.h small changes in 'ugly' part. 30 years ago