mediawiki-extensions-Scribunto/engines/LuaCommon
Brad Jorsch d643f40de9 Ustring: Let gcodepoint work with moderately long strings
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
2016-07-15 19:35:58 +00:00
..
lualib Ustring: Let gcodepoint work with moderately long strings 2016-07-15 19:35:58 +00:00
HtmlLibrary.php SECURITY: Don't escape strip markers when escaping attributes in mw.html 2016-05-22 21:40:32 -04:00
LanguageLibrary.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
LibraryBase.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
LuaCommon.php Expose ParserOutput::addWarning() to modules 2016-06-16 15:48:53 -07:00
LuaInterpreter.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
MessageLibrary.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
SiteLibrary.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
TextLibrary.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
TitleLibrary.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
UriLibrary.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
UstringLibrary.php Ustring: Let gcodepoint work with moderately long strings 2016-07-15 19:35:58 +00:00