mediawiki-extensions-Scribunto/engines/LuaCommon/lualib
Brad Jorsch cd618c7a92 ustring: Handle "empty" charset like Lua does (part 2)
Lua actually treats a close-bracket at the start of a bracketed
character class as a literal, rather than using it to close the
character class. Probably unintended behavior, but it happens.

Also, have the pure-lua version throw our more informative errors on
error even when falling back to string.find and the like, and fix some
other weird edge cases that came up in testing.

Bug: T95958
Bug: T115686
Change-Id: Iab783d4a3e58b1514cc09729d4a71c2cb1242ee8
2015-10-16 09:26:55 -04:00
..
luabit
ustring ustring: Handle "empty" charset like Lua does (part 2) 2015-10-16 09:26:55 -04:00
bit32.lua
libraryUtil.lua Improve error messages in mw.html 2014-12-08 17:01:31 +00:00
mw.html.lua Simplify code in mw.html 2015-01-31 13:26:40 +00:00
mw.language.lua Provide access to Language::getFallbacksFor() 2013-12-16 14:12:47 -05:00
mw.lua Mark metatables from mw.loadData 2015-06-27 22:38:23 -04:00
mw.message.lua Remove message formats other than plain 2014-02-03 15:29:39 -05:00
mw.site.lua Add mw.site.interwikiMap 2014-12-24 01:17:48 +09:00
mw.text.lua Allow nil in mw.text.jsonEncode 2015-06-16 16:36:30 +00:00
mw.title.lua Prevent leaking title fragments across invokes 2015-07-27 10:46:23 -04:00
mw.uri.lua Fix accidental global in mw.uri.parseQueryString 2015-07-15 23:07:37 +09:00
mw.ustring.lua
mwInit.lua Fix __pairs not working in LuaStandalone serialization 2014-08-27 21:09:05 -04:00
package.lua Fix weird quotes in package.lua 2015-02-03 00:40:21 +01:00