log util/xml.lua @ 11460:a8b4e04bc044

age author description
Sat, 03 Oct 2020 16:22:56 +0200 Kim Alvefur util.xml: Fix float formatting of line and columns in error (on Lua 5.3+)
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Sat, 05 Mar 2016 17:51:35 -0500 Waqas Hussain util.xml: Correct stanza.namespaces table construction when duplicate prefix names are encountered in the element tree.
Tue, 08 Dec 2015 23:15:42 +0000 Matthew Wild util.stanza, util.xml, util.xmppstream: Add support for tracking defined namespaces and their prefix (stanza.namespaces), knowing/preserving prefix names is required for some applications (thanks daurnimator)
Sat, 21 Feb 2015 10:36:37 +0100 Kim Alvefur util.*: Remove use of module() function, make all module functions local and return them in a table at the end
Wed, 06 May 2015 19:39:28 +0100 Matthew Wild util.xml: Remove unused parameter (thanks, luacheck)