|
1a9b7084
|
2004-01-02T10:42:01
|
|
found and fixed a bug misallocating some non blank text node strings from
* SAX2.c: found and fixed a bug misallocating some non
blank text node strings from the dictionnary.
* xmlmemory.c: fixed a problem with the memory debug mutex
release.
Daniel
|
|
1ff4213e
|
2003-12-31T14:05:15
|
|
fixed problem caused by wrong dictionary reference count, reported on the
* xinclude.c: fixed problem caused by wrong dictionary
reference count, reported on the list by Christopher
Grayce.
|
|
f7eb794c
|
2003-12-31T07:59:17
|
|
fixed problem pointed out by Stéphane Bidoul on the list. completed
* python/generator.py, python/libxml2class.txt: fixed problem
pointed out by Stéphane Bidoul on the list.
* xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
completed modifications required to fix Bug 129967 (at last!).
Now wait to see how long before further trouble...
|
|
72ee48d5
|
2003-12-30T08:30:19
|
|
Fixed memory leak reported by Dave Beckett Removed spurious comment
* parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
memory leak reported by Dave Beckett
* xmlschemas.c: Removed spurious comment reported on the mailing
list
* xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
Further work on Bug 129967 concerning xpointer range handling
and range-to function; much better, but still not complete
|
|
1f5c9891
|
2003-12-29T17:09:55
|
|
xmlValidateElement could crash for element holding a namespace declaration
* valid.c: xmlValidateElement could crash for element holding a
namespace declaration but not in a namespace. Oliver Fischer
provided the example.
Daniel
|
|
d21f61b5
|
2003-12-29T10:31:21
|
|
issue validation status on stderr, not stdout as suggested by Pawel
* xmllint.c: issue validation status on stderr, not stdout as suggested
by Pawel Palucha
* result/relaxng/*: this change slightly all the output from RNG
regressions.
Daniel
|
|
08171918
|
2003-12-29T02:52:11
|
|
edited a couple of comments in accordance with posting on the mailing list
* xmlschemas.c: edited a couple of comments in accordance with
posting on the mailing list (no logic change)
* xpointer.c: working on Bug 129967, added check for NULL
nodeset to prevent crash. Further work required.
* xpath.c: working on Bug 129967, added code to handle
XPATH_LOCATIONSET in RANGETO code, also added code to
handle it in xmlXPathEvaluatePredicateResult. Further
work required.
|
|
b15351e5
|
2003-12-27T04:34:42
|
|
added tests for xs:all to assure minOccurs and maxOccurs <= 1 (Bug 130020)
* xmlschemas.c: added tests for xs:all to assure minOccurs
and maxOccurs <= 1 (Bug 130020)
|
|
dc99df93
|
2003-12-27T01:54:25
|
|
fixed xmlFAParseCharRange for Unicode ranges with patch from Charles
* xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
with patch from Charles Bozeman.
|
|
9887395b
|
2003-12-26T06:03:14
|
|
fixed problem causing segfault on validation error condition (reported on
* xmlregexp.c: fixed problem causing segfault on validation error
condition (reported on mailing list)
|
|
cf9eadf7
|
2003-12-25T13:24:05
|
|
fixed missing dictionaries for Memory and Doc parser contexts (problem
* xmlschemas.c: fixed missing dictionaries for Memory and Doc
parser contexts (problem reported on mailing list)
* doc/apibuild.py: small change to prevent duplicate lines
on API functions list. It will take effect the next time
the docs are rebuilt.
|
|
e6e59cdf
|
2003-12-24T11:56:44
|
|
updated the docs and prepared a new release 2.6.4 Daniel
* configure.in NEWS doc/*: updated the docs and prepared a new
release 2.6.4
Daniel
|
|
509028f2
|
2003-12-24T11:10:17
|
|
remove deprecated warning on startElement() Daniel
* legacy.c: remove deprecated warning on startElement()
Daniel
|
|
b98d082e
|
2003-12-24T11:06:25
|
|
XInclude xpointer support was broken with the new namespace. Fixes #129932
* xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
was broken with the new namespace. Fixes #129932
Daniel
|
|
b0f397e1
|
2003-12-23T23:30:53
|
|
types might be redefined in includes, quick fix to allow this but lacks
* xmlschemas.c include/libxml/schemasInternals.h: types might be
redefined in includes, quick fix to allow this but lacks the
equality of the redefinition test.
Daniel
|
|
49bcb3a8
|
2003-12-23T16:47:44
|
|
Fixed typo pointed out by S.-H. Zimmermann, Daniel
|
|
ab1cedad
|
2003-12-23T07:16:17
|
|
fixed bug concerning validation using external dtd of element with mutiple
* valid.c: fixed bug concerning validation using external
dtd of element with mutiple namespace declarations
(Bug 129821)
|
|
84d83e34
|
2003-12-23T03:45:17
|
|
inhibited production of "(null):" in xmlGetNodePath when node has default
* tree.c: inhibited production of "(null):" in xmlGetNodePath
when node has default namespace (Bug 129710)
|
|
e8d1bd9d
|
2003-12-23T01:28:58
|
|
small enhancement to xmlXPathCmpNodes to assure document order for
* xpath.c: small enhancement to xmlXPathCmpNodes to assure
document order for attributes is retained (Bug 129331)
|
|
4bc5f430
|
2003-12-22T18:13:12
|
|
change xmlReadFd() xmlCtxtReadFd() xmlReaderNewFd() xmlReaderForFd(),
* parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
xmlReaderNewFd() xmlReaderForFd(), change those to not close
the file descriptor. Updated the comment, should close #129683
Daniel
|
|
2d2f1552
|
2003-12-21T23:36:39
|
|
fixed a serious problem in XInclude #129021 Daniel
* xinclude.c: fixed a serious problem in XInclude #129021
Daniel
|
|
87ab1c12
|
2003-12-21T13:01:56
|
|
fixed bug #129489, propagation of parsing flags in entities. improved the
* parser.c: fixed bug #129489, propagation of parsing flags
in entities.
* parser.c xmlreader.c: improved the comments of parsing options
Daniel
|
|
cafe8851
|
2003-12-21T10:14:35
|
|
applied fixes to allow build from 'outside' directory (Bug 129172)
* python/Makefile.am, python/tests/Makefile.am,
doc/Makefile.am: applied fixes to allow build from
'outside' directory (Bug 129172)
|
|
e1f70496
|
2003-12-20T23:43:28
|
|
tree.c - add explanation of namespace inheritance when ns is NULL to
Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
* tree.c - add explanation of namespace inheritance when
ns is NULL to xmlNewChild and xmlNewTextChild API doc
|
|
09428a39
|
2003-12-20T09:20:39
|
|
undid last change (my bad). Put necessary fix in libxslt/libexslt instead.
* include/libxml/xpathInternals.h: undid last change (my
bad). Put necessary fix in libxslt/libexslt instead.
* include/libxml/DOCBparser.h: put test for __GCC__ on
warning directive (Bug 129105)
|
|
966668a7
|
2003-12-20T02:10:28
|
|
fixed xmlXPathReturnString to cater for NULL pointer (bug 129561) added
* include/libxml/xpathInternals.h: fixed xmlXPathReturnString
to cater for NULL pointer (bug 129561)
* globals.c: added comment to suppress documentation warning
* doc/apibuild.py: fixed problem which caused last APIchunkxx.html
to be lost. Rebuilt doc/* (including adding APIchunk26.html)
|
|
f40c1ce9
|
2003-12-19T17:26:28
|
|
trying to fix #129692 xmlTextReaderExpand() when using an
* xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
using an xmlReaderWalker()
Daniel
|
|
a0e7e934
|
2003-12-19T03:13:47
|
|
tree.c fix misc. typos in doc comments include/libxml/tree.h elaborate on
Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
* tree.c fix misc. typos in doc comments
* include/libxml/tree.h elaborate on macro define doc
|
|
7ecced58
|
2003-12-18T14:22:09
|
|
base64Binary is supported now, Daniel
|
|
b286d84b
|
2003-12-17T15:08:55
|
|
don't call the result files .out but .res as the Makefiles tend to try
* doc/examples/*: don't call the result files .out but .res as
the Makefiles tend to try generating binaries for .out targets...
Daniel
|
|
36a83169
|
2003-12-17T03:56:21
|
|
doc/html/libxml-pattern.html - cvs add API docs for new pattern stuff
Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
* doc/html/libxml-pattern.html - cvs add API docs for new
pattern stuff
|
|
8b03bc56
|
2003-12-17T03:45:01
|
|
tree.c doc/* Elaborate in documentation discussion of xmlNewChild and
Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
* tree.c
* doc/*
Elaborate in documentation discussion of xmlNewChild
and xmlNewTextChild. Thanks to Steve Lenti for pointing
out the usefulness of a more explicit explanation of the
reserved character escaping issue.
|
|
619a97d3
|
2003-12-17T03:44:04
|
|
tree.c doc/* Elaborate in documentation discussion of xmlNewChild and
Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
* tree.c
* doc/*
Elaborate in documentation discussion of xmlNewChild
and xmlNewTextChild. Thanks to Steve Lenti for pointing
out the usefulness of a more explicit explanation of the
reserved character escaping issue.
|
|
758c531a
|
2003-12-15T11:51:25
|
|
Updated Relax-NG adding ISO standard reference, Daniel
|
|
efe6c74d
|
2003-12-12T14:56:03
|
|
applied patch from Stefan Kost Daniel
* xmlcatalog.c: applied patch from Stefan Kost
Daniel
|
|
38c53ecb
|
2003-12-11T14:16:18
|
|
applied small fix from Lucas Brasilino Daniel
* doc/examples/testWriter.c: applied small fix from Lucas Brasilino
Daniel
|
|
c5a29ca1
|
2003-12-11T13:56:54
|
|
added pattern support
|
|
3bcdc0e0
|
2003-12-11T11:11:54
|
|
Updating back to text versions, Daniel
|
|
024f1996
|
2003-12-10T16:43:49
|
|
fixed to point to releases of libxml2-2.6, Daniel
|
|
c480c4ea
|
2003-12-10T13:24:38
|
|
preparing release of libxml2-2.6.3, updated and regenerated the docs.
* configure.in doc/* libxml.spec.in: preparing release of
libxml2-2.6.3, updated and regenerated the docs.
Daniel
|
|
323268f0
|
2003-12-10T10:52:08
|
|
Fixed a reference to a removed file, Daniel
|
|
427174fb
|
2003-12-10T10:42:59
|
|
removed some compilation warnings Daniel
* SAX2.c pattern.c: removed some compilation warnings
Daniel
|
|
3df01181
|
2003-12-10T10:17:51
|
|
fixing bug #119264 xmllint failing to report serialization errors in some
* xmllint.c: fixing bug #119264 xmllint failing to report
serialization errors in some cases.
Daniel
|
|
18ab8721
|
2003-12-09T22:51:37
|
|
fixed an XML entites content serialization potentially triggered by
* entities.c: fixed an XML entites content serialization
potentially triggered by XInclude, see #126817
Daniel
|
|
10c08c7d
|
2003-12-09T15:14:26
|
|
applied the patch to xmlTextWriterStartPI() suggested by Daniel Schulman
* xmlwriter.c: applied the patch to xmlTextWriterStartPI()
suggested by Daniel Schulman in #128313
Daniel
|
|
6984e6d3
|
2003-12-09T14:20:17
|
|
another patch from Kenneth Haley for Mingw, c.f. #128787 Daniel
* configure.in Makefile.am: another patch from Kenneth Haley
for Mingw, c.f. #128787
Daniel
|
|
d324ff05
|
2003-12-09T14:09:47
|
|
applied patch from Kenneth Haley for compiling on Mingw see #128786 Daniel
* include/libxml/xmlexports.h: applied patch from Kenneth Haley
for compiling on Mingw see #128786
Daniel
|
|
5a30b2d1
|
2003-12-09T13:54:39
|
|
some flags were not passed down correctly as parsing options. Fixes
* xmllint.c: some flags were not passed down correctly as
parsing options. Fixes #126806
Daniel
|
|
e74d2e1c
|
2003-12-09T11:35:37
|
|
augmented the XInclude API to be able to pass XML parser flags down to the
* xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
include/libxml/xmlerror.h: augmented the XInclude API
to be able to pass XML parser flags down to the Inclusion
process. Also resynchronized with the Last Call W3C Working
Draft 10 November 2003 for the xpointer attribute.
* Makefile.am test/XInclude/docs/nodes[23].xml
result/XInclude/*: augmented the tests for the new namespace and
testing the xpointer attribute, changed the way error messages
are tested
* doc/*: regenerated the documentation
Daniel
|
|
b5fa0208
|
2003-12-08T17:41:29
|
|
filter warning messages if the global setting blocks them updated the
* error.c: filter warning messages if the global setting blocks them
* xinclude.c xmlreader.c include/libxml/xinclude.h
include/libxml/xmlerror.h: updated the change of namespace at
the XInclude level, raise a warning if the old one is found,
and some cleanup
Daniel
|
|
2f6ff81a
|
2003-12-08T12:11:14
|
|
tentative fix for #126117 character reference in attributes output problem
* tree.c: tentative fix for #126117 character reference in
attributes output problem in some cornercase.
Daniel
|
|
f88d8cf9
|
2003-12-08T10:25:02
|
|
tried to fix the problems reported in bug #126735 fixed again some problem
* python/libxml.py: tried to fix the problems reported in
bug #126735
* xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
fixed again some problem trying to use the structured error
handlers, c.f. bug #126735
* result/VC/ElementValid: tiny change due to the fix
Daniel
|
|
fded7bf9
|
2003-12-07T21:30:45
|
|
fixed __xmlRaiseError to use structured error handlers defined by
* error.c: fixed __xmlRaiseError to use structured error handlers
defined by xmlSetStructuredErrorFunc(), fixes bug #126211
Daniel
|
|
43caefb3
|
2003-12-07T19:32:22
|
|
attempt to fix #126211 ... Daniel
* parser.c: attempt to fix #126211 ...
Daniel
|
|
ffa7b7e2
|
2003-12-05T16:10:21
|
|
fixed the pattern interfaces but not yet the parser to handle the
* pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
include/libxml/xmlreader.h: fixed the pattern interfaces
but not yet the parser to handle the namespaces.
* doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
Daniel
|
|
1e90661b
|
2003-12-05T14:57:46
|
|
cleanup the make rebuild in doc, this include new directive to stop
* globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
include/libxml/pattern.h include/libxml/schemasInternals.h
include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
the make rebuild in doc, this include new directive to stop
documentation warnings
* doc/* doc/html/*: rebuilt the docs
* pattern.c xmlreader.c include/libxml/pattern.h
include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
to save nodes while scanning the tree with the reader, cleanup
the way element were freed, and xmlTextReaderPreserve()
implementation, the API might change for namespace binding support
when compiling patterns.
* doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
Daniel
|
|
85bb5b08
|
2003-12-04T14:12:05
|
|
oops forgot to modify/commit the new code. Daniel
* python/libxml.py: oops forgot to modify/commit the new code.
Daniel
|
|
6cbd6c07
|
2003-12-04T12:31:49
|
|
cleanup the output buffer support to at least get the basic to work fixes
* python/generator.py python/libxml.c python/libxml_wrap.h:
cleanup the output buffer support to at least get the basic
to work
* python/tests/outbuf.py python/tests/serialize.py: fixes and
cleanup.
* include/libxml/xmlwriter.h: cleanup
Daniel
|
|
7c5f5868
|
2003-12-04T04:57:40
|
|
John Fleck <jfleck@inkstain.net> rebuild docs
John Fleck <jfleck@inkstain.net>
rebuild docs
|
|
941f40d6
|
2003-12-04T04:55:46
|
|
include/libxml/xmlversion.h.in add WITH_TRIO comment so it shows up in the
Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
* include/libxml/xmlversion.h.in
add WITH_TRIO comment so it shows up in the docs
|
|
ebe48c60
|
2003-12-03T12:12:27
|
|
fix bug #128401 affecting regexp quantifiers Daniel
* config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
regexp quantifiers
Daniel
|
|
b3de70c2
|
2003-12-02T22:32:15
|
|
adding the pattern node selection code. Inheried in part from libxslt but
* pattern.c include/libxml/pattern.h: adding the pattern node
selection code. Inheried in part from libxslt but smaller.
* Makefile.am configure.in include/libxml/xmlversion.h.in:
integrated the pattern module, made it a configure time option
* xmllint.c: added --pattern to test when doing --stream
Daniel
|
|
c36965da
|
2003-12-02T10:28:48
|
|
fixed a problem in xmlreader validation when streaming exposed by reader2
* xmlreader.c: fixed a problem in xmlreader validation when
streaming exposed by reader2 example.
Daniel
|
|
990c7a9b
|
2003-12-02T03:42:56
|
|
doc/xml.html doc/docs.html add reference to the Code Examples page to
Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
* doc/xml.html
* doc/docs.html
add reference to the Code Examples page to docs.html list
of resources
|
|
c7646e6d
|
2003-12-01T11:33:27
|
|
Applied the patch for BCB from Eric
|
|
0eaf41c3
|
2003-12-01T04:45:26
|
|
un Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
* include/libxml/xinclude.h
* doc/*
Add comments for macro definitions in xinclude.h and
rebuild the docs
|
|
dd088c15
|
2003-12-01T04:07:49
|
|
doc/docdescr.doc Updating William's explanation of how to build docs,
Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
* doc/docdescr.doc
Updating William's explanation of how to build docs,
reflecting Daniel's new docs build system
|
|
0622fe8b
|
2003-11-29T10:47:56
|
|
enhanced by adding mutex to protect global structures in a multi-threading
* xmlmemory.c: enhanced by adding mutex to protect global
structures in a multi-threading environment. This fixed
some random errors on the Threads regression tests.
* encoding.c, include/libxml/encoding.h: Enhanced the handling of
UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
handled internally by default, with proper BOM and UTF-16LE
encoding. Native UTF-16LE and UTF-16BE encoding will not generate
BOM on output, and will be automatically recognized on input.
* test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
added regression tests for above.
|
|
2dffb760
|
2003-11-29T04:41:24
|
|
doc/xml.html doc/python.html fix tst.py text, which didn't import sys
Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
* doc/xml.html
* doc/python.html
fix tst.py text, which didn't import sys
|
|
f9415e49
|
2003-11-28T09:39:10
|
|
Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. Now
* encoding.c, include/libxml/encoding.h: Enhanced the handling of UTF-16,
UTF-16LE and UTF-16BE encodings. Now UTF-16 output is handled internally
by default, with proper BOM and UTF-16LE encoding. Native UTF-16LE and
UTF-16BE encoding will not generate a BOM on output, and will be
automatically recognized on input.
* test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*: added
regression tests for above.
|
|
ae8c9642
|
2003-11-27T18:40:18
|
|
adapted for the new ignorables
|
|
4f928215
|
2003-11-27T18:39:01
|
|
modified for compiler coexistence, added xmlwriter, added cruntime option
|
|
b23de5ad
|
2003-11-27T18:36:46
|
|
added IN_LIBXML macro
|
|
7c6f6cc6
|
2003-11-27T18:36:24
|
|
*** empty log message ***
|
|
5a816403
|
2003-11-26T20:57:47
|
|
*** empty log message ***
|
|
61a48c4f
|
2003-11-26T20:55:06
|
|
appied patch from Eric
|
|
c76440fc
|
2003-11-26T20:39:47
|
|
stefan on IRC pointed out that XML_GET_LINE is broken on 2.6.x Daniel
* include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
is broken on 2.6.x
Daniel
|
|
d4532558
|
2003-11-25T18:29:55
|
|
fixed #127877, never output " in element content this changes the
* entities.c: fixed #127877, never output " in element content
* result/isolat3 result/slashdot16.xml result/noent/isolat3
result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
result/valid/index.xml result/valid/xlink.xml: this changes the
output of a few tests
Daniel
|
|
bd2904b9
|
2003-11-25T15:38:59
|
|
added xsd:include support, fixed testSchemas behaviour when a schemas
* include/libxml/schemasInternals.h include/libxml/xmlerror.h
testSchemas.c xmlschemas.c: added xsd:include support, fixed
testSchemas behaviour when a schemas failed to parse.
* test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
test for xsd:include from Eric Van der Vlist
Daniel
|
|
e70c877c
|
2003-11-25T07:21:18
|
|
swapped the attribute defaulting and attribute checking parts of parsing a
* parser.c: swapped the attribute defaulting and attribute checking
parts of parsing a new element start, fixes bug #127772
* result/valid/127772.* test/valid/127772.xml
test/valid/dtds/127772.dtd: added the example in the regression tests
Daniel
|
|
74c0e594
|
2003-11-25T07:01:38
|
|
moved xmlCleanupThreads() to the end of xmlCleanupParser() to avoid bug
* parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
to avoid bug #127851
Daniel
|
|
f8b9de32
|
2003-11-24T14:27:26
|
|
fixing some Negative Character Group and Character Class Subtraction
* xmlregexp.c: fixing some Negative Character Group and
Character Class Subtraction handling.
Daniel
|
|
f2a12835
|
2003-11-24T13:04:35
|
|
more XML Schemas fixes based on Eric van der Vlist examples added
* xmlregexp.c xmlschemas.c: more XML Schemas fixes based
on Eric van der Vlist examples
* result/schemas/vdv-first4* test/schemas/vdv-first4*:
added regression tests
* doc/examples/Makefile.am doc/examples/index.py: do not
regenerate the index on make all target, but only on
make rebuild to avoid troubles.
Daniel
|
|
be9c6320
|
2003-11-22T20:37:51
|
|
lot of bug fixes, cleanup, starting to add proper namespace support too.
* xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
starting to add proper namespace support too.
* test/schemas/* result/schemas/*: added a number of tests
fixed the result from some regression tests too.
Daniel
|
|
2b7142a1
|
2003-11-22T03:55:27
|
|
remove reference to gtk-doc now that Daniel has removed it, fix link to
Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
* doc/xml.html, docs.html: remove reference to gtk-doc now that
Daniel has removed it, fix link to George's IBM article, other
minor edits
|
|
1d913863
|
2003-11-21T00:28:39
|
|
applied patch from Robert Stepanek to start import os schemas support,
* xmlschemas.c: applied patch from Robert Stepanek to start
import os schemas support, cleaned up stuff and the patch.
* test/schemas/import0_0.* result/schemas/import0_0_0*: added test
to regression, fixed a few regressions too.
Daniel
|
|
c59d826e
|
2003-11-20T21:59:12
|
|
applied two parsing fixes from James Bursa Daniel
* HTMLparser.c: applied two parsing fixes from James Bursa
Daniel
|
|
16ed597a
|
2003-11-20T18:22:31
|
|
added two xmlReader examples cleaned up some bugs in the process Daniel
* doc/examples/*: added two xmlReader examples
* xmlreader.c: cleaned up some bugs in the process
Daniel
|
|
5841f0e0
|
2003-11-20T11:59:09
|
|
applied patch from Alfred Mickautsch, bugfixes and comments added his test
* xmlwriter.c include/libxml/xmlwriter.h: applied patch from
Alfred Mickautsch, bugfixes and comments
* doc/examples/*: added his test as the xmlWriter example
* doc/html/ doc/*.html: this resulted in some improvements
* include/libxml/hash.h: fixed an inclusion problem when
<libxml/hash.h> wasn't preceeded by <xml/parser.h>
Daniel
|
|
a152c4d6
|
2003-11-19T16:24:26
|
|
fix an error message added tree2 example from Lucas Brasilino Daniel
* xinclude.c: fix an error message
* doc/examples/*: added tree2 example from Lucas Brasilino
Daniel
|
|
7f40d13a
|
2003-11-19T09:52:29
|
|
improve the sort sequence for page content regenerate the web pages
* doc/newapi.xsl: improve the sort sequence for page content
* doc/html/*.html: regenerate the web pages
|
|
1a79241a
|
2003-11-18T23:52:38
|
|
do not package cvs versioning temp files. more cleanup, slightly improved
* Makefile.am: do not package cvs versioning temp files.
* doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
slightly improved the API xml format, fixed a lot of small
rendering problems
* doc/html/libxml*.html: rebuilt
Daniel
|
|
be586972
|
2003-11-18T20:56:51
|
|
modified the file header to add more informations, painful... updated to
* include/libxml/*.h include/libxml/*.h.in: modified the file
header to add more informations, painful...
* genChRanges.py genUnicode.py: updated to generate said changes
in headers
* doc/apibuild.py: extract headers, add them to libxml2-api.xml
* *.html *.xsl *.xml: updated the stylesheets to flag geprecated
APIs modules. Updated the stylesheets, some cleanups, regenerated
* doc/html/*.html: regenerated added back book1 and libxml-lib.html
Daniel
|
|
2f9cf62d
|
2003-11-18T14:29:49
|
|
Fixed the search uppercase for fragment identifiers, Daniel
|
|
e8ba84ef
|
2003-11-18T13:54:15
|
|
cleaned up the build process to remove all remains from the old gtk-doc
* doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
the build process to remove all remains from the old gtk-doc
inherited, libxml2-refs.xml is now generated by apibuild.py, the
stylesheets have been improved, and the API*html now generated
are XHTML1 valid too
Daniel
|
|
b1d53165
|
2003-11-18T06:54:40
|
|
minor enhancement to prevent comment with unreferenced variable. edited
* genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
enhancement to prevent comment with unreferenced variable.
* threads.c xmlreader.c xmlwriter.c: edited some comments to
improve auto-generation of documentation
* apibuild.py: minor change to an error message
|
|
bff06bff
|
2003-11-17T16:58:05
|
|
more cleanup, improving navigation updated the result Daniel
* doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
improving navigation
* doc/html/*.html: updated the result
Daniel
|
|
2925c0a0
|
2003-11-17T13:58:17
|
|
improvement of the stylesheets, fixed a API generation problem, switched
* doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
improvement of the stylesheets, fixed a API generation problem,
switched the stylesheet and Makefile to build the HTML output.
* doc/html/*.html: complete update, ditched some old files, might
introduce some breakage...
Daniel
|
|
0b3d9b8d
|
2003-11-17T11:51:30
|
|
lot of improvements, this starts looking good enough to be usable. Daniel
* doc/newapi.xsl: lot of improvements, this starts looking good
enough to be usable.
Daniel
|
|
c72f9fd1
|
2003-11-16T23:59:52
|
|
stylesheet to build HTML pages from the API XML description, Work in
* doc/newapi.xsl: stylesheet to build HTML pages from the
API XML description, Work in Progress
Daniel
|