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.
 
 
 
 
Waldemar Celes 8156604823 run-time stack now is controled at run time, instead of 30 years ago
fallback.c header "string.h" was missing (gcc does not warn that) 30 years ago
fallback.h fallback for "call expression not a function" errors 30 years ago
hash.c header "string.h" was missing (gcc does not warn that) 30 years ago
hash.h control of garbage collection is done with Longs, as there can be 30 years ago
inout.c function "type" now returns a second result: the tag of the type, 30 years ago
inout.h better control of integer types and their limits 30 years ago
iolib.c function "stat" needs "sys/types.h" 30 years ago
lex.c better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' and 'parser.h') 30 years ago
lua.c included string.h 30 years ago
lua.h new API function lua_pushlocked 30 years ago
lua.stx run-time stack now is controled at run time, instead of 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 better approximation for PI 30 years ago
mathlib.h Math library to LUA 31 years ago
opcode.c run-time stack now is controled at run time, instead of 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 trocar a funcao para garbage colector adaptativo. 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