mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-28 02:00:01 +00:00
d643f40de9
For the PHP implementation, return the codepoints as a table instead of multiple return values that get table-ified in Lua, to avoid hitting too-many-values stack limits. For the pure-Lua version, inline most of ustring.codepoint instead of calling it to avoid what's effectively "{ unpack( stuff ) }". Bug: T118687 Change-Id: I105f388cc23ab55d4124739700ef89d5354b7dbc |
||
---|---|---|
.. | ||
luabit | ||
ustring | ||
bit32.lua | ||
libraryUtil.lua | ||
mw.html.lua | ||
mw.language.lua | ||
mw.lua | ||
mw.message.lua | ||
mw.site.lua | ||
mw.text.lua | ||
mw.title.lua | ||
mw.uri.lua | ||
mw.ustring.lua | ||
mwInit.lua | ||
package.lua |