241
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 14, 2025 — Aug 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
function "setfallback" now gives an error if called with wrong parameters. More... almost 31 years ago
module to declare API for debuging. More... almost 31 years ago
new module luadebug.h. More... almost 31 years ago
new style for debug information about functions: no more SETFUNCTION opcodes. When a function is called, its entry in the stack is marked with LUA_T_(C)MARK, so function 'luaD_stackedfunction' can find it if needed. Functions now have their file names in the headers, so there is no need of 'addfile' and the like. More... almost 31 years ago
'nextvar' now traverses the symbol array, instead of the constant tree. More... almost 31 years ago
'luaI_travfallbacks' now can look for a fallback. More... almost 31 years ago
new function "luaI_findconstantbyname". More... almost 31 years ago
bug. "fgets" reads n-1 chars. More... almost 31 years ago
new module "func", for GC of functions, and new "defines" for configuration setup. More... almost 31 years ago
bug: stack overflow error must leave space on the stack for error function. More... almost 31 years ago
fallback table now has number of parameters and results of each fallback. This information is used by opcode.c, when calling a fallback. More... almost 31 years ago
"docall" now assumes that called function is always on the stack, just below "base". That gives more regularity for the stack shape, and prevents fallbacks of being garbage collected if they are redefined during execution. More... almost 31 years ago
lua function "type" now returns the string "function" both for lua functions and c functions. More... almost 31 years ago
new functions: "ascii" and "int2str", small "re-engineering" on parameter checking. More... almost 31 years ago
small "re-engineering" on parameter checking. correction of function "atan2". More... almost 31 years ago
new command line options: -v to print Copyright message, and - to read stdin. More... almost 31 years ago
definitions for Copyright and version notices More... almost 31 years ago
nova forma de comentarios: de '#' ate' fim de linha (para uso de lua como shell) More... almost 31 years ago
Garbage collection of functions + header structure for functions More... almost 31 years ago
Module to manipulate function headers. More... almost 31 years ago
new option for "writeto" and "readfrom", to allow piped I/O on machines that support it. More... almost 31 years ago
new function "atan2". More... almost 31 years ago
small correction to avoid problems with DOS/Windows More... almost 31 years ago
small corrections to avoid warnings. More... almost 31 years ago
buffer for literals now grows dynamically, allowing big programs between [[ and ]]. More... almost 31 years ago
small corrections to avoid uninitialized global variables. More... almost 31 years ago
new syntax for strings: [[ ... ]]. Still in tests, since the code does not check buffer overflow. More... about 31 years ago
syntax for {...;...} is more flexible now. More... about 31 years ago
Ajustar limites para garbage collection. More... over 31 years ago
new lua function "getstack"; new interface to function luaI_reportbug. More... over 31 years ago