241
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
documentation of opcode meanings (thanks to lhf) More... almost 30 years ago
new way to handle pragmas (at the lexical level, instead of parsing). More... almost 30 years ago
lua_linenumber is initialized in lex.c More... almost 30 years ago
"call" returns separate results, instead of a table. More... almost 30 years ago
"dofile" and "dostring" may return values. More... almost 30 years ago
a chunk may end with a return. More... almost 30 years ago
new function "strrep" More... almost 30 years ago
better structure to control stack interface lua-C. beginblock-endblock keeps better control over stack More... almost 30 years ago
"strmap" replaced by "strupper" and "strlower" (that's what people will use, anyway). "gsub" aceppts a function to give the replacement string. More... almost 30 years ago
"dostring" now stores the prefix of its string, to improve error messages. More... almost 30 years ago
BUG: a program ending in a comment without EOL made lex loops forever. More... almost 30 years ago
functions may have tags CMARK and MARK, too. More... almost 30 years ago
lhf's corrections. More... almost 30 years ago
skip first line of a lua file if it starts with a '#' (to allow shell scripts). More... about 30 years ago
"[^]]" must mean "not ]". More... about 30 years ago
singlematch and item_end are used by "read", in iolib. More... about 30 years ago
"pushnil" is not needed (default return is nil). More... about 30 years ago
Pattern-Matching! plus several other changes... More... about 30 years ago
more functions exported. More... about 30 years ago
new mod implementation (more portable). More... about 30 years ago
"memcpy" is defined in "string.h". More... about 30 years ago
"exit" is defined in "stdlib". More... about 30 years ago
very small corrections More... about 30 years ago
C functions don't need to "pushnil" to return nil value (this is the default value). More... about 30 years ago
new name for POSIX flag (this one turns on some posix stuff in standard header files). More... about 30 years ago
flag for direct execution is "-e"; argument with an "=" goes to direct execution, independently of flags. More... about 30 years ago
when "block" is computed, "nentity" == "block". So the change is only a simpler way to write the same expression. More... about 30 years ago
"lua_dofile" has a more informative return code. More... about 30 years ago
"lua_dofile" returns different error codes if it could not open the file More... about 30 years ago
new option "-x" to execute a string given as argument. More... about 30 years ago