This commit is contained in:
King_DuckZ 2020-02-17 22:08:05 +01:00
commit 600ada66f5
661 changed files with 1249 additions and 1049 deletions

13
ChangeLog Normal file
View file

@ -0,0 +1,13 @@
XQilla: an XQuery and XPath 2.0 library and command line interpreter.
version 1.0.1 (2007.02.12):
* Fixed fn:concat() to accept more than 51 arguments.
* Fixed module parsing, to use the correct language enumeration when
parsing. Output modules in the query plan.
* Fixed a race condition in the parsing of function signatures.
* Fixed parse errors in the DOM3 API, which were being thrown as
XQException instead of XQillaException. [1626534]
* Fixed the building of shared libraries under Cygwin, by adding
-no-undefined to the libtool line in the Makefile. [1639669]
* Fixed a bug in the static typing of user defined functions, that
could result in incorrect errors.