241
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new function "date", replaces old "date" and "time". More... over 30 years ago
"lua_check_number" accepts strings convertible to numbers. More... over 30 years ago
new functions "random" and "randomseed". More... over 30 years ago
new section describing the debug interface. More... over 30 years ago
lock mechanism more robust; nil is pseudo-locked under index -1. More... over 30 years ago
small bug More... over 30 years ago
new type lua_Function for activation records More... over 30 years ago
correction of dependencies (include's). More... over 30 years ago
debug interface functions to manipulated local variables: "lua_getlocal" and "lua_setlocal". More... over 30 years ago
"lua_debug" now is exported through debug interface (luadebug.h) More... over 30 years ago
no more "Bool" type More... over 30 years ago
elimination of unused declarations (left from old modifications) More... over 30 years ago
new option "q" in function "write", to write literal strings. More... over 30 years ago
new examples showing data structures and object-oriented programming. generic improvements and corrections. More... over 30 years ago
improve of compiling error messages. More... over 30 years ago
small bug More... over 30 years ago
new fallback "getglobal". More... over 30 years ago
new example showing how to build modules. More... over 30 years ago
new fallback "getglobal". modifications to generate an index (not automatically yet). More... over 30 years ago
new functions "tostring", "assert", and "format". More... over 30 years ago
"read('s')" was "eating" delimiter. More... over 30 years ago
lua_table now has references to global variable names (TreeNode's). More... over 30 years ago
"dofile" issues an error when called with non string arguments, and runs stdin when called without arguments. More... over 30 years ago
"setglobal" and "getglobal" moved to inout.c, as it concentrates pre-defined library. new function "assert". More... over 30 years ago
"setglobal" and "getglobal" moved to inout.c, as it concentrates pre-defined library. More... over 30 years ago
elimination of function "int2str", as it can be replaced by "format('%c', .)" More... over 30 years ago
"dofile" does not issue a warning when unable to open the file, but only returns an error code. More... over 30 years ago
new function "assert" More... over 30 years ago
local variable stack needs only the name of the variable (TreeNode); this way is simpler and faster than old way. More... over 30 years ago
correction of some order dependencies in debug code. More... over 30 years ago