Go to file
Roberto Ierusalimschy 6198626138 libs should not use Lua internal functions (like mem.h).
a null lua_Object is LUA_NOOBJECT, not NULL.
1995-02-02 16:54:58 -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 libs should not use Lua internal functions (like mem.h). 1995-02-02 16:54:58 -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 new API function lua_pushlocked 1995-01-27 15:19:06 -02:00
lua.stx strdup is done via mem.c to control its memory allocation 1995-01-14 13:40:26 -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 strdup is done via mem.c to control its memory allocation 1995-01-14 13:40:26 -02:00
luamem.h strdup is done via mem.c to control its memory allocation 1995-01-14 13:40:26 -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 new API function lua_pushlocked & lua_checkstack is a macro 1995-01-27 15:19:06 -02:00
opcode.h better control of integer types and their limits 1994-12-20 19:20:36 -02:00
strlib.c strdup is done via mem.c to control its memory allocation 1995-01-14 13:40:26 -02:00
strlib.h String library to LUA 1993-12-17 16:41:19 -02:00
table.c trocar a funcao para garbage colector adaptativo. 1995-01-18 18:15:54 -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