241
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 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
new prefix luaZ More... about 29 years ago
dostring has an optional error method argument More... about 29 years ago
dostring has an optional error method argument; counter for gsub only when there is a table (to keep full compatibility) More... about 29 years ago
counter for gsub only when there is a table (to keep full compatibility) More... about 29 years ago
setparsedfile is extern; luaz_... changed to luaZ_... More... about 29 years ago
new interface to "lua_seterrormethod" and "lua_settagmethod", to allow the use of Lua functions too. More... about 29 years ago
luaI_initTFunc initializes fileName. More... about 29 years ago
gsub aborts if error occurs. More... about 29 years ago
macros don't need prototypes. More... about 29 years ago
#if wraps compatibility issue More... about 29 years ago
using old version functions. More... about 29 years ago
do not use $...$ to italic. More... about 29 years ago
new functions lua_doFILE and lua_dobuffer to help users... More... about 29 years ago
exported functions follow "lua" prefix rule. More... about 29 years ago
new arguments for gsub More... about 29 years ago
lhf corrections + new gsub More... about 29 years ago
error message always shows file names. More... about 29 years ago
first version for Lua 3.0 (with tag methods, etc) More... about 29 years ago
extra parameter for "call" is "pack" or "plain". More... about 29 years ago
"luaI_undump1" cannot be static; luac uses it. More... about 29 years ago
"lua_getobjname" must return "tag-method" and not "fallback". More... about 29 years ago
"nil" may have fallbacks too. More... about 29 years ago
"strsub" accepts negative indices (count from the end of the string). More... about 29 years ago
"lua_seterrormethod" should return the previous handler. More... about 29 years ago
default error method is not nil (nil does nothing). More... about 29 years ago
"order" and "concat" operations choose tag methods the same way that "arith" operations do (first the first parameter, etc). More... about 29 years ago
using "zio" for parsing Lua code. More... about 29 years ago
library for uniform buffered input. More... about 29 years ago
functions "lua_settagmethod" and similars should be safe too. More... about 29 years ago
missing small dependency. More... about 29 years ago