• Home
  • Raw
  • Download

Lines Matching +full:ipv4 +full:- +full:second +full:- +full:language +full:- +full:is +full:- +full:cpp

14 	* result/c14n/1-1-without-comments/* test/c14n/1-1-without-comments/*:
44 is called from a thread which is not the main one, should fix
206 * SAX2.c parser.c: fix for CVE-2008-4226, a memory overflow
209 * tree.c: fix for CVE-2008-4225, lack of testing leads to
220 adds --disable-rebuild-docs to avoid rebuilding them
246 * runxmlconf.c: fix compilation if XPath is not included
344 * configure.in Makefile.am: add an --with-coverage configure option
377 mistake removed in version REC-xmlschema-2-20041028, Volker Grabsch
379 * test/schemas/regexp-char-ref_0.xml test/schemas/regexp-char-ref_0.xsd
380 test/schemas/regexp-char-ref_1.xsd result/schemas/regexp-char-ref_0_0
381 result/schemas/regexp-char-ref_1_0: Volker Grabsch also provided
407 parserInternals.c parser.c: fix for CVE-2008-3281
415 * makefile.am: adding a check-valgrind target
454 error test, 'DAV:' is a correct URI under 3986
460 * runsuite.c: small cleanup for non-leak reports
462 now added to the document node, this is generally useful and
473 * runxmlconf.c: added a skipped list, insert rmt-ns10-035
476 checking and reporting, errors when a document is labelled
477 as UTF-16 while it is parsed as UTF-8 and no encoding was given
491 * parser.c include/libxml/xmlerror.h: an XML-1.0 document can't load
506 * xmllint.c: add a new option --oldxml10 to use the old parser
517 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10
561 * NEWS: following previous commit rebuilt now in UTF-8
565 * ChangeLog: patch from Hans de Goede to switch the file to UTF-8
566 * doc/news.xsl: switch to generate the NEWS file in UTF-8 instead of
567 ISO-8859-1
587 double-free
724 * result/c14n/without-comments/example-4
725 result/c14n/with-comments/example-4: this impacted the result of
726 two c14n tests :-\
810 * encoding.c: poblem with encoding detection for UTF-16 reported by
831 * testRegexp.c: allow to pass '--' on the command line to allow
832 regexps starting with the character '-'
852 to detect if iconv() needs a const for the second parameter
876 when '.' is used in a posCharGroup
899 * schemas.c: apply fix suggested by Ashwin correcting a cut-n-paste
932 * parserInternals.c: make more checking on the UTF-8 input
942 * check-relaxng-test-suite2.py check-relaxng-test-suite.py
944 check-xsddata-test-suite.py: patches from John Carr to
954 * xml2-config.in: apply patch from Fred Crozat to avoid
955 outputting -L/usr/lib from xml2-config, fixes #497012
973 from the hash list is been removed in the callback
991 * xmlregexp.c: remove a cut-and-paste copy error
997 Patch from Marc-Antoine Ruel.
1034 hopefully that interface is never used.
1054 in case of complex ranges. I suppose that time it is actually okay
1155 Relax-NG validation
1165 of stream when generating an UTF-8 encoding error.
1174 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
1211 changes to fix compilation warnings - no change to logic.
1221 * xpath.c: fixed minor spot of redundant code - no logic change.
1232 Georges-André SILBER
1251 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
1258 * libxml2-python-api.xml: also added accessor for the python bindings
1265 * xmlregexp.c: raise a regexp error when '\' is misused to escape
1270 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
1342 * configure.in: re-ordered some includes for types.h / socket.h
1366 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
1398 * fixed screwed-up ChangeLog (deleted some duplicate entries)
1411 * Re-generated the documentation (API chunks 27-29 were missing)
1441 generate negative values and %X outputs -XXXX :-(
1497 libxml2-2.6.27
1503 * xmllint.c: order XPath elements when using --shell
1572 result/schemas/anyAttr-processContents-err1_0_0.err
1582 * xmllint.c: added --html --memory to test htmlReadMemory to
1587 --with-minimum --with-sax1 and --with-minimum --with-schemas
1592 * relaxng.c: fix a Relax-NG bug related to element content processing,
1610 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
1614 * parser.c: fixed the heuristic used when trying to detect mixed-content
1616 in a non-standard way, should fix bug #300263
1637 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
1639 bites you, use xml2-config.
1668 * SAX2.c tree.c: use said function when setting up doc->URL
1700 as Michael Day pointed out this is needed to use htmlCtxtRead*()
1705 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
1721 with file names in UTF-8 on Windows, and compat on older win9x
1727 on validation errors, the heuristic to guess is a vctxt user
1728 pointer is the parsing context was insufficient.
1745 Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1750 Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1754 although only a maximum of 3 structs is used at the same
1772 Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1786 feature API and in the xmllint --version output.
1793 Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1801 Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1804 xmlXPathNodeSetAddNs() when adding a ns-node in case of
1805 NODE_TEST_TYPE (the ns-node was previously added plainly
1807 this specialized ns-addition function was already used,
1820 Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1822 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
1825 Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1828 usable outside predicate evaluation; the intention is to
1832 Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1845 Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1851 is now used to evaluate predicates.
1853 Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1859 @rewriteType is randomly set to the value 1. A test
1861 resulting incorrect behaviour is similar to the behaviour
1865 Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1868 was introduced with the addition of the d-o-s rewrite
1870 was not defined (reported by Kupriyanov Anatolij -
1871 #345752). Fixed the check for d-o-s rewrite
1872 to work on the correct XPath string, which is ctxt->base
1873 and not comp->expr in this case.
1875 Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1878 (only short-hand form "[n]"), which have a preceding
1899 with --with-minimum
1901 Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1905 very first given node had an attribute node :-( This was due
1909 reusal; so the map-items don't need to be created for every
1911 retrieval of xmlNsPtr to be set on node->ns; this is needed
1912 for my custom handling of ns-references in my DOM wrapper.
1918 Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1924 Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1928 Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1935 Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1946 Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1948 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
1950 tried to do the d-o-s rewrite.
1956 Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1961 already know at compilation-time, that there will be only
1970 Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1973 I need first to assure that this is done only if we have
1984 Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1993 Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1998 This is done with a rewrite of the XPath AST in
2001 changed). The mechanism: the embracing descendant-or-self
2005 node-collecting traversal of the descendant-or-self axis.
2010 Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2014 (namespace-name, document-URI). A warning will be reported
2021 Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2024 recreation (if possible) of the node-set which is used to
2027 the number of created node-sets, since for each node in the
2028 result node-set of the evaluation of descendant-or-self::node()
2029 a new temporary node-set was created. Added node iterator
2033 Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2039 lists for node-set, string, number, boolean and misc XPath
2040 objects. Internally the xpath.c module will use object-
2041 deposition and -acquisition functions which will try to reuse
2043 free/create behaviour if no cache is available or if the cache
2044 is full.
2046 tests if a cache-creation is turned on by default for the whole
2047 library, e.g. for testing purposes of the cache. It is
2051 Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2056 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
2057 A flag on the node-set indicating if namespace nodes are in
2058 the set would help here; this is the 3rd flag which would
2059 be usefull with node-sets. The current flags I have in mind:
2060 1) Is a node-set already sorted?
2064 This would allow for faster merging of node-sets.
2067 special handling. Faster node-set merging if the first
2068 set is empty; just memcpy the set.
2070 Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2074 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
2082 Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2088 node-set(s) don't need them; i.e., if they are empty or contain
2091 Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2093 * xpath.c: Optimized the comparison for non-element nodes
2094 in xmlXPathCmpNodesExt(); the comparison is used for sorting
2095 of node-sets. This enhancement is related to bug #165547.
2097 xmlXPathCmpNodes() is still called, but I currently don't
2101 Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2109 compile the expression, if it has a colon - indicating
2110 prefixed name tests - and no namespace list was given. The
2114 * pattern.c: Enhanced to use a string dict for local-names,
2115 ns-prefixes and and namespace-names.
2116 Fixed xmlStreamPushInternal() not to use string-pointer
2117 comparison if a dict is available; this won't work, since
2119 same dict - and they normally don't do, since e.g.
2120 namespaces are hold on xmlNs->href. I think this would be
2123 in xmlDoc. Daniel will surely not like this idea :-) But
2127 Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2131 non-existent default attribute, which clearly cannot be
2134 for the owner-element, which is unavoidable actually.
2137 won't fire additional start-attribute events (I'm not even
2138 sure if Libxml2 has such a SAX-event; I think it hands them
2139 all over in the start-element event).
2141 Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2147 substitution-groups.
2148 * test/schemas/subst-group-1_1.xsd
2149 test/schemas/subst-group-1_0.xml
2150 result/schemas/subst-group-1_0_1
2151 result/schemas/subst-group-1_0_1.err: Added regression test
2159 Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2162 validation now when an entity is found in the instance
2164 substitution by the schema processor (yet?) -
2191 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
2205 xmllint --nonet would not reach the network, should fix #337483.
2217 Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2219 * xmlschemas.c test/schemas/restriction-enum-1*
2220 result/schemas/restriction-enum-1*: Fixed incorrect
2272 warning raised by gcc-4.1 and latests changes
2301 * xml2-config.in: fix Red Hat bug #184170
2303 Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2307 namespace processing issue in the clone-node function, which
2315 Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2317 * tree.c: Bundled lookup of attr-nodes and retrieving their
2324 * xpath.c: workaround HP-UX compiler bug by Rick Jones
2360 Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2362 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
2366 Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2369 the empty string (reported by Bas Driessen on the mailing-list).
2370 Fixed schema XSI-acquisition and construction: the schemata
2388 * xmllint.c: fix an error report when using --path and --valid
2393 * relaxng.c: trying to fix #331062, this is again a problem
2394 around interleave, there is no good fix unless reimplementing
2398 Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2401 for text- and CDATA-section-nodes was computed incorrectly
2425 Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2430 Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2435 The pros: 1) non-recursive, 2) optimized ns-lookup
2436 (mostly pointer comparison), 3) user defined ns-lookup,
2437 4) save ns-processing. The function is in an unfinished
2445 Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2448 the previous addition of the removal of redundant ns-decls.
2450 Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2453 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
2458 Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2466 * configure.in xml2-config.in: trying to fix windows/configure
2474 Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2492 Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2498 Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2501 included in the resulting node-set.
2503 Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2507 in pattern.c, which is used for a tiny subset of xpath
2509 The doc-node was never considered when evaluating "//"
2512 yet, as it did select only element-nodes. Due to this
2530 Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2547 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
2551 Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2555 xmlStrncat was called with a @len of -1; but unlike
2567 Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2572 Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2577 Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2584 Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2589 Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2606 of warnings shown by HP-UX compiler and reported by Rick Jones
2614 Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2616 * runsuite.c: Changed to instantly mark instance-tests as
2622 Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2627 Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2634 on the validion context now; this is somehow not nice,
2643 Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2652 Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2658 Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2663 Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2670 Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2674 for values in the range (x < 1) && (x > -1) && (x != 0);
2680 Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2687 it is used to force bubbling of IDC node tables even
2692 Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2696 this caused XSI-driven-dynamic schema acquisition to fail
2700 Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2706 designation of a not-found component was not reported.
2713 Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2727 * parser.c: use ctxt->standalone = -2 to indicate that the
2739 which is not needed.
2741 Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2746 * test/schemas/idc-keyref-err1*
2747 result/schemas/idc-keyref-err1*: Added a test for this change.
2760 Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2771 when the transition itself is counted too
2793 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
2800 HP-UX and AIX
2812 2005-10-27 Aleksey Sanin <aleksey@aleksey.com>
2814 * c14n.c result/c14n/exc-without-comments/test-2
2815 test/c14n/exc-without-comments/test-2.xml
2816 test/c14n/exc-without-comments/test-2.xpath: fixing
2817 bug in exc-c14n namespace visibility + test case (bug #319367)
2847 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
2848 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
2852 * parser.c: fixed second spot where CRLF split between chunks
2855 --with-minimum compilation (compilation errors with schematron
2867 Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2871 added a string to the dict of the schema - to assure thread
2884 Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2888 Fixed setting of ctxt->err to the given error code in
2903 * xmlregexp.c: trying to improve runtime execution of non-deterministic
2906 Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2913 Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2924 Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2928 Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2930 * xmlschemas.c: Fixed some identity-constraint issues:
2931 Restructured IDC node-tables
2935 IDC target-nodes were interferring with IDC node-tables,
2937 one big list into 3 lists: 1 for IDC node-table entries,
2938 1 for _duplicates_ of IDC node-table entries and 1 for
2939 IDC target-nodes. More code, but cleaner and it works at last.
2944 if the relevant key-sequences of the referenced key/unique have
2945 duplicates in the subtree. Currently only Saxon 8.5.1 is
2946 dissallowing resolution to duplicate entries correctly - we
2950 * pattern.c: Fixed an IDC-XPath problem when resolving to
2957 Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2961 Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2973 importing schema is a chameleon schema. This contradicts
2974 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
2975 W3C XML Schema WG, thinks it is correct to dissalow such
2977 Added cos-all-limited constraints.
2997 * xmlregexp.c: seems a test to avoid duplicate transition is
3016 Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3034 Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3038 Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3040 * result/schemas/derivation-ok-extension_0_0: Adapted result.
3042 Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3046 result/schemas/derivation-ok-extension_0_0.err
3048 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
3051 Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3062 Misc code-cleanup.
3066 * xmlsave.c: applied second patch from David Madore to be less intrusive
3073 devhelp, completing the index and inserted into the gtk-doc
3097 should be complete with navigation, what is left done is glueing
3101 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
3133 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
3134 than initially expected as ctxt->error == NULL had behaviour side
3149 * relaxng.c: structured error reporting problem with Relax-NG
3172 * configure.in: the use of AM_PATH_PYTHON is not portable enough
3188 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
3193 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
3209 node is a bit twisted and broke in the last months.
3239 * configure.in: changes the way the python binary is found, should
3263 * doc/* doc/html/libxml-xmlerror.html: rebuilt
3275 when configured --without-sax1 and other cleanups fixes bug #172683
3332 by default if Schemas is included
3335 * xmllint.c: show up Expr in --version if compiled in
3338 Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3341 of imported/included/redefined schemas; this is needed for
3361 Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3364 Changed output for keyref-match errors; the target-node will
3365 be now reported rather than the scope-node of the keyref
3366 definition - allowing easier chasing of instance errors.
3387 added examples to the regression tests, problem is that streaming
3392 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
3394 Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3406 Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3412 Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3443 patch for HTML UTF-8 serialization
3454 Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3502 * test/schematron/zvon3* result/schematron/zvon3*: second test
3503 * test/schematron/zvon10* result/schematron/zvon10*: this is the
3504 real second test 10 and 2 are swapped.
3509 * test/schematron/zvon2* result/schematron/zvon2*: second test
3526 work done on the plane last week-end
3557 Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3560 xs:anyType. This is needed when trying to extend xs:anyType
3578 tool, the report infrastructure is gonna be fun.
3580 Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3585 Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3607 Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3611 definition is hit.
3613 Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3619 Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3665 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
3685 ## NIST test suite for Schemas version NIST2004-01-14
3707 return TRUE if a nodeset with a numeric value of NaN is compared
3721 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
3759 implementation and testing as xmllint --stream --schema ...
3770 * xmllint.c: couple of fixes plus added descriptions for --sax and
3771 --sax1
3773 Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3775 * xmlschemas.c: Added c-props-correct constraint to check
3779 Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3785 Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3788 user-provided SAX handler is given.
3793 * xmllint.c: added --sax, to allow testing of --schemas --sax and
3798 Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3842 Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3854 Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3877 * parser.c: fixed a bug failing to detect UTF-8 violations in
3898 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
3917 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
3925 * python/generator.py python/libxml2-python-api.xml: fixed
3927 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
3945 * runsuite.c: completed the simple checks for Relax-NG suites
3950 * runtest.c: complete, checking on other platforms is needed
3973 Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3976 functions for the DOM-wrapper context.
3978 Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3993 Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3996 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
3997 for some new DOM-wrapper helping functions.
3999 Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4001 * xstc/xstc-to-python.xsl: Cleanup.
4002 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
4011 Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4016 to be used with DOM-wrappers.
4043 Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4045 * test/schemas/empty-value* result/schemas/empty-value*:
4048 Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4061 Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4065 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
4067 Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4073 * xmllint.c: if sax1 is used and input is a file use the old
4079 Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4083 SAX2-driven validation.
4085 Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4090 Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4100 Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4104 schema. Fixed attribute derivation when the use is
4106 bug, a left-over from the time, where <complexContent>,
4111 * libxml-2.0.pc.in: removed a redundant include path
4113 Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4117 Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4120 boxes don't know about "tar --strip-path".
4124 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
4140 Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4142 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
4145 Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4151 Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4156 Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4160 Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4168 ease a yet-to-come XS construction API in the long term as well.
4187 Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4189 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
4190 XS tests to use the new release of tests and test-definitions.
4192 2005-06-07 Aleksey Sanin <aleksey@aleksey.com>
4195 is not in the node set
4197 2005-06-06 Aleksey Sanin <aleksey@aleksey.com>
4200 * xmllint.c: added --exc-c14n command line option
4216 Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4219 union type members; facet-validation will stop now on the
4220 first error. Reported by GUY Fabrice to the mailing-list.
4221 * xmlschemastypes.c: Changed to ignore lengh-related facet
4232 Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4235 the timezone to -840 to 840.
4237 Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4240 for "signed int" of the date-time timezone field. Silenced
4256 Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4261 Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4265 This should not affect pattern-like resolution on every level.
4280 to avoid linking with pthread library on non-threaded environments.
4284 Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4286 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
4289 Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4291 * xmlschemastypes.c: Fixed date-time related validation
4294 Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4304 Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4308 "Particle Restriction OK" constraints - not yet enabled.
4310 Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4314 Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4317 identity-constraint error messages.
4334 when a monitored block is reallocated or freed
4354 Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4357 the build of the pre-computed substitution groups. Channeled
4363 xmlschema-dev maling list).
4365 Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4369 for <all> this is not supported yet. Changed circular checks for
4379 Added "Element Declaration Properties Correct (e-props-correct)"
4408 Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4426 * xstc/Makefile.am: integrated fixup-tests.py
4433 Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4435 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
4438 Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4441 result/schemas/src-element2-*.err result/schemas/element-*.err:
4444 Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4453 information is now set directly on the corresponding simple/
4458 This is all a bit scary, since a significant change to the code.
4459 * result/schemas/src-element2-*.err result/schemas/element-*.err:
4466 to add extra informations to doc/libxml2-api.xml to separate
4475 encoding UTF-8 should really be assumed. This may break if
4476 the HTTP headers indicates for example ISO-8859-1 since this
4487 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
4488 is NULL as reported by bug #172255
4492 * relaxng.c: fixed a problem in Relax-NG validation #159968
4503 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
4540 Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4546 Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4552 Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4565 Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4568 short-hand restrictions of "anyType" (reported by Guy Fabrice
4577 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
4584 Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4589 Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4607 decimal-handling routines. Fixes python some problems
4613 Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4642 Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4645 not be resolved. This is not conforming to the spec but for now
4650 non-imported namespaces. Corrected parsing of <group>.
4671 * xmlmodule.c: second patch from Rick Jones, portability fix for
4672 HP-UX
4682 Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4684 * xmlschemas.c: Tiny restructuring of the validation start-up
4689 Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4694 Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4697 values; anyway the IDC key comparison is restricted to
4698 anySimpleType <--> string based types. For other types we
4705 validation fixes bug #165346 (reported by Benoit Gr?goire - could
4708 Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4715 * pattern.c: Enabled IDC support; this is currently done
4726 Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4730 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
4777 Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4782 Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4790 Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4796 Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4806 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
4810 Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4821 Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4835 Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4842 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
4848 nameserver requests for non-existent URL's. From there it
4854 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
4864 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
4868 PYTHONPATH is set, to assure new libxml2 routines are used.
4878 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
4879 * xmllint.c: changed to return non-zero status if error
4909 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
4922 Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4956 Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4958 * xmlschemas.c: Corrected an ambigious symbol-space for
4967 * win32/configure.js: fixes for Windows compilation with non-default
4972 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
4975 Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4978 Added an initial skeleton for indentity-constraints. This is all
4982 ancestor-or-self axis; this is needed for identity-constraints
4985 identity-constraints.
4995 is generated, fixes bug #161386
5033 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
5053 * parser.c: fixed bug #164556 where non-fatal errors stopped
5059 Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
5103 Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
5115 Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
5121 Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
5131 the compilation problem on HP-UX
5140 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
5153 an atomic list type is NULL.
5227 * test/valid/REC-xml-19980210.xml: fix a small change introduced
5232 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
5233 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
5249 Re-examined the problems of configuring a "minimal" library.
5258 --with-xinclude forces --with-xpath). Additionally, all the format
5260 * configure.in: enhanced cross-checking of options
5261 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
5262 doc/libxml2-api.xml, gentest.py: changed the usage of the
5278 encoding 'utf-16'. Completes the fix for bug #152286.
5286 bug #152286, but may still have some other UTF-16 problems.
5312 * parser.c: reset input->base within xmlStopParser
5319 * valid.c: changed xmlErrValidWarning to use ctxt->warning
5320 instead of ctxt->error for its reports (bug #160662)
5326 is present (bug #)
5330 * doc/Makefile.am: changed maintainer-clean dependency with
5340 * testapi.c: new test for xmlDictExists() is generated.
5346 warnings on function pointer <-> object pointer (a hack).
5357 Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5378 Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5386 result/schemas/cos-st-restricts-1-2-err_0_0.err
5387 result/schemas/derivation-ok-extension-err_0_0.err
5388 result/schemas/derivation-ok-extension_0_0.err
5389 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
5390 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
5392 result/schemas/facet-unionST-err1_0_0.err
5394 result/schemas/list* result/schemas/restriction-attr1_0_0.err
5395 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
5398 Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5402 checked prior to facets of derived types - which caused a seg
5417 Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5419 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
5421 Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5435 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
5454 added -q option, and more conditional features fixes
5576 * gentest.py testapi.c: changing the way the .c is generated,
5647 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
5648 on #fedora-devel
5663 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
5668 Brent Hendricks in the mailing-list
5671 if a validation contect is part of a parsing context or not. This
5672 can probably be improved to make 100% sure that vctxt->userData
5673 is the parser context too. It's a bit hairy because we can't
5689 * nanoftp.c nanohttp.c: second part of the security fix for
5718 * configure.in: added -Wall to developer's flags
5753 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
5816 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
5817 check-xinclude-test-suite.py, check-xml-test-suite.py,
5818 check-xsddata-test-suite.py, doc/examples/index.py: changed
5844 Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5848 - handle attribute 'mixed', catch illegal attributes.
5849 Parsing of <complexType> - handle attributes 'abstract',
5851 Validation of complex types - handle abstract types.
5863 Fixed xsi:type component resolution if using non-prefixed
5871 test definitions in ms-test.def.xml (was missing in a previous
5929 * xmllint.c: added --timing --copy timing for the copy
5960 Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5971 xsi:noNamespaceSchemaLocation; this is not enabled, since
5975 only (incl. all the built-in simple types).
5977 Fixed content-type type for complex types if derived from
5978 'anyType' using the short-hand form (see bug # 152470,
5982 test definitions in ms-test.def.xml.
5999 which is that notation not in the internal subset should
6000 not be saved, and the second more nasty on an error saving
6001 NOTATIONs, if there is a proof that nobody uses notations !
6003 Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6007 as proposed by Jeffrey Fink - see bug # 152073.
6016 Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6027 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
6036 Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6038 * xstc/sun-test-def.xml: The "tsDir" attribute was not
6043 * check-xinclude-test-suite.py: when output and expected do not match
6046 Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6048 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
6049 xstc/sun-test-def.xml: Initial release of generation files to
6051 Collection. The ms-test-def.xml and sun-test-def.xml files
6056 The stylesheet "xstc-to-python.xslt" should be run against the
6058 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
6059 results-master.html"
6061 Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6068 <complexType>; this caused a seg fault, due to a double-free
6072 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
6086 * NEWS configure.in doc/*: release of libxml2-2.6.13
6096 * xmllint.c: added --path option and --load-trace options to
6102 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
6119 Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6134 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
6142 Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6144 * test/schemas/import-bad-1_0.imp: Added missing test file.
6147 - see #150840.
6173 * configure.in: removing -O -g from default gcc flags #150828
6191 Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6198 elements declarations with the built-in type 'anyType'.
6202 as duplicate if located in the subtree of <choice> -> <sequence>.
6212 * result/schemas/ct-sc-nobase_0_0*
6213 result/schemas/facet-whiteSpace_0_0*
6216 result/schemas/restriction-attr1_0_0*
6217 result/schemas/seq-dubl-elem1_0_0*
6218 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
6219 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
6220 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
6222 test/schemas/include3_0* test/schemas/restriction-attr1_0*
6223 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
6224 test/schemas/xsd-list-itemType_0*: Added new tests and missing
6247 string (printed by xmllint with --version)
6271 the --c14n description, c.f. #144675 .
6280 xmlParseInNodeContext(), added support at the xmllint --shell
6299 * xmllint.c: added a --c14n option to canonicalize the output
6306 --no-super-update option to xmlcatalog see #145461
6308 on -sgml --del without args see #145462
6313 * python/libxml.py: apply fix from Marc-Antoine Parent about
6334 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
6335 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
6340 * valid.c: fixed my mis-handling of External ID on last
6400 setting doc->charset.
6420 * tree.c: put in patch for Windows buffer re-allocation
6425 * xinclude.c: added some code to check, when an include is
6432 * error.c: fixed to assure user data param is set correctly
6433 when user structured error handler is called (bug 144823)
6452 to auto-create the appropriate object.
6484 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
6495 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
6496 which prevented building with --with-minimum
6513 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
6519 allowed to be variable-length (patch supplied by Marc-Antoine
6525 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
6532 python/libxml2-python-api.xml python/libxml2class.txt:
6546 of classes as public methods to avoid double-free problem like
6552 Now compiles warning-free, all tests passed.
6558 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
6569 applied Schemas patches from Kasimier Buchcik, there is still
6577 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
6596 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
6609 for --push testing to include the 'rb' param when compiled
6623 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
6648 compilation errors when configured with --with-minimum
6672 configuring using --with-thread-alloc
6733 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
6790 2004-05-25 Aleksey Sanin <aleksey@aleksey.com>
6803 --with-minimum (bug 142917)
6834 * error.c: modified to assure proper user data is sent to
6878 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
6929 is already present and, if so, to ignore the request to add it.
6969 * xmllint.c: adding a --maxmem option to check memory used.
6974 bug #141529 i.e. various problems when building with --without-html
6980 xmllint --stream --chkregister .
6984 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
7005 occurs 0 problems - fixes bug 140478.
7056 * SAX2.c: check attribute decls for xml:id and the value is an
7080 xmlXIncludeLoadFallback (now always 0 or -1)
7097 finished are usable as-is
7124 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
7135 which was causing check-relaxng-test-suite.py test 351 to fail.
7149 2004-04-01 Johan Dahlin <johan@gnome.org>
7155 * xmlschemas.c: small signed-ness patch from Steve Little
7236 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
7237 check-xsddata-test-suite.py: reduce verbosity
7239 tests for Relax-NG and Schemas Datatype to "make tests"
7247 reference counting is handled in the XML parser which had the
7254 * relaxng.c: added an error message when an element is not
7260 better handle initial or ending '-' (bug 135972)
7266 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
7310 (second attempt - don't know what happened to the first one!)
7323 * xinclude.c: enhanced to assure that if xpointer is called
7324 for a document, the XML_PARSE_NOENT flag is set before parsing
7328 is encountered, it will log it and not crash (bug 135713)
7332 * xinclude.c: modified to make sub-includes inherit the
7347 to fix --with-html-dir option.
7349 * doc/html/libxml-xmlsave.html: new file from new header.
7355 disabled as well as --with-minimum should fix #134695
7381 HP-UX)
7396 * Makefile.am: patch for cross-compilation to Windows from
7430 --without-valid should fix #135309
7455 * testSAX.c: add --timing option
7476 is passed.
7482 * xmlreader.c: fixed xmllint --memory --stream memory consumption
7489 * xmllint.c: fixed xmllint --stream --timing to get timings back
7499 * valid.c: removing a non-linear behaviour from ID/IDREF raised
7544 suspicious about it but this is fairly contained and regression
7573 to fix problem with --with-minimum configuration
7581 William :-)
7638 * HTMLparser.c: added initialisation for ctxt->vctxt
7686 html - this time doing it correctly :-)
7709 related to automake-1.8 , c.f. #132513 and #129861
7736 Steve Ball to avoid a double-free.
7749 is to be able to reuse the XSLT stylesheet dictionary, but this
7752 to build a new dictionary based on another read-only dictionary.
7753 This is needed for XSLT to keep the stylesheet dictionary read-only
7758 * testSAX.c: adding option --repeat for timing 100times the parsing
7772 * xpath.c: fixed problem with union when last() is used
7803 xmllint --memory --timing --repeat --stream ./db10000.xml
7813 * xmlreader.c: fixing some problem if configured --without-xinclude
7830 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
7870 update custom tutorial-building stylesheets in preparation
7881 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
7901 * tree.c: added code to check if node content is from
7909 * xml2-config.in: added an additional flag (--exec-prefix) to
7926 contains another include - Bug 129969)
7957 and range-to function; much better, but still not complete
8040 document order for attributes is retained (Bug 129331)
8066 * tree.c - add explanation of namespace inheritance when
8067 ns is NULL to xmlNewChild and xmlNewTextChild API doc
8102 * doc/html/libxml-pattern.html: - cvs add API docs for new
8129 libxml2-2.6.3, updated and regenerated the docs.
8183 the XInclude level, raise a warning if the old one is found,
8262 * xmllint.c: added --pattern to test when doing --stream
8296 structures in a multi-threading environment. This fixed
8307 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
8308 handled internally by default, with proper BOM and UTF-16LE
8309 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
8317 build with all compilers. Added C-Runtime option for MSVC. Included
8328 is broken on 2.6.x
8334 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
8343 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
8367 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
8383 * doc/xml.html, docs.html: remove reference to gtk-doc now that
8425 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8436 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
8439 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
8444 the build process to remove all remains from the old gtk-doc
8445 inherited, libxml2-refs.xml is now generated by apibuild.py, the
8454 improve auto-generation of documentation
8459 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8465 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
8488 * doc/html/*.html: Finally - found the problem with the
8490 Re-created the pages using a temporary version of
8499 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
8506 * libxml.spec.in: make sure doc/examples is packaged
8518 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
8519 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
8520 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
8521 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
8522 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
8529 and manually edited generated file doc/gnome-xml.xml to put
8540 minor error cleanup for gcc-3.3.[12] compilation warnings.
8567 Makefile.am is now generated by index.py
8579 * check-xinclude-test-suite.py: less verbose on difference
8582 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
8587 is autogenerated describing the examples.
8593 fixed missing '-' in block names, enhanced the hack for
8635 * xmllint.c: change --html to make sure we use the HTML serialization
8636 rule by default when HTML parser is used, add --xmlout to allow to
8664 * xmllint.c: added --walker and made sure --xinclude --stream --debug
8673 * tree.c nanohttp.c threads.c: second BeOS patch from
8703 * valid.c: the a-posteriori DTD validation code was not validating
8709 when input file is stdin (bug 125801)
8713 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
8764 * valid.c: in HTML, a name in an input is not an ID
8786 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
8857 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
8873 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
8882 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
8892 list by Melvyn Sopacua - wrong argument order on functions
8897 * valid.c xmlIO.c: fixes for compiling using --with-minimum
8908 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
8928 Fixed the HTTP<->parser interraction, which should fix 2 long
8951 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
8953 many warning messages on certain platforms, and also high-
8973 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
8991 * legacy.c: remove the warning for startDocument(), as it is used by
8992 glade (or glade-python)
8995 tests under valgrind. There is still a few leaks reported by the
9034 * check-xml-test-suite.py: removed some annoying warnings
9036 in the PubidChars definition, regenerated, there is still
9067 * parser.c: fix the potentially nasty access to ctxt->serror
9068 without checking first that the SAX block is version 2
9181 return is always zero terminated. Should also help detecting
9190 handling in the Relax-NG module.
9194 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
9209 * check-xml-test-suite.py: fixing the script
9279 of a pain murrayc is really gonna be.
9297 option --with-push, some cleanups, chased code size anomalies.
9298 Now a library configured --with-minimum is around 150KB,
9303 * libxml-2.0-uninstalled.pc.in: New file for building against
9305 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
9313 added 2 new configure option: --with-reader --with-sax1
9314 to allow removing the reader or non-xmlReadxxx() interfaces.
9321 code which is not strictly needed by the parser.
9342 Okay this is scary but it is just adding a configure option
9352 with debug but without mem-debug
9363 option --with-minimum compiling only the mandatory code
9388 if the result is not well formed that ctxt->myDoc is not NULL
9405 could be reproduced by xmllint --format
9409 * doc/libxml2-api.xml: rebuilt the API
9411 --nocdata and --nsclean to remove CDATA section and surperfluous
9422 is found within a cdata section.
9428 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
9465 * xmllint.c: add --nodict
9482 * doc/libxml2-api.xml win32/libxml2.def.src: updated
9491 * parser.c: make sure xmlDetectSAX2() is called only at
9505 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
9519 * configure.in: preparing a 2.6.0-beta2 release
9527 reader, the node content access is still TODO, it's too different
9533 namespaces is slightly different now.
9550 mmaped file (--stream --memory)
9579 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
9590 seriously with per-document dict and element and attribute nodes
9598 * xmllint.c: fix --stream --repeat --timing
9607 * Makefile.am result/*.rdr : adding non-python reader regression
9622 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
9639 * valid.c: fixed bug 121759 - early declaration of
9640 attribute-list in external DTD
9646 * doc/xmllint.html: update of the page, remove --sgml
9692 except entities for which libxml2 is different by default
9696 * result/c14n/with-comments/example-4
9697 result/c14n/without-comments/example-4: this also fixes a subtle
9704 is some work letf TODO, like namespace validation and attributes
9711 SAX block for v1 or v2. Most of the namespace work is done
9716 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
9724 of compressed files, setting doc->compressed appropriately
9734 * dict.c: allow to give -1 for undefined length in lookups
9742 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
9743 sax->warning with wrong params).
9757 extensions for future work on using per-document dictionaries.
9784 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
9785 to add --libtool-libs option to xml2-config script.
9799 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
9823 fix my bad - forgot to check in new files when I last
9847 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
9857 * include/libxml/[threads-xpointer].h: realigned parameters
9935 --dtdvalidfpi for Tobias Reif
9947 "const xmlChar *" instead of "xmlChar *", this is either
9951 * doc/libxml2-api.xml doc/html/*: the API interface changed and
9960 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
9971 doc/libxml2-api.xml: Minor changes to comments, etc. for
9973 * doc/Makefile.am: further adjustment to auto-generation of
9978 * News configure.in: preparing libxml2-2.5.10 release
10004 * encoding.c: applied UTF-16 encoding handling patch provided by
10006 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
10028 * autogen.sh: took away the requirement for automake-1.4,
10032 -ieee flag, fixed test for ipv6
10036 whenever libxml2-api.xml is changed.
10040 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
10041 is not used.
10045 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
10049 * News configure.in: preparing libxml2-2.5.9 release
10054 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
10061 the progressive HTML parser front-end on large character data
10074 when the library is not initialized and one try to save, the
10083 (with apologies to Igor) - Enhanced handling of docb and
10089 configured with --with-iconv=no
10107 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
10157 (a little more to be done, awaiting co-ordination)
10188 significant whitespace. There is an enum for node type
10194 ISO-8859-x encoding support when iconv is not available
10227 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
10228 when fixing the previous Relax-NG bugs
10231 * configure.in: added support of -with-fexceptions for nested C++
10277 up-to-date version is visible on the Web
10364 compilation on DJGPP Ms-DOS compiler.
10371 with --without-xpath since the Schemas code needs NAN and co.
10375 Fixed problem with multi-threading, shown by the test program
10398 have_ipv6(): Added to check for run-time IPv6 support.
10402 resolution, if it is available on the system, as gethostbyname
10409 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
10412 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
10414 gethostbyname only if IPv6 run-time support is available.
10450 to handle saving back "UTF-16" documents.
10486 * doc/libxml2-api.xml: this extends the API with new functions
10494 to conciliate --with-python= requirements and RPM builds,
10503 * xmllint.c doc/xmllint.xml: added --nonet option
10504 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
10506 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
10517 * minor cleanup of configure '--help' display
10522 * tree.c: PI nodes in external subset were not freed :-\
10527 * xmllint.c: added --schema option to run WXS schema validation
10559 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
10568 * xml2-config.in: try to fix Red hat bug #89957, do not
10569 output -L/usr/lib64
10580 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
10581 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
10593 win32/libxml2.def.src from doc/libxml2-api.xml
10594 * win32/libxml2.def.src: is autogenerated from now on, changes
10607 * win32/configure.js: thread-enabled build is now default
10644 to get libxml-2.5.7 to compile on OpenVMS
10671 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
10681 * check-relaxng-test-suite2.py: seems I forgot to commit the
10733 update man page to explain use of --stream
10751 * doc/libxml2-api.xml: just rebuilt the API
10795 provided it as xmllint --stream --relaxng .rng .xml
10804 tests, only fix needed is related to error messages.
10817 xmllint --stream and xmllint --stream --valid returns errors
10825 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
10900 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
10912 http://www.w3.org/2001/05/xmlschema-errata#e2-12
10943 testsuite. Current status is now
10976 is an URI reference
10980 * xpath.c: fixed bug #109160 on non-ASCII IDs
11003 update xmllint man page with --relaxng option
11070 * xmllint.c: report xmlTextReaderHasValue() result in --stream
11071 --debug output.
11099 * doc/libxml2-api.xml: rebuilt
11136 * check-xsddata-test-suite.py: cosmetic change for output
11144 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
11173 * relaxng.c: switched back to the previous Relax-NG code base,
11183 that the original RelaxNG validation code was un-fixeable, it got
11211 variable to control the indentation for the xmllint "--format"
11257 * check-xsddata-test-suite.py: give more infos
11259 REF->DEF in attribute values.
11263 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
11312 * tree.c: fixed xmlSetProp and al. when the node passed is not an
11317 * check-relaxng-test-suite.py: added memory debug reporting
11383 * SAX.c: ensured xmlDoc.URL is always canonic
11401 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
11416 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
11420 * relaxng.c check-relaxng-test-suite.py: more work on the
11428 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
11433 * relaxng.c: more bug-hunting
11434 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
11441 * check-relaxng-test-suite.py relaxng.c: more testing on the
11442 Relax-NG front, cleaning up the regression tests failures
11454 * check-xinclude-test-suite.py: improved the script accordingly
11469 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
11491 * check-relaxng-test-suite.py: python script to run regression
11495 * doc/libxml2-api.xml: updated the API
11533 of schemas and --relaxng option display in xmllint, pointed by
11559 * xmllint.c: added --relaxng option
11567 content is not determinist
11676 * relaxng.c: more work on Relax-NG, implementing externalRef
11683 * relaxng.c: more work on Relax-NG, implementing interleave
11689 * relaxng.c: more work on Relax-NG, implementing interleave
11702 * relaxng.c: more work on Relax-NG
11736 "--add" option in xmlcatalog man page
11745 * relaxng.c: more work on Relax-NG
11751 * relaxng.c: more work on Relax-NG
11758 * relaxng.c: more work on Relax-NG
11769 * relaxng.c: more work on Relax-NG
11772 Relax-NG regression tests and results
11777 First commit of the new Relax-NG validation code, not generally
11789 * python/generator.py: seems there is no good reasons to
11796 * doc/libxml2-api.xml: rebuilt the API description with
11851 Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11870 return is None
11874 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
11886 external parsed entities if substitution is asked.
11897 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
11908 entities in 2.5.0 :-(
11913 for --stream --debug if compiled without debug support.
11919 update man page with --stream and --chkregister
11923 * globals.c: fixed --with-threads compile
11924 * xmllint.c: fixed --without-debug compile
11946 * libxml-2.0.pc.in: applied the patch to fix #101894
11952 register callbacks with --chkregister
11991 * xmllint.c: added the --stream flag to use the TextReader API
12058 the input is not referenced anymore.
12094 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
12143 page - bug #100907
12161 * doc/libxml2-api.xml python/tests/reader.py: one really need
12177 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
12196 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
12199 Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12222 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
12230 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
12244 Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12251 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
12261 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
12271 Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12277 * catalog.c doc/libxml2-api.xml: a bit more cleanup
12281 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
12290 * libxml.spec.in: make sure the API XML description is part of the
12311 Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12342 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
12370 the next node (I guess this is the result of some cut & paste programming:)
12381 Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12386 Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12410 is in the middle of an UTF8 multibyte character.
12418 * parserInternals.c: cleaned up ctxt->sax initialisation.
12438 the new set of comments generated for doc/libxml2-api.xml were
12443 * doc/Makefile.am: repair some problem if gtk-doc fail or such
12447 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
12457 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
12462 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
12478 xmllint --recover feature.
12498 Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12514 callback is never used.
12549 Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12555 Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12571 Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12585 Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12590 Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12592 * threads.c: improvements to the Windows-side of thread handling
12595 * include/win32config.h: adapted thread-related macros to the new
12601 2002-10-31 John Fleck <jfleck@inkstain.net>
12604 added UTF-8 conversaion FAQ from Marcus Labib Iskander
12606 Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12666 * debugXML.c: adding a grep command to --shell in xmllint
12671 * xmlcatalog.c: tried to fix some of the problem with --sgml
12675 * parser.c: tried to fix bug #91500 where doc->children may
12706 is no DTD, pointed by Christian Glahn
12722 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
12740 * testSchemas.c: added --memory to test the new interface
12762 * doc/index.py doc/search.php: added mailing-list archives
12778 Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12788 Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12797 * win32/Makefile.msvc: introduced double-run compilation.
12825 ATTRIBUTE_UNUSED is always put after the attribute declaration,
12854 fixing ftp links - thanks to Vitaly Ostanin
12872 Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12877 Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12882 Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12908 as fast as the old DTD validation specific engine :-) despite
12913 * valid.c: determinism is debugged, new DTD checking code now works
12915 set usues too much memory to be really usable as-is
12920 * xmllint.c: --version now report the options compiled in
12927 checks is still needed
12955 transitions :-(
12960 python/libxml2-python-api.xml python/libxml2class.txt
12969 Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13051 easier to read ( use "--param callout.graphics 1" to generate
13056 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
13071 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
13081 2002-08-22 Havoc Pennington <hp@pobox.com>
13095 Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13100 2002-08-18 Havoc Pennington <hp@pobox.com>
13102 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
13105 release, or manually creating symlinks called "automake-1.4" and
13106 "aclocal-1.4"
13125 and run with --nowarning to avoid a spurious warning
13136 * tree.c: applied the same fix for the XML-1.0 namespace to
13184 patches from Marc-Andre Lemburg
13186 the XML-1.0 namespace on xml:xxx attributes
13216 when using '-jX' make parameter)
13231 and '!=' for nodesets) - fixes bug 85256. Added new
13240 Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13259 ID attributes on a namespaced node wasn't handled correctly :-\
13273 removing ctxt->token for good.
13281 expressions involving preceding-sibling (et al).
13295 2002-06-14 Aleksey Sanin <aleksey@aleksey.com>
13325 to get rid of ctxt->token, with a possible significant speed
13328 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
13333 * parser.c: Babak Vahedipour-Kunze reported that openTag in
13343 2002-06-06 Aleksey Sanin <aleksey@aleksey.com>
13379 * result/c14n/exc-without-comments/merlin-c14n-two-*
13380 result/c14n/without-comments/merlin-c14n-two-*
13381 test/c14n/exc-without-comments/merlin-c14n-two-*
13382 test/c14n/without-comments/merlin-c14n-two-*
13383 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
13384 c14n/exc-c14n and slightly modified test script to handle
13387 without node and others from merlin-c14n-two.tar.gz)
13395 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
13461 used to do one-level indent) with default value " " (as it was
13472 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
13489 next step is <xs:import> I now have a reasonable understanding
13496 Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13538 * xml2-config.in: fixed an error pointed by an user
13638 Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13658 Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13666 Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13681 XML Schemas implementation, it is not configured in by default,
13682 a specific --schemas configure option has been added.
13724 Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13756 * xmllint.c: applied a fix from Anthony Jones for -o /--output
13822 * nanohttp.c: fixing #76043, got fed up with non-portability
13827 * valid.c SAX.c: Never commit without running "make tests" :-(
13851 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
13863 from that sub-step evaluation is empty. Also fixes 2 potential
13864 problem with previous-sibling and next-siblings axis.
13869 HTML support is not configured in.
13875 this test version :-(
13882 added a --quiet option:
13883 paphio:~/XML -> ls -l db100000.xml
13884 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
13885 paphio:~/XML -> time ./testSAX --quiet db100000.xml
13898 tests (except python ones) under Valgrind (using valgrind -q
13908 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
13909 context of ScrollKeeper, made sure that if the number is
13911 http://www.w3.org/TR/xpath#section-String-Functions
13920 xmlSubstituteEntitiesDefault(1) is set, it will then
13923 * testSAX.c: added --noent to test the behaviour.
13951 is that Python includes are real crap.
13956 xml2-config --cflags should not output
13957 -I$includeprefix/libxml2/libxml because libxml2 header names
13972 2002-03-13 jacob berkman <jacob@ximian.com>
13974 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
13996 --with-buffers option, and all the preprocessor conditional
14009 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
14013 * check-xml-test-suite.py: fix to adapt varaiations in the
14047 precision when gettimeofday() is not availble but ftime() is
14052 are now copied on install and part of the -devel RPM
14064 inter-document cut'n paste
14088 which indicated an end-of-file or an error.
14092 * parser.c: make sure SAX endDocument is always called as
14094 used to decrement ref-counting)
14096 python/libxml2-python-api.xml python/libxml2class.txt
14109 simply hold a copy of namespace nodes and those node ->next
14151 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14161 added the 'usual' setup.py to allow building a libxml2-python
14162 module based on the same code. The initialization is however
14164 they entry point initialize both libraries. this is done to avoid
14208 when a document is standalone seems correctly handled. There
14209 is a couple of open issues left which need consideration especially
14222 * check-xml-test-suite.py: added duration info for the tests
14245 * check-xml-test-suite.py: fixed the test script after some discussion
14266 * check-xml-test-suite.py: improved the behaviour a bit as
14273 * check-xml-test-suite.py: python script to run regression tests
14338 Tentatively fixed #69655 , make compiling with -Wredundant-decls
14390 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14401 * debugXML.c: always use stdout if output is NULL
14432 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14443 * python/TODO python/libxml.c python/libxml2-python-api.xml
14447 there is just one left in XPath extension registrations.
14451 * python/TODO python/generator.py python/libxml2-python-api.xml
14463 python/generator.py python/libxml2-python-api.xml
14477 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
14491 python/libxml.c python/libxml2-python-api.xml
14500 in the libxml2-python package including docs. Slightly changed
14507 added libxml2-python as part of the packages installed
14531 they now support XPath and there is no evident leak
14584 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
14586 to generate cross-references, and added/updated the stylesheets
14588 is not done yet.
14607 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
14617 coverage is now 100%
14621 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
14622 extracts comments from the gtk-doc DocBook output (a bit
14627 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
14699 at fixing #61290 :-(
14708 * tree.c: trying to avoid troubles when a subtree is copied
14756 and make sure IN_LIBXML is defined when compiling it
14757 -------
14772 when the version info is not present.
14783 is large.
14793 xsltproc is not available or fails in the prefix provided
14804 * result/VC/ElementValid[5-7]: fixed the output
14818 * xmllint.c: applied Justin Fletcher patch for --output or -o
14836 *doc/xmllint.xml, xmllint.1 - document --dropdtd
14841 * valid.c: added --dropdtd
14843 from the document if the node is a DTD
14872 * configure.in libxml-2.0.pc.in: trying to fix the libs
14883 * testURI.c: added --escape option
14884 * configure.in: some cleanup for xml2-config --cflags
14905 --repeat --timing output
14910 where non-wellformed XML declaractions were not detected.
14935 * xmllint.c: better --catalogs description
14964 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
15023 * xmllint.c: Morus Walter patch to allow --format and --encode
15084 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
15085 document --sgml option, fixing gnome bugzilla #63382
15092 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
15093 for install-catalog
15141 * uri.c: second pass at fixing #63336, using Joel Young
15148 URI-References.
15170 New and improved man page for xmllint - .xml is the original, .1
15171 is the generated man page
15183 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
15198 * xmllint.c: added --sgml for SGML DocBook importing
15215 * *.c : make sure globals.h is always included.
15246 the allocation be per-thread a configure option
15279 --with-threads defined at configure time or not.
15296 integrating the non-controversial parts of Gary Pennington
15331 super catalog support adding one API and one flag --sgml to
15379 * xpath.c: fix bug #61291 the default XML namespace node is
15385 * SAX.c: ouch a non-defined namespace could lead to a crash,
15413 HAVE_STAT is not defined
15419 * catalog.c - fixed typing error reported by M. Barros
15423 * xmllint.c - fixing typo
15443 * Makefile.am libxml.spec.in: backing up non-documented changes
15450 when iconv is specified to be in a non-standard directory
15451 but wasn't exported in xml2-config --cflags
15468 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
15469 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
15475 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
15528 * parser.c: warn if version is not 1.0 but it's not
15533 *doc/catalog.html - add link to the html version of the
15553 * trionan.c: Fixed const and volatile re-definition problem
15576 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
15581 --convert option to xmlcatalog to convert SGML ones to
15662 Re-worked Not-A-Number and Infinity support.
15672 XML Catalogs http://www.oasis-open.org/committees/entity/
15673 not finished, there is some interesting tradeoffs and a
15720 the non-boundchecking Sprintf functions, add Snprintf
15737 * xmllint.c: adding a --format option
15764 tree, this is needed for XPath and can be a useful feature.
15781 entity wasn't done breaking XSLT unparsed-entity-uri()
15787 * debugXML.c: show up when a text node is supposed to not be escaped
15813 libxst/tests/general/bug-12
15827 2001-07-27 Darin Adler <darin@bentspoon.com>
15832 2001-07-27 Darin Adler <darin@bentspoon.com>
15899 100% coverage by gtk-doc
15939 2001-07-13 Peter Williams <peterw@ximian.com>
15954 tree.c xpointer.c: store the line numbder in element->content,
15957 2001-07-10 Darin Adler <darin@bentspoon.com>
15996 layer should URI-Unescape before trying to open resources.
16007 an added option --nocdata to testXPath
16011 * doc/libxml-doc.el: Felix Natter provided anew version working
16036 * SAX.c: fixed a URI-Reference computation problem when validating
16110 * Makefile.am: added --push regression tests
16111 * parserInternals.c: the XML parser segfaulted in --push mode
16116 check, this is not portable and will be removed soon.
16176 * configure.in: updated, include/libxml is now a real CVS dir
16180 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
16182 the prefix of the html-files) from Felix Natter.
16188 when using docbook-xsl-1.4, * should filter out document nodes
16194 * doc/FAQ.html: added a warning about gcc-3.0
16200 * xmlversion.h: okay this is a generated file, but Windows
16230 * Makefile.am: cleanup when --without-debug is specified
16232 w.r.t. --without-debug and other include points
16236 --without-corba, made the _private field mandatory
16248 * xmllint.c: added --loaddtd and sligly changed --postvalid to
16260 add xml2-config.in to EXTRA_DIST
16266 ctxt->vctxt.nodeTab was allocated and freed changed over
16289 * xmllint.c: added --version for bug reporting
16300 when using -liconv
16314 * xpath.c: bug detected by Ankh when / is used as a function arg
16338 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
16347 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
16363 memory block in a strange case where libxml is linked twice
16410 * doc/libxml-doc.el: Felix Natter provided a new version for
16420 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
16424 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
16443 * error.c: Workaround for non-preserving variadic list.
16461 "US-ASCII" encoding alias
16482 * SAX.c: minor change around ctxt->loadsubset
16495 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
16513 * tree.c: fixed a gross mistake in base computation, xml:base is
16516 and URI from the XPath context when it is called.
16522 * xmllint.c: added a --catalogs option to load catalogs from
16551 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
16585 * configure.in: trying to deal again with the stoopid -R linking
16621 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
16623 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
16640 propagation of ctxt->_private when parsing external entities
16652 * valid.c: warn when indeterminist content model is detected
16654 * Makefile.am: add --novalid for VCM tests
16682 * configure.in: tying to fix -liconv where needed
16706 general/bug-8-
16742 * TODO: updated (by saying some is obsolete)
16764 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
16773 * xpath.c: fixed bug #53689 related to processing-instruction()
16804 I would like xmllint --copy --debug test/ent1 and
16805 xmllint --debug test/ent1 to show the same result.
16817 is validity errors
16822 of external parsed entities, added --noent to testDocbook
16903 * xmlIO.c: entity loading is printed as an error when validating
16923 * valid.[ch] tree.h: worked *hard* to get non-determinist content
16924 validation without using an ugly NFA -> DFA algo in the source.
16998 * xmllint.c: added --auto to autogenerate a doc, allow to
17034 * testXPath.c : added a --tree option allowing to display the
17047 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
17082 * configure.in: removed -ansi flag from the pedantic set
17086 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
17087 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
17088 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
17089 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
17090 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
17097 Cleanup, staticfied a number of non-exported functions,
17140 problems related to the absence of context at parse-time,
17180 a fix for --with-html-dir= configure support. I hope it won't
17194 * README.cvs-commits: added, pointing to HACKING
17222 just because of strangeness in XSLT XML Rec ouptut :-(
17226 * Makefile.am: Martin Baulig suggested to add -lm
17248 * configure.in Makefile.am example/Makefile.am: Added -lm.
17259 content proves that this is not part of the element content.
17271 converted to a node-set
17301 * xmllint.c : added --timing
17350 * xpath.c: bug fix when context size is 0
17356 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
17361 attributes within the XML-1.0 namespace
17374 updated the examples, this is better
17426 * tree.c: preserve node->name special values when copying nodes.
17476 Changed the library name, in order to get libxml-devel and
17477 libxml2-devel to coexist on a single system
17478 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
17479 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
17483 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
17484 libxml2-devel installable in // as libxml-devel.
17498 the HTML doc to go into the -devel RPM ...
17553 whe this one is not present initially.
17564 context bug (tagged 9999 in case is is wrong)
17589 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
17653 * xmllint.c: Made is so if the file name is "-" is will read form
17667 of xmllint too when using --memory flag, added a memory test
17682 on a non-updated tree :-(, made a 2.2.10 release to correct the
17699 * HTMLparser.c: some fixes on auto-open of html/head/body
17732 when a node context is provided.
17738 * tree.c: fixed a formatting problem when round-tripping
17750 the WWW-Authorization header.
17765 this is a new xmllint option
17777 Michael Schmeing <m.schmeing@internet-factory.de>
17792 string-range, fixed a stoopid error when '0' was present
17827 * xml-config.1: received a fixed version from Fredrik Hallenberg
17840 an error handler type xmlGenericErrorFunc there is an interface
17901 * xpointer.c: range() range-inside and other helper functions
17939 string-range for empty strings
17956 * xpointer.c: implemented string-range() at least a good first version
17958 result/XPath/xptr/strrange: the string-range() tests
17976 Albert Chin-A-Young <china@thewrittenword.com>
17981 and added a --dtdvalid option to xmllint used to test it
17985 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
17986 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
18022 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
18101 * configure.in xml-config.in: patch from "Ben Taylor"
18104 2000-09-30 Martin Baulig <baulig@suse.de>
18106 * libxml-2.0.pc.in: Provide pkg-config script.
18108 * configure.in: Create the libxml-2.0.pc script from the
18109 libxml-2.0.pc.in templates.
18110 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
18120 * xpath.c: patch for normalize-string() substring-before(),
18121 substring-after() and translate() functions from Bjorn Reese
18136 an URI bug and a fix for the control-character-induced infinite loop
18157 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
18174 * HTMLparser.c parser.c: set ctxt->errNo before calling the
18183 * uri.c: fixed a problem when URI is NULL
18207 the gain in size is significant so ...
18254 * HTMLparser.[ch] testHTML.c: applied the second set of
18259 * result/HTML/*.sax: updated since the output is now HTML
18292 * SAX.c: redefinition of entities is reported in pedantic mode
18320 done on auto-opening of <p> tags and cleanup of SAX output
18337 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
18338 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
18344 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
18349 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
18350 * configure.in: added --with-readline=DIR to accept alternate
18352 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
18353 for ANSI under HP-UX
18354 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
18385 2000-08-04 Sven Heinicke <sven@zen.org>
18395 * xmllint.c configure.in: added a --memory flag to test memory
18416 fixed the ISO-Latin-1 one
18417 * xmllint.c testHTML.c: added/made visible --encode
18433 * nanoftp.c: fixed the way the control connection is handled
18443 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
18464 lacks iconv support :-( need to release 2.1.1
18500 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
18506 libxml-1.x and libxml-2.x
18515 among others. Work based on initial patch from Yuan-Chen Cheng
18520 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
18525 * SAX.c: moved doc->encoding update in the endDocument() call.
18531 * TODO: added item about --disable-corba configure switch
18537 comment and headers changes to lower gtk-doc number of warnings
18567 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
18587 * configure.in: preparing libxml-2.0.0 version looks Ok so far
18594 Makefile.am : added compile-time customization of libxml
18595 --with-ftp --with-http --with-html --with-xpath --with-debug
18596 --with-mem-debug
18617 the last commit :-)
18642 * configure.in : 2.0.0-beta
18671 this is hard. Left a flag for that purpose. Fixed bug #6766
18677 * doc/xml.html : applied second patch from Paul DuBois
18719 2000-01-29 James Henstridge <james@daa.com.au>
18741 * xml-config.in: xml-config --version to just return the
18743 * xpath.c: some cleanup w.r.t. axis when the current node is
18749 * configure.in: prepared for libxml-1.8.5
18752 2000-01-17 Jody Goldberg <jgoldberg@home.com>
18756 when looking for zlib.h so that HAVE_ZLIB_H is defined.
18775 a lot of existing code :-(, fixed a bug in xmlNewNs
18810 declared to allow gtk-doc to expose those
18813 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
18830 * Makefile.in: fixed a problem with dist-hook duplicates
18832 APIs, now xmlLoadExternalEntity() is used everywhere and
18833 setting up an app specific front-end using the
18860 --push for push testing
18862 * testSAX.c: added --push
18881 * parser.c: fixed a stupid = vs. == bug :-(
18882 * doc/gnome-xml.sgml: s/glade/xml/
18887 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
18904 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
18909 1999-12-20 Chris Lahey <clahey@umich.edu>
18918 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
18925 namespace recognition, and Dia as a resul :-(
18934 * tester.c: added --postvalid, cleaning of the code
18949 * tester.c: added --debugent option
18956 unless you're Eve Maller you won't notice :-)
18958 lowercase internal tags, XHTML is lowercase, so it will help
18959 that output is closer to next version.
18960 * doc/* : regenerated the documentation, it is now hosted at
18961 http://xmlsoft.org/ (same bits I just bought the domain :-)
18974 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
18979 Configure with --with-buffers to activate them, they
18982 goal is 0 memory left allocated once parser is no more used
18988 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
18997 * tester.c: added --compress option
19023 cc compiler on HP-UX
19033 attributes detected by someone using libxml in embedded systems :-)
19037 * xmlmemory.h: turned off mem debug :-\
19043 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
19060 * testHTML.c: added --sax --repeat ...
19064 * tester.c: added --insert to test the 2 new functions
19067 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
19068 gnome-xml-nanohttp.html
19096 * xmlmemory.h: turning off memory debug :-(
19109 * doc/xml.html: improved the documentation front-end
19118 * parser.[ch]: changed errno to errNo in the parser context :-(
19128 * parser.c, xml-error.h: added errno ot teh context and defined
19130 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
19134 * overalll debugging, maintenance and bug-fixing on all modules
19152 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
19153 not all invocations of install understand -d.
19157 * Makefile.am: prepend all the test* calls with $(top_builddir) -
19190 * most .c : cleanup though -pedantic and Insure++
19193 * xml-config.in: closed #1810
19233 1999-07-26 Michael Meeks <michael@edenproject.org>
19244 XML query language, see http://www.w3.org/TR/xpath for more details.
19247 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
19269 - fix which allow "make install DESTDIR=</install/prefix>".
19274 which fixed a problem on the file reading-code.
19293 the same tree back-end. Hence gdome will be available for it.
19303 and xmlEncodeEntitiesReentrant with the correct one :-\
19328 * Release of libxml-1.1, nearly everything has been touched for
19340 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
19345 reentrancy problem at printing. One is left in entities.c, to
19349 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
19370 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
19374 * xml-config.in : applied patch to make --version work
19376 1999-03-05 Raja R Harinath <harinath@cs.umn.edu>
19378 * Makefile.am (check-local): Alias for `tests' target. This will
19385 * Renamed error.h to xml-error.h, corrected Makefile.am to list
19420 gtk-doc, cleanup of functions blocks, reorganisation of struct
19428 1999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
19435 exists, even if the node-list is NULL.
19441 week-end. Sorry for an empty CVS log, I got a shell problem.
19453 * README: added informations about mailing-list and on-line
19456 1999-01-27 Raja R Harinath <harinath@cs.umn.edu>
19458 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
19486 for node/trees/documents/... Biggest problem is namespace
19514 1998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
19522 * parser.c, parser.h: formatting, comments and UTF-8 planning.
19548 * tester.c: added --debug switch.
19549 * tree.c: patched an incorrect node->type assignment.
19550 * parser.c: formatting, ensure that node->doc != NULL in attributes
19559 two interfaces, and the generated tree is somewhat different.
19561 DOM/Corba. This is a first step.
19567 the SAX interface. The problem is that my SAX interface diverged
19568 quite a bit from the original one, well this is not an official
19569 spec, and translating it from Java to C is hairy anyway...
19578 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
19580 inputs. The core will run with UTF-8.
19584 * tree.c : make sure that the type id is properly set-up when
19585 a new object is allocated, needed for DOM.
19606 * added xml-config script.
19613 1998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
19616 commands as ',' is used when people pass -Wl,something.
19620 * tree.c, tree.h: added a per-document compression interface.
19632 1998-08-20 Raja R Harinath <harinath@cs.umn.edu>
19651 of a SAX-like interface. Nearly nothing left intact, even the
19654 1998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
19664 * configure.in: added test for CPP
19677 # vim: set enc=utf-8