241
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Aug 10, 2025 — Aug 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
garbage collection for locked objects More... almost 32 years ago
error function for Lua More... almost 32 years ago
lock mechanism More... almost 32 years ago
new API More... almost 32 years ago
new API: lua_Object now is an integer More... almost 32 years ago
Type renamed to lua_Type More... almost 32 years ago
first implementation of 'fallbacks' More... almost 32 years ago
module to implement default fallbacks and lock mechanisms More... almost 32 years ago
inheritance is not built-in More... almost 32 years ago
new opcodes for '>' and '>=' More... almost 32 years ago
new global function 'setfallback' More... almost 32 years ago
small corrections. More... almost 32 years ago
creation of function do_protectedrun, that executes lua code enclosed in a setjmp, with error recovery. Elimination of functions lua_isnil, etc. More... almost 32 years ago
Elimination of functions lua_isnil, etc. More... almost 32 years ago
more functions from opcode.c 'open_file' and 'open_string' return an error message lua_type renamed to luaI_type (I for Internal, as this function is not exported outside lua) More... almost 32 years ago
there is no need of predefined constants. More... almost 32 years ago
RESET is generated at codereturn. More... almost 32 years ago
because lua_error now does a longjmp, many functions do not need to check conditions. More... almost 32 years ago
function 'lua_addfile' returns an error message More... almost 32 years ago
prototype for function 'yylex' More... almost 32 years ago
new way to call functions, plus several small changes. This is a temporary version! More... almost 32 years ago
tags T_NIL, etc, changed to LUA_T_NIL, etc some lua_ functions changed form opcode.c to here More... almost 32 years ago
tags T_NIL, etc, changed to LUA_T_NIL, etc More... almost 32 years ago
frees filename from file stack More... almost 32 years ago
CREATEARRAY now has an argument, the size of the array to create. More... almost 32 years ago
small corrections More... almost 32 years ago
deletion of 'include mm.h' More... almost 32 years ago
implementacao das funcoes 'date', 'time' e 'beep'. troca de nome de 'abort' para 'exit' More... almost 32 years ago
deletion of 'include mm.h' More... almost 32 years ago
new parameter in function 'tree_create'. Maybe we will return to version 1.1 More... almost 32 years ago