This commit is contained in:
King_DuckZ 2020-02-17 22:19:08 +01:00
commit 1613a190f0
2427 changed files with 125503 additions and 133080 deletions

View file

@ -1,6 +1,37 @@
XQilla: an XQuery and XPath 2.0 library and command line interpreter.
version 2.2.0 (2008.12.03):
version 2.2.2 (2009.07.02):
* Fixed XQillaDocumentImpl::cloneNode() to return an instance of
XQillaDocumentImpl.
* Fixed XPath 2.0 so that it doesn't recognize entities in
string literals.
* Fixed a bug in the constant folding identity transforms for
arithmetic expressions.
* Fixed a bug in the undefined context item check.
* Fixed the transform expression to copy document nodes rather than
dissolving them.
* Fixed a bug in the static typing of external functions.
* Fixed a bug in fn:matches()with a zero-length string as the first
argument.
* Fixed a couple of bugs in the debug API, and made it report exit() and
end() events correctly.
* Fixed variable inlining so that variables aren't inlined into loops.
* Fixed a segfault when parsing a document from a memory buffer.
* Fixed a bug in XQC_Implementation->parse_document_file() that
caused parsing to always fail.
* Workaround a bug in Xerces-C that can cause corrupted memory when
deleting a mutex.
* Fixed a bug related to unsigned int/XMLSize_t type difference between
Xerces-C 2.8 and 3.0.
* Fixed alignment on sparc architectures that could cause a SIGBUS
crash.
* Fixed a Windows memory bug involving the URI used in resolving a
document or collection.
* Fixed Windows compile warnings related to Xerces-C types.
* Updated libtool version to 2.2.6.
* Fixed some compiler issues related to the xlC compiler.
version 2.2.0 (2009.01.05):
* Added a debugging API, and a command line debugger invoked by passing
a "-d" flag to the command line tool.
* Added a partial implementation of XSLT 2.0. This should currently be