241
I Use This!
Low Activity

Commits : Listings

Analyzed 20 minutes ago. based on code collected about 16 hours ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
routines are defined before rules, to allow correct compilation with bison More... over 31 years ago
new file 'types.h' More... over 31 years ago
implementation dependent types More... over 31 years ago
better control of integer types and their limits More... over 31 years ago
a field with value 'nil' must call the fallback 'index' More... over 31 years ago
new constant LUA_NOOBJECT. 'lua_createtable' does not have parameters. 'lua_copystring' now is a macro More... over 31 years ago
new constant LUA_NOOBJECT More... over 31 years ago
new constant LUA_NOOBJECT. 'lua_error' never returns More... over 31 years ago
Passar os argv apos '--' para Lua. Captura-se cada argv com a funcao argv(i), onde i = 1, 2, ... More... over 31 years ago
no special treatment for C++ (this should be done in the C++ code) More... over 31 years ago
debug message goes to stderr More... over 31 years ago
new API function 'lua_pushliteral' More... over 31 years ago
opcode PUSHSELF has a parameter that indicates the method to be called More... over 31 years ago
small bug correction More... over 31 years ago
'main' returns condition code More... over 31 years ago
new hash function; hash value for strings are kept with the string More... over 31 years ago
new hash function; hash value for strings are kept with the string More... over 31 years ago
erased function yywrap (nobody used it) More... over 31 years ago
new modules 'mem' and 'fallback'. correction of dependencies More... over 31 years ago
modifications to avoid warnings when compiling yacc code More... over 31 years ago
garbage collection tag for strings organized in struct TaggedString More... over 31 years ago
small simplification More... over 31 years ago
correction of function tonumber More... over 31 years ago
no more unary '+' More... over 31 years ago
new lua functions 'getglobal' and 'setglobal' More... over 31 years ago
debug shows lines where functions were called More... over 31 years ago
fallback for "call expression not a function" errors More... over 31 years ago
fallback to unary minus is 'arith' with operation code 'unm' More... over 31 years ago
lua_lock receives its parameter via stack. beginblock and endblock do not have parameters More... almost 32 years ago
lua_lock receives its parameter via stack More... almost 32 years ago