241
I Use This!
Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Aug 28, 2025 — Aug 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
setmethods should return old methods. More... over 29 years ago
first full implementation of internal methods More... over 29 years ago
new header 'auxlib.h' + new function luaL_verror More... over 29 years ago
new header for auxiliar functions. More... over 29 years ago
new module 'auxlib' centralizes functions to get/check parameters. More... over 29 years ago
"tag" changed to "ttype" (since now tag has other meaning) More... over 29 years ago
new explanation about communication between Lua and C. More... over 29 years ago
new form for constructors: {[exp] = exp, ...} More... over 29 years ago
atualization of #include dependencies. More... over 29 years ago
skips can be nested (why not?). More... over 29 years ago
"mem.c.debug" incorporated (with "#if"). More... over 29 years ago
first step in implementing internal methods. More... over 29 years ago
small correction. More... over 29 years ago
new pattern item ".-"; empty patterns may be used in gsub. More... over 29 years ago
new facilities for pattern matching (%b and .-); explanations about next-nextvar. More... over 29 years ago
lua_Type is private (preparation for tags) More... over 29 years ago
small syntax error (yacc does not complain, but bison does). More... over 29 years ago
userdata can handle arbitrary binary data; user tag is stored with data; More... over 29 years ago
BUG: "inclinenumber" cannot use public buffer, since it could change the buffer pointer (luaY_lex and read_long_string have local pointers to it). More... over 29 years ago
better check when converting from float to int, to avoid overflow (on some machines it may result in run-time error) More... over 29 years ago
lhf revisions/sugestions More... over 29 years ago
small correction to avoid "wrong" default action More... over 29 years ago
BUG: pointer arithmetic does not have to work when pointing outside an array. More... almost 30 years ago
ANSI ctype only works for unsigned chars (or EOF) More... almost 30 years ago
useless include. More... almost 30 years ago
small BUG: pragma deletes 0 at end of yytext, so a syntax error just after it may have a wrong token in message. More... almost 30 years ago
new version More... almost 30 years ago
BUG: ISO chars are negative, ISO ints are not. More... almost 30 years ago
BUG: ISO chars are negative, ISO ints are not. new "balanced" pattern. More... almost 30 years ago
correction in inheritance code in C More... almost 30 years ago