Go to file
Roberto Ierusalimschy 8faf4d1de2 control of garbage collection is done with Longs, as there can be
more than WORD objects to collect.
1995-01-12 12:19:04 -02:00
exscript ex script para corrigir y.tab.c 1993-12-22 18:49:54 -02:00
fallback.c better control of integer types and their limits 1994-12-20 19:20:36 -02:00
fallback.h fallback for "call expression not a function" errors 1994-11-21 16:22:58 -02:00
hash.c control of garbage collection is done with Longs, as there can be 1995-01-12 12:19:04 -02: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 better control of integer types and their limits 1994-12-20 19:20:36 -02:00
inout.h better control of integer types and their limits 1994-12-20 19:20:36 -02:00
iolib.c correcao de bug na construcao do formato. 1995-01-03 11:14:13 -02:00
lex.c better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' and 'parser.h') 1994-12-27 18:50:38 -02:00
lua.c Passar os argv apos '--' para Lua. 1994-12-14 17:58:20 -02:00
lua.h functions that no more return error codes now have return type void 1994-12-28 10:55:47 -02:00
lua.stx bytecodes are indexed by integers, not Words, to allow bigger code on 32 bit machines 1994-12-27 18:41:11 -02: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 better control of integer types and their limits 1994-12-20 19:20:36 -02:00
luamem.h new module for memory allocation 1994-11-16 15:39:16 -02:00
makefile better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' and 'parser.h') 1994-12-27 18:50:38 -02:00
mathlib.c small bug in fallback for power operator 1995-01-04 16:49:54 -02:00
mathlib.h Math library to LUA 1993-12-17 16:41:19 -02:00
opcode.c stack is indexed by integers, not Words, to allow bigger stack on 32 bit machines 1994-12-30 15:45:11 -02:00
opcode.h better control of integer types and their limits 1994-12-20 19:20:36 -02:00
strlib.c function 'strfind' now has two optional parameters, to specify where 1995-01-06 18:31:10 -02:00
strlib.h String library to LUA 1993-12-17 16:41:19 -02:00
table.c control of garbage collection is done with Longs, as there can be 1995-01-12 12:19:04 -02:00
table.h better control of integer types and their limits 1994-12-20 19:20:36 -02:00
tree.c control of garbage collection is done with Longs, as there can be 1995-01-12 12:19:04 -02:00
tree.h control of garbage collection is done with Longs, as there can be 1995-01-12 12:19:04 -02:00
types.h uses 'limits.h' for MAX_WORD and MAX_INT 1994-12-27 18:41:47 -02:00
ugly.h small changes in 'ugly' part. 1994-11-13 12:39:04 -02:00