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 |
||
---|---|---|
.. | ||
lualib | ||
HtmlLibrary.php | ||
LanguageLibrary.php | ||
LibraryBase.php | ||
LuaCommon.php | ||
LuaInterpreter.php | ||
MessageLibrary.php | ||
SiteLibrary.php | ||
TextLibrary.php | ||
TitleLibrary.php | ||
UriLibrary.php | ||
UstringLibrary.php |