mediawiki-extensions-Scribunto/engines
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
..
LuaCommon Ustring: Let gcodepoint work with moderately long strings 2016-07-15 19:35:58 +00:00
LuaSandbox Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
LuaStandalone Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00