241
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
function 'lua_createstring' moved from table.c to tree.c More... almost 32 years ago
small correction More... almost 32 years ago
userdata can have different tags More... almost 32 years ago
small bug corrected More... almost 32 years ago
pow operation is defined in mathlib.c More... almost 32 years ago
listing did not list POWOP More... almost 32 years ago
uses new memory module (mem.c). small changes in seting debug line. if and elseif unified in a outine 'codeIf' More... almost 32 years ago
new API functions startblock and endblock More... almost 32 years ago
changes in garbage collection control More... almost 32 years ago
set first position of a free block to -1, to catch errors More... almost 32 years ago
uses a single list to keep allocated strings. More... almost 32 years ago
new module for memory allocation More... almost 32 years ago
correction of function 'nextvar' More... almost 32 years ago
unification of symbol tree and constant tree More... almost 32 years ago
lua_equalObj now is global (and is used by opcode) More... almost 32 years ago
new API function to create tables More... almost 32 years ago
small changes to avoid shadowing More... almost 32 years ago
small changes in 'ugly' part. More... almost 32 years ago
small corrections to avoid 'warings' with acc. do_call was moving results in the wrong order. More... almost 32 years ago
small corrections to avoid 'warings' with acc More... almost 32 years ago
small changes in error recovery More... almost 32 years ago
fallback for garbage collection More... almost 32 years ago
fallback list moved from opcode.c to fallback.c More... almost 32 years ago
execution of 'mains' separated from calls More... almost 32 years ago
calls lua_reportbug instead of lua_error, in default fallbacks More... almost 32 years ago
frees file names when unstacked More... almost 32 years ago
lua_parse has a different interface More... almost 32 years ago
lua_call cannot be a macro, because it would push the function over the parameters More... almost 32 years ago
lua_debugline is kept in the stack 'funcstack' when debugging. More... almost 32 years ago
because lua_error does a longjmp, there is no need to a variable 'err'. lua_parse has a different interface, to allow the free of the main block even if compilation fails. small changes in the debug system. More... almost 32 years ago