241
I Use This!
Low Activity

Commits : Listings

Analyzed about 24 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
add_char now is global. time returns week-day. More... over 30 years ago
new function "tostring". More... over 30 years ago
add_char now is global. new function format. More... over 30 years ago
add_char now is global. More... over 30 years ago
memory overflow tries a garbage collection; if it fails then exit the program. More... over 30 years ago
bug: "read" with format MUST read given number of chars (if file ends before that reports an error, returning nil). "readuntil" can be called with nil or no parameters to read until EOF. More... over 30 years ago
"getobjectname" got a "lua_" prefix. More... over 30 years ago
hooks for line change and function calls; first version. More... over 30 years ago
correction of dependencies from "luadebug.h". More... over 30 years ago
names generated by yacc (starting with "yy") are changed to start with "luaY_", to avoid name clashes with hosts using yacc. More... over 30 years ago
bug: luaI_findconstantbyname may change the value of lua_constant. More... over 30 years ago
useless "#include math.h" More... almost 31 years ago
reference manual More... almost 31 years ago
new distribution More... almost 31 years ago
"read" must return 'nil' on EOF. More... almost 31 years ago
changes to improve portability More... almost 31 years ago
re-implementation of functions "write" and "read" More... almost 31 years ago
error functions are shared by all libraries More... almost 31 years ago
little improvement More... almost 31 years ago
print_stack now gets a parameter (file to print); small changes. More... almost 31 years ago
"getobjname" checks first fallbacks (so, if a function is global and a fallback, it is reported as a fallback). More... almost 31 years ago
"AUTHORS" separated from COPYRIGHT. More... almost 31 years ago
local variables may appear inside blocks in main code. More... almost 31 years ago
functions now may be declared with any "var" as a name; therefore they do not have a "baptism" name. Changes in debug API to acomodate that. More... almost 31 years ago
new syntax for function declarations: "function a.x () ... " new semantics for function declarations: function f () is valid only at run-time. More... almost 31 years ago
new method to keep debug line information: current line is stored on the Lua stack, just below (new) base, with tag LUA_T_LINE. SETLINE opcodes are generated by lex. More... almost 31 years ago
"dofile" now accepts NULL as parameter, to run stdin. More... almost 31 years ago
uses "isatty" to check if executes stdin line by line or as a file. More... almost 31 years ago
small changes in the format of debug information. More... almost 31 years ago
small bug More... almost 31 years ago