|
fc57b41c
|
2002-04-29T15:50:14
|
|
preparing 2.4.21 raised a too low limit rebuilt the docs Daniel
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
* valid.c: raised a too low limit
* doc/*: rebuilt the docs
Daniel
|
|
93d3a478
|
2002-04-26T14:04:55
|
|
added a link to Norms article, Daniel
|
|
0bfbb422
|
2002-04-26T09:21:45
|
|
Added a mirror in Austria, Daniel
|
|
f7c730f0
|
2002-04-16T12:28:22
|
|
Remove mailto and point people to the bug report page, Daniel
|
|
c397534f
|
2002-04-15T18:54:52
|
|
Updated the web pages, Daniel
|
|
a7084cd5
|
2002-04-15T17:12:47
|
|
release of 2.4.20 updated and rebuilt the docs Daniel
* configure.in: release of 2.4.20
* doc/*: updated and rebuilt the docs
Daniel
|
|
a8a89fe5
|
2002-04-12T21:03:34
|
|
Hallski complained it could not be included by itself. Daniel
* include/libxml/xmlIO.h: Hallski complained it could not be
included by itself.
Daniel
|
|
75794826
|
2002-04-11T16:24:32
|
|
Updated the graphic overview of the architecture, Daniel
|
|
823e5b2a
|
2002-04-03T03:28:57
|
|
doc/example.html fixing typo
Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
* doc/example.html
fixing typo
|
|
b2fb8ed1
|
2002-04-01T09:33:12
|
|
Added a new Pascal DOM2 binding, Daniel
|
|
c332dab9
|
2002-03-29T14:08:27
|
|
Trying to ad a favicon.ico, Daniel
|
|
d6d3147d
|
2002-03-25T22:55:31
|
|
cleanup, Daniel
|
|
19274092
|
2002-03-25T16:48:03
|
|
preparing 2.4.19 rebuilt the docs Daniel
* configure.in: preparing 2.4.19
* doc/*: rebuilt the docs
Daniel
|
|
34ce8bec
|
2002-03-18T19:37:11
|
|
preparing 2.4.18 updated and rebuilt the web site implement the new
* configure.in: preparing 2.4.18
* doc/*: updated and rebuilt the web site
* *.c libxml.h: implement the new IN_LIBXML scheme discussed with
the Windows and Cygwin maintainers.
* parser.c: humm, changed the way the SAX parser work when
xmlSubstituteEntitiesDefault(1) is set, it will then
do the entity registration and loading by itself in case the
user provided SAX getEntity() returns NULL.
* testSAX.c: added --noent to test the behaviour.
Daniel
|
|
1eb24241
|
2002-03-18T11:33:03
|
|
Added a link about binding on top of the presentation, Daniel
|
|
0bbefe73
|
2002-03-17T13:35:31
|
|
Fixed a small pbm in one xmlIO example, Daniel
|
|
2d347fac
|
2002-03-17T10:34:11
|
|
applied a new patch from Aleksey Sanin updated the documentation to
* c14n.c: applied a new patch from Aleksey Sanin
* doc/site.xsl doc/xml.html doc/*.html: updated the documentation
to reference Aleksey implementation of XML digital Signatures
Daniel
|
|
5c396548
|
2002-03-15T07:57:50
|
|
applied patch from Aleksey Sanin fixing a problem in the canonicalization
* c14n.c: applied patch from Aleksey Sanin fixing a problem in the
canonicalization algorithm
* doc/xml.html doc/index.html: added the C14N references on the
index page.
Daniel
|
|
db1bdbae
|
2002-03-09T14:13:11
|
|
fixed a few comments regenerated the docs and added the C14N API fixups
* c14n.c: fixed a few comments
* doc/*.html doc/*/*.html: regenerated the docs and added
the C14N API
* doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
Daniel
|
|
af43f63a
|
2002-03-08T15:05:20
|
|
preparing 2.4.17 release updated and rebuilt the docs fixed a comment
* configure.in: preparing 2.4.17 release
* doc/*: updated and rebuilt the docs
* xpath.c: fixed a comment
* python/libxml.c: fixed a possible reentrancy problem
Daniel
|
|
f5a457a3
|
2002-03-07T10:25:29
|
|
Fixed #73408 missing images are now copied on install and part of the
* libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
are now copied on install and part of the -devel RPM
Daniel
|
|
0b79dfed
|
2002-02-23T13:02:31
|
|
Updated the Python doc with installation informations, Daniel
|
|
fcbfa2d9
|
2002-02-21T17:54:27
|
|
Fixed a small prob, Daniel
|
|
9eb146b9
|
2002-02-21T16:04:51
|
|
Broken a line to help formatting python.html
|
|
4316211d
|
2002-02-21T14:52:00
|
|
Rebuilt those pages too, Daniel
|
|
373a4758
|
2002-02-21T14:46:29
|
|
Removed the CSS font size, Daniel
|
|
b9e469a1
|
2002-02-21T12:08:42
|
|
Added pointer to Tcl bindings, Daniel
|
|
6dbcaf86
|
2002-02-20T14:37:47
|
|
added a Python and binding page describing the current state of the Python
* doc/xml.html doc/python.html doc/*: added a Python and binding
page describing the current state of the Python bindings and
giving pointers to the other languages wrappers.
Daniel
|
|
a539356a
|
2002-02-20T11:40:49
|
|
Added link, Daniel
|
|
5b16f588
|
2002-02-20T11:38:46
|
|
Updated the conformance state, Daniel
|
|
5f4b5999
|
2002-02-20T10:22:49
|
|
preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and web
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
* doc/* python/libxml2class.txt: updated and rebuilt the docs,
rebuilt the API and web site
* xpath.c: fixed #71978 portability bugs
Daniel
|
|
bb7ddb34
|
2002-02-17T21:26:33
|
|
python script to run regression tests against the XML Test suite of
* check-xml-test-suite.py: python script to run regression tests
against the XML Test suite of W3C/OASis
* SAX.c: fixed a validation bug
* parser.c: fixed 3 errors pointed by the test suite
* doc/buildDocBookCatalog: fixed a typo pointed by drake
* python/Makefile.am: fixed a dependendy
Daniel
|
|
3f4c40f7
|
2002-02-13T09:19:28
|
|
Remove the mailto links and point back to the help page, Daniel
|
|
e46182c6
|
2002-02-12T14:29:11
|
|
Updated FAQ item #3 with Heiko W. Rupp update, Daniel
|
|
397ff11c
|
2002-02-11T18:27:20
|
|
preparing 2.4.15 rebuilt some docs Daniel
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
* doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
Daniel
|
|
0351754a
|
2002-02-11T13:54:40
|
|
trying to close Red Hat bug #58707
* doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
Daniel
|
|
b6c1e2f9
|
2002-02-08T14:52:52
|
|
Updated the News section, Daniel
|
|
c575b997
|
2002-02-08T13:28:40
|
|
Changed to the MIT Licence updated the doc accordingly preparing 2.4.14
* Copyright Makefile.am README configure.in libxml.spec.in:
Changed to the MIT Licence
* doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
doc/xmlio.html: updated the doc accordingly
* include/libxml/xmlwin32version.h configure.in: preparing
2.4.14 release
* python/generator.py python/libxml.c python/libxml2-python-api.xml
python/libxml2class.txt python/libxml_wrap.h python/types.c:
fixed the const xmlChar * wrapper and generator, XPath extension
functions now use the context as first argument
* python/tests/tstxpath.py python/tests/xpath.py
python/tests/xpathext.py: Updated the tests accordingly
* tree.c: fixed bug #70067
Daniel
|
|
d2897fde
|
2002-01-30T16:37:32
|
|
commited early version of a python binding for private use only ATM Daniel
* python/generator.py python/libxml.c python/libxml.py
python/libxml_wrap.h: commited early version of a python binding
for private use only ATM
Daniel
|
|
05d39112
|
2002-01-30T10:47:44
|
|
Changed to use chunk.xsl instaed of chunk-common.xsl as 1.48 changed
to remove that specific file, Daniel
|
|
51737276
|
2002-01-23T23:10:38
|
|
fixed a small error, daniel
|
|
f8592562
|
2002-01-23T17:58:17
|
|
generated an alphabetic index based on comments content rebuilt the web
* doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
an alphabetic index based on comments content
* doc/*: rebuilt the web site with the new references
Daniel
|
|
3bf65bea
|
2002-01-23T12:36:34
|
|
updated the python extractor to generate cross-references, and
* doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
doc/parsedecl.py doc/Makefile.am: updated the python extractor
to generate cross-references, and added/updated the stylesheets
to generate and link API indexes. The generic keyword index
is not done yet.
* doc/*.html: regenerated all the usual docs too
Daniel
|
|
9d06d300
|
2002-01-22T18:15:52
|
|
Build a new version hopefully near complete and fully documented of the
* doc/libxml2-api.xml doc/parsedecl.py: Build a new version
hopefully near complete and fully documented of the API in XML
* HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
include/libxml/parserInternals.h include/libxml/valid.hi
include/libxml/xmlIO.h include/libxml/xmlerror.hi
include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
include/libxml/xpath.h include/libxml/xpathInternals.h:
Cleaned up the doc comments a lot in the process, the interface
coverage is now 100%
Daniel
|
|
2d1464fb
|
2002-01-21T23:16:56
|
|
improved the script to extracts comments from the gtk-doc DocBook output
* doc/libxml2-api.xml doc/parsedecl.py: improved the script to
extracts comments from the gtk-doc DocBook output (a bit
convoluted but seems to work).
Daniel
|
|
06622dfe
|
2002-01-21T17:53:42
|
|
Recompiled the docs, Daniel
|
|
61006471
|
2002-01-21T17:31:47
|
|
added an XML description of the API, moved the script generating it here.
* Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
added an XML description of the API, moved the script generating
it here. Added a "make api" target
Daniel
|
|
8acca114
|
2002-01-21T09:52:27
|
|
Trying to fix an alignment problem reported in IE, daniel
|
|
963d2ae4
|
2002-01-20T22:08:18
|
|
cleanup patch from Anthony Jones fix the headers to avoid in make scan
* SAX.c: cleanup patch from Anthony Jones
* doc/Makefile.am: fix the headers to avoid in make scan
* parserInternals.c xpath.c include/libxml/*.h: cleanup of the
includes, * vs Ptr and general cleanup
* parsedecl.py: first version of a script to extract the
module interfaces, the goal will be to provide .decl or XML
specification of the interfaces to build wrappers.
Daniel
|
|
0f5f162e
|
2002-01-20T12:42:06
|
|
Fixed bug #68830, xmlcatalog now provides return codes in case of errors
* doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
now provides return codes in case of errors
Daniel
|
|
35e937a7
|
2002-01-19T22:21:54
|
|
Added pointers and doc for the script too, Daniel
|
|
a4c8d069
|
2002-01-19T22:13:51
|
|
Adding the script to rebuild DocBook XML catalogs, Daniel
|
|
2c748c61
|
2002-01-16T15:37:50
|
|
update xmlNodeSetContent() and xmlNodeSetContentLen() to allow updating an
* tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
to allow updating an attribute content
Daniel
|
|
744683d1
|
2002-01-14T17:30:20
|
|
updated to 2.4.13 update of the documentation daniel
* configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
* doc/* : update of the documentation
daniel
|
|
bc66f859
|
2002-01-14T09:49:20
|
|
Fixed a link, Daniel
|
|
db0eb8df
|
2002-01-13T13:35:00
|
|
applied Serguei Narojnyi's patch to add native thread support on the Win32
* threads.c: applied Serguei Narojnyi's patch to add native
thread support on the Win32 platform
* testThreadsWin32.c Makefile.am: added the test program also
from Serguei, Win32 specific
* include/win32config.h include/libxml/xmlwin32version.h.in:
added patch from Igor for the Windows thread specific defines.
Daniel
|
|
845cce4c
|
2002-01-09T11:51:37
|
|
Anthony Jones pointed a bug in xmlCopyEntity() Daniel
* entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
Daniel
|
|
7b602b42
|
2002-01-08T13:26:00
|
|
renamed XML.html output page into XMLinfo.html. Close bug #66951 and
* doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
output page into XMLinfo.html. Close bug #66951 and
raised by Robert Collins too.
Daniel
|
|
4a85920e
|
2002-01-08T11:49:22
|
|
updated the Gdome2 links Daniel
* doc/*.html: updated the Gdome2 links
Daniel
|
|
cebb1361
|
2002-01-02T13:13:30
|
|
should fix #67674 and avoid troubles if xsltproc is not available or fails
* doc/Makefile.am: should fix #67674 and avoid troubles if
xsltproc is not available or fails in the prefix provided
Daniel
|
|
cbaf3995
|
2001-12-31T16:16:02
|
|
applied 42 documentation patches from Charlie Bozeman. Regenerated the
* *.c include/libxml/*.h doc/html/*: applied 42 documentation
patches from Charlie Bozeman. Regenerated the HTML docs.
Daniel
|
|
2323ac24
|
2001-12-14T04:24:50
|
|
*doc/xmllint.xml, xmllint.1 - document --dropdtd
Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
*doc/xmllint.xml, xmllint.1 - document --dropdtd
|
|
ae74399d
|
2001-12-13T20:58:11
|
|
Fixed a pointer to the list archives, Daniel
|
|
9ae4b7af
|
2001-12-13T14:24:09
|
|
removed another strdup() removed the HP/UX entry Daniel
* xmllint.c: removed another strdup()
* doc/FAQ: removed the HP/UX entry
Daniel
|
|
3fc555e5
|
2001-12-11T04:41:24
|
|
docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
* docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
xmlcatalog_man.xml
|
|
ef90ba7e
|
2001-12-07T14:24:22
|
|
preparing 2.4.12 updated and rebuilt the docs Daniel
* configure.in : preparing 2.4.12
* doc/* : updated and rebuilt the docs
Daniel
|
|
b36d4fe5
|
2001-11-28T13:40:42
|
|
Added some missing files, Daniel
|
|
1aadc447
|
2001-11-28T13:10:32
|
|
Added a link to libxml2-pas, Daniel
|
|
db9dfd9e
|
2001-11-26T17:25:02
|
|
Updated Gary's pages, Daniel
|
|
a4871052
|
2001-11-26T13:19:48
|
|
Updated the on-line documentation, Daniel
|
|
42304046
|
2001-11-18T00:18:06
|
|
doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with shell
Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
* doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
shell instructions from Heiko Rupp
|
|
43d3f61a
|
2001-11-10T11:57:23
|
|
preparing 2.4.10 upgraded and rebuilt the docs Daniel
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
* doc/*: upgraded and rebuilt the docs
Daniel
|
|
ed421aa6
|
2001-11-04T21:22:45
|
|
Updated the news section, Daniel
|
|
027edfb7
|
2001-11-04T20:13:58
|
|
Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
* doc/xmllint.xml, xmllint.1 - updating xmllint man page to
document --sgml option, fixing gnome bugzilla #63382
|
|
5540daa9
|
2001-10-30T15:14:36
|
|
Update, Daniel
|
|
52dcab39
|
2001-10-30T12:51:17
|
|
preparing 2.4.7 switched to the latest xmllint manual page from John
* configure.in: preparing 2.4.7
* Makefile.am doc/Makefile.am: switched to the latest xmllint
manual page from John
* doc/*: updated the doc and rebuilt the generated pages
Daniel
|
|
51095317
|
2001-10-28T18:51:57
|
|
fixing a broken link, Daniel
|
|
fd32de62
|
2001-10-27T20:14:01
|
|
*doc/xmllint.xml, doc/xmllint.1 New and improved man page for xmllint -
Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
*doc/xmllint.xml, doc/xmllint.1
New and improved man page for xmllint - .xml is the original, .1
is the generated man page
|
|
c6271d20
|
2001-10-27T07:50:58
|
|
Updated the download part, a couple of fixups from Gary, Daniel
|
|
9c466827
|
2001-10-25T12:03:39
|
|
More cleanup, fixed the front page, looks good !
Daniel
|
|
b8cfbd12
|
2001-10-25T10:53:28
|
|
Finished reintegrating the docs and unifying the look, may still
need a couple of pointers but looks fine now. valid.html si now
merged in xmldtd.html. Overall cleanup, Daniel
|
|
594cf0b2
|
2001-10-25T08:09:12
|
|
Updated the stylesheet and the website, Daniel
|
|
c948420a
|
2001-10-24T12:35:52
|
|
now autogenerate the web site from the main HTML document. Daniel
* doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
the web site from the main HTML document.
Daniel
|
|
585b4ea7
|
2001-10-24T07:26:23
|
|
Added a bullet about xmlDetectCharEncoding() extra arg, Daniel
|
|
0a702dca
|
2001-10-19T14:50:57
|
|
Added link to Solaris binaries provided by Gary Pennington
Daniel
|
|
60087f30
|
2001-10-10T09:45:09
|
|
preparing 2.4.6 release updated and rebuilt the docs fixed a number of
* configure.in: preparing 2.4.6 release
* doc/xml.html doc/html/*: updated and rebuilt the docs
* include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
Daniel
|
|
60416fa4
|
2001-10-09T02:41:50
|
|
doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html adding
Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
* doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
adding documentation for DV's supercatalog support
|
|
0e229933
|
2001-10-07T22:46:00
|
|
//bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
* doc/xmlcatalog_man.xml, xmlcatalog.1
One more crack at
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
|
|
ac941e32
|
2001-10-06T22:30:16
|
|
*doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1 finishing up
Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
*doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
finishing up fix to
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
the xmlcatalog man page display more elegantly
|
|
9f82dc65
|
2001-10-06T02:40:10
|
|
//bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
* doc/xmlcatalog.1 updated using a new stylesheet to address, in
part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
|
|
dadd0873
|
2001-09-15T09:21:44
|
|
Added 1.8.16 and 2.4.5 releases, Daniel
|
|
008186fc
|
2001-09-13T14:24:44
|
|
Trying to minimize the support pain, Daniel
|
|
98fed37a
|
2001-09-13T11:34:58
|
|
dohh generated the wrong include path :-( re-dohh forgot the new manpage
* libxml-2.0.pc.in: dohh generated the wrong include path :-(
* doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
Daniel
|
|
04382ae3
|
2001-09-12T18:51:30
|
|
preparing for 2.4.4 updated and rebuilt the docs Daniel
* configure.in: preparing for 2.4.4
* doc/xml.html doc/html/*: updated and rebuilt the docs
Daniel
|
|
04685003
|
2001-09-03T16:11:47
|
|
*doc/catalog.html - add link to the html version of the man page, other
Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
*doc/catalog.html - add link to the html version of the
man page, other linguistic cleanups
|
|
5bd39dc7
|
2001-09-03T15:14:19
|
|
xmlcatalog.1, the man file, has not yet been included in the build.
Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
* doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
file, has not yet been included in the build.
|
|
7e8a4f7a
|
2001-08-24T12:14:55
|
|
Added pointer to the DocBook catalog tarball, Daniel
|
|
3993690e
|
2001-08-24T00:49:01
|
|
Added 2.4.3 Release, rebuilt the HTML pages, daniel
|
|
e8f37933
|
2001-08-23T23:21:04
|
|
Rebuilt the docs, preparing for release, Daniel
|
|
9f7b84bb
|
2001-08-23T15:31:19
|
|
preparing for a 2.4.3 release even if it may not be ready yet redirected
* Makefile.am configure.in include/libxml/xmlwin32version.h:
preparing for a 2.4.3 release even if it may not be ready yet
* catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
all file parsing lookup to go through the entity resolver, add
to add an API to bypass it (needed to load catalogs themselves),
some cleanup on the catalog code too.
* nanoftp.c: small cleanup
* doc/catalog.html: small update
Daniel
|