241
I Use This!
Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 17 hours ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BUG: did not handle properly pragmas $endinput/$debug inside a $if. More... about 29 years ago
small 'improvement' More... about 29 years ago
format more uniform, to facilitate filters .tex->.html More... about 29 years ago
power method (^) acts only in numbers. More... about 29 years ago
udata is just void * again, so there is no point for function "getbyte". More... about 29 years ago
new function "testC", to help debug the API. More... about 29 years ago
new implementation for udata (again they are just void *); new implementation for the API: most operations now do not disturb structures lua2C and C2lua. More... about 29 years ago
new lua_Objects are created below the C2lua stack, so most API functions don't need to adjust stack. So lua_getref does not change the stack, and lua_pushref can use it as a macro. More... about 29 years ago
new lua_Objects are created below the C2lua stack, so most API functions don't need to adjust stack. More... about 29 years ago
new API function to force garbage collection. More... about 29 years ago
unused declaration. More... about 29 years ago
another (better?) implementation for "pushsubscript". More... about 29 years ago
new implementation of gc: "Pre-collect" garbage in temporary lists and then call fallbacks. More... over 29 years ago
double hashing + tables do not grow if there are empty slots More... over 29 years ago
bug: string table must be initialized. More... over 29 years ago
correction of name (and "iternal" was wrong, any way). More... over 29 years ago
small optimization in the access to i.m. table. More... over 29 years ago
BUG: input file must be closed just after parser. More... over 29 years ago
missing definition of "lua_storesubscript", for compatibility More... over 29 years ago
new pragma "$endinput" More... over 29 years ago
global variables (in $if) may have '_'. More... over 29 years ago
function name is only needed *if* there is an error. More... over 29 years ago
fix comment in VERSION More... over 29 years ago
mem.h is now luamem.h removed warn added support for new opcodes (VARARGS, STOREMAP) better error messages with luaL_verror More... over 29 years ago
nested "$if's", "$else", and "$if" constants (nil & 1). More... over 29 years ago
correction on comments about opcodes. More... over 29 years ago
one cannot "create" a userdata. More... over 29 years ago
first implementation of "$if"; new function "findstring" (useful in good places) More... over 29 years ago
detail: local names More... over 29 years ago
detail: better way to put a "..." in message. More... over 29 years ago