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 f132ac03bc Module to manipulate function headers. 30 years ago
fallback.c small corrections to avoid warnings. 30 years ago
fallback.h fallback for "call expression not a function" errors 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 calls to "lua_reportbug" changed to "lua_error", since 30 years ago
hash.h control of garbage collection is done with Longs, as there can be 30 years ago
inout.c new lua function "getstack"; new interface to function luaI_reportbug. 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 small correction to avoid problems with DOS/Windows 30 years ago
lua.c included string.h 30 years ago
lua.h new API function lua_pushlocked 30 years ago
lua.stx syntax for {...;...} is more flexible now. 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 new function "atan2". 30 years ago
mathlib.h Math library to LUA 31 years ago
opcode.c small corrections to avoid warnings. 30 years ago
opcode.h run-time stack now is controled at run time, instead of 30 years ago
strlib.c new function for copy strings (strdup is not ANSI) 30 years ago
strlib.h String library to LUA 31 years ago
table.c small corrections to avoid uninitialized global variables. 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