mediawiki-extensions-Scribunto/engines/LuaCommon/lualib
Tim Starling f2f866cbdd Remove global side-effects from mw.ustring library registration
The point of putting the unicode library in mw.ustring instead of
ustring was to avoid conflicts with future upstream work, and with other
libraries. It rather defeats the purpose if you then modify the global
string table during module startup.

Users can always set up local aliases if they feel "mw.ustring" is too
much to type.

Change-Id: I5d0ddb70d999aeb6e36e6ddbcdb19922d0274a39
2013-02-13 15:05:22 +11:00
..
luabit Added more Lua environment features 2012-04-18 13:46:18 +10:00
stringtools Added more Lua environment features 2012-04-18 13:46:18 +10:00
ustring Lua ustring implementation 2013-02-12 14:26:29 -05:00
libraryUtil.lua Lua library support functions 2013-01-31 12:40:39 -05:00
mw.lua Make pairs and ipairs work with frame.args 2013-02-12 06:41:33 +00:00
mw.site.lua $wgServerName doesn't exist anymore 2013-02-06 10:24:59 -05:00
mw.uri.lua Add mw.uri library 2013-02-07 13:31:24 -05:00
mw.ustring.lua Remove global side-effects from mw.ustring library registration 2013-02-13 15:05:22 +11:00
package.lua Fix package.loaded and other cleanups 2013-01-30 17:24:09 +00:00