The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html https://lua.org
Find a file
Waldemar Celes 891cab8a31 Passar os argv apos '--' para Lua.
Captura-se cada argv com a funcao argv(i), onde i = 1, 2, ...
1994-12-14 17:58:20 -02:00
exscript ex script para corrigir y.tab.c 1993-12-22 18:49:54 -02:00
fallback.c fallback for "call expression not a function" errors 1994-11-21 16:22:58 -02:00
fallback.h fallback for "call expression not a function" errors 1994-11-21 16:22:58 -02:00
hash.c new hash function; hash value for strings are kept with the string 1994-11-28 13:10:51 -02:00
hash.h changes in garbage collection control 1994-11-17 11:58:57 -02:00
inout.c new API function 'lua_pushliteral' 1994-12-13 13:54:21 -02:00
inout.h debug shows lines where functions were called 1994-11-21 19:41:09 -02:00
iolib.c debug message goes to stderr 1994-12-13 13:55:41 -02:00
lex.c small simplification 1994-11-22 14:13:45 -02:00
lua.c Passar os argv apos '--' para Lua. 1994-12-14 17:58:20 -02:00
lua.h new API function 'lua_pushliteral' 1994-12-13 13:54:21 -02:00
lua.stx opcode PUSHSELF has a parameter that indicates the method to be called 1994-12-06 12:27:18 -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 set first position of a free block to -1, to catch errors 1994-11-16 16:09:11 -02:00
luamem.h new module for memory allocation 1994-11-16 15:39:16 -02:00
makefile new modules 'mem' and 'fallback'. 1994-11-23 18:15:04 -02:00
mathlib.c lua_lock receives its parameter via stack 1994-11-18 17:46:21 -02:00
mathlib.h Math library to LUA 1993-12-17 16:41:19 -02:00
opcode.c new API function 'lua_pushliteral' 1994-12-13 13:54:21 -02:00
opcode.h garbage collection tag for strings organized in struct TaggedString 1994-11-23 12:32:00 -02:00
strlib.c new API function 'lua_pushliteral' 1994-12-13 13:54:21 -02:00
strlib.h String library to LUA 1993-12-17 16:41:19 -02:00
table.c garbage collection tag for strings organized in struct TaggedString 1994-11-23 12:32:00 -02:00
table.h garbage collection tag for strings organized in struct TaggedString 1994-11-23 12:32:00 -02:00
tree.c new hash function; hash value for strings are kept with the string 1994-11-25 17:27:03 -02:00
tree.h new hash function; hash value for strings are kept with the string 1994-11-25 17:27:03 -02:00
ugly.h small changes in 'ugly' part. 1994-11-13 12:39:04 -02:00