241
I Use This!
Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
parse.o was included twice in lua.a More... over 30 years ago
small change to avoid error on "lua_pushstring(NULL)". More... over 30 years ago
small corrections. More... over 30 years ago
small correction (about types) More... over 30 years ago
uses ID_* constants simplified signature checking loads local vars More... over 30 years ago
headers for Main and others are different More... over 30 years ago
using double to read numbers. More... over 30 years ago
fixed strings (not collectable) don't need to be inserted in the constant table. More... over 30 years ago
main always reads "luac.out" More... over 30 years ago
small correction More... over 30 years ago
check if jump is bigger than 2^16. More... over 30 years ago
small changes (preparing for new module of pre-compilation) More... over 30 years ago
functions now linked into a list headed by main More... over 30 years ago
fix to PUSHFUNCTION now correctly at tf->marked More... over 30 years ago
added fix to PUSHFUNCTION and support for main function More... over 30 years ago
load bytecodes from files More... over 30 years ago
function "write_quoted" rewritten more clearly. More... over 30 years ago
functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be called with NULL. More... over 30 years ago
list of incompatibilities with version 2.2. new macro \Version. More... over 30 years ago
more appropriate error message for "date" More... over 30 years ago
small improvements More... over 30 years ago
useless #include. More... over 30 years ago
new version More... over 30 years ago
reserved words are stored in main string table; "marked" field is used to indicate its type. Table initializations centralized by "tree.c". More... over 30 years ago
new header for lex.c More... over 30 years ago
new header "lex.h". More... over 30 years ago
old trick in "strsub" does not work with new hash table for strings. More... over 30 years ago
BIG CHANGE: new data structure for constants, strings and globals, using an array of hash tables for all them. More... over 30 years ago
no more "lua_pushliteral". More... over 30 years ago
a backslash followed by a newline allows the newline to go into a string. More... over 30 years ago