|
56f0646e
|
2001-06-24T21:34:03
|
|
- xpath.c: patch to xmlXPathFormatNumber for the optimizer on
Tru64 from Thomas Leitner
Daniel
|
|
c5d64345
|
2001-06-24T12:13:24
|
|
Summer's cleanup, a really big one:
* AUTHORS: added William and Bjorn
* include/libxml/*.h *.c README doc/*.html etc.: changed old email to
daniel@veillard.com hopefully I won't have to do this again
* doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
docs can be rebuilt cleanly now
* include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
from CVs it's generated, added include/libxml/xmlwin32version.h
also generated but which should change far less frequently.
* catalog.c nanoftp.c: made sure to include libxml.h not
libxml/xmlversion.h directly
* include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
when compiling on WIN32 and MSC
Daniel
|
|
07385fd7
|
2001-06-23T21:55:48
|
|
fixed make distcheck and rebuilding the rpms Daniel
* include/Makefile.am include/libxml/Makefile.am: fixed make
distcheck and rebuilding the rpms
Daniel
|
|
cd1d9448
|
2001-06-23T18:53:44
|
|
should finish the migration of exported includes into a real
* configure.in: should finish the migration of exported includes
into a real include/libxml in CVS, at least for CVS users.
* removed the exported headers, added in include/libxml (as well
as xmlversion.h.in).
Daniel
|
|
6dd8e055
|
2001-06-23T18:38:06
|
|
fixed the way to detect symlink Daniel
* configure.in: fixed the way to detect symlink
Daniel
|
|
66541771
|
2001-06-23T18:31:04
|
|
updated, include/libxml is now a real CVS dir Daniel
* configure.in: updated, include/libxml is now a real CVS dir
Daniel
|
|
ca989766
|
2001-06-23T17:39:29
|
|
a new version of libxml-doc.el. This new version works with both libxml1
* doc/libxml-doc.el: a new version of libxml-doc.el. This new
version works with both libxml1 and libxml2 (it autodetects
the prefix of the html-files) from Felix Natter.
* doc/xml.html: updated doc accordingly
Daniel
|
|
8cf14d5a
|
2001-06-23T16:32:46
|
|
fixed the bug generating a template loop in libxslt when using
* xpath.c: fixed the bug generating a template loop in libxslt
when using docbook-xsl-1.4, * should filter out document nodes
* HACKING: added William
* TODO: updated
Daniel
|
|
7b06bcb1
|
2001-06-22T16:03:51
|
|
- doc/FAQ.html: added a warning about gcc-3.0
- doc/xml.html: added reference to gdome2 and removed a confusing
sentence
Daniel
|
|
f7f41852
|
2001-06-22T15:18:01
|
|
- xmlversion.h: okay this is a generated file, but Windows
users need it and they can't generate it, and I want CVS
Windows users ...
- win32/libxml2/libxml2_so.dsp: Windows project file for
the shared lib version of libxml2
- win32/libxml2/libxml2.def.src: bug #56527 set of exported
resources needed for libxslt/xsltproc by Yon Derek
Daniel
|
|
3157b34b
|
2001-06-22T14:41:45
|
|
MSVC fix
|
|
cc146db3
|
2001-06-22T11:10:52
|
|
another small fix for ATTRIBUTE_UNUSED Daniel
* include/win32config.h: another small fix for ATTRIBUTE_UNUSED
Daniel
|
|
4151acb5
|
2001-06-22T10:48:57
|
|
Yon Derek provided a first fix to be able to compile libxslt/xsltproc on
* include/win32config.h: Yon Derek provided a first fix
to be able to compile libxslt/xsltproc on Windows
Daniel
|
|
d79bcd1b
|
2001-06-21T22:07:42
|
|
attempt to work around what seemed a gcc optimizer bug when handling
* xpath.c: attempt to work around what seemed a gcc optimizer
bug when handling floats on i386 http://veillard.com/gcc.bug
* tree.c entities.c encoding.c: doing some cleanups while
chasing it
Daniel
|
|
017b108f
|
2001-06-21T11:20:21
|
|
- Makefile.am: cleanup when --without-debug is specified
- xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
w.r.t. --without-debug and other include points
- catalog.h testCatalog.c: a bit of cleanup and prepare for XML
Catalogs
- configure.in entities.h tree.h HTMLparser.c: removed
--without-corba, made the _private field mandatory
Daniel
|
|
87a764ed
|
2001-06-20T17:41:10
|
|
- parser.c parserInternals.c encoding.c: Since Notepad on Win2k
outputs a BOM in UTF8, an errata has been issued to avoid the
problem, that was the most reasonable solution... Add support
for a leading UTF8 BOM in entities.
Daniel
|
|
10ea86cb
|
2001-06-20T13:55:33
|
|
- valid.c: fixed a bug found when post validating an entity ref
- xmllint.c: added --loaddtd and sligly changed --postvalid to
activate it too
Daniel
|
|
39196eba
|
2001-06-19T18:09:42
|
|
- tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
weakness in the node copy the XPointer and the XInclude
implementations. Serious cleanup.
Daniel
|
|
3739b989
|
2001-06-19T12:51:30
|
|
Kjartan Maraas provided a small patch to add xml2-config.in to EXTRA_DIST
* Makefile.am: Kjartan Maraas provided a small patch to
add xml2-config.in to EXTRA_DIST
Daniel
|
|
a9142e74
|
2001-06-19T11:07:54
|
|
- valid.c tree.c parserInternals.c parser.c: Stephan Kulow
provided another failing case found in KDE, the way the
ctxt->vctxt.nodeTab was allocated and freed changed over
time but it wasn't completely cleaned up. This should fix it.
Daniel
|
|
3ed27bde
|
2001-06-17T17:58:17
|
|
- parser.c: Stephan Kulow also raised the fact that line number
could get miscounted making debug harder, fixed the problem
in xmlParseCharData()
Daniel
|
|
64b98c0a
|
2001-06-17T17:20:21
|
|
Stephan Kulow pointed out a problem when validating and using an empty
* valid.c: Stephan Kulow pointed out a problem when validating
and using an empty entity, forgot a 'break' in a case.
Daniel
|
|
e3c81b50
|
2001-06-17T14:50:34
|
|
- tree.c: fixed xmlHasNsProp() accordingly to bug #55683
- doc/xml.html: updated with 2.3.11
Daniel
|
|
6d473ed3
|
2001-06-17T10:32:52
|
|
Added "make tests" to INSTALL, Daniel
|
|
4ec885a1
|
2001-06-17T10:31:07
|
|
- TODO: updated adding cleanup of generated doc
- configure.in: prepared to release 2.3.11
- xmllint.c: added --version for bug reporting
- doc/html/*.html: rebuilt the doc
Daniel
|
|
8b8d2254
|
2001-06-16T21:24:56
|
|
- xpath.c: first part of the work on selecting namespace to fix bug #56115
Daniel
|
|
96ed5832
|
2001-06-15T22:22:04
|
|
- Makefile.am example/Makefile.am: Laszlo PETER provided a fix
when using -liconv
- TODO: updated
Daniel
|
|
d7e4d65e
|
2001-06-15T14:57:10
|
|
small flush of laptop, daniel
|
|
c4f631d2
|
2001-06-14T11:11:59
|
|
- HTMLtree.[ch]: more work on the HTML serialization routnes,
cleanup, encoding support.
Daniel
|
|
608ad079
|
2001-06-14T08:32:28
|
|
- xpath.c: Thomas Broyer suggested a better patch for the / arg
Daniel
|
|
239d052b
|
2001-06-13T23:02:48
|
|
- xpath.c: bug detected by Ankh when / is used as a function arg
Daniel
|
|
02bb170a
|
2001-06-13T21:11:59
|
|
- HTMLparser.[ch] HTMLtree.c: stored the inline/block property
of element and use it to avoid outputting formatting spaces at
the wrong place. Implemented the format parameter for HTML save.
- result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
result/HTML/wired.html: of course this impact the result of a
number of HTML tests
Daniel
|
|
95d845f3
|
2001-06-13T13:48:46
|
|
- HTMLtree.[ch]: started augmenting the HTML save API with
encoding and formatting parameters
Daniel
|
|
eca60d07
|
2001-06-13T07:45:41
|
|
- HTMLtree.h: cleanup and started evaluating the work needed on
revamping the HTML output code
Daniel
|
|
84666b38
|
2001-06-11T17:31:08
|
|
handling of PIs and <?sgml-declaration in entities. Daniel
* DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
Daniel
|
|
8bdd220e
|
2001-06-11T12:47:59
|
|
- valid.c: fixed bug #56049, forgot one check in the
validation routine
Daniel
|
|
ca2366aa
|
2001-06-11T12:09:01
|
|
grrr ... namespace is a C++ reserved keyword Daniel
* tree.[ch]: grrr ... namespace is a C++ reserved keyword
Daniel
|
|
6761eeea
|
2001-06-11T10:29:38
|
|
- libxml.h: fixed an error in last commit
- doc/FAQ.html: added an entry for compilation from CVS
Daniel
|
|
9cc6dc62
|
2001-06-11T08:09:20
|
|
- xmlversion.h.in libxml.h: Cygwin patches
- tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
- tree.h: cleanup
Daniel
|
|
acd370fb
|
2001-06-09T17:17:51
|
|
- tree.c: patched xmlFreeNode() to avoid freeing() a static
memory block in a strange case where libxml is linked twice
in the binary.
Daniel
|
|
b370a74e
|
2001-06-09T16:58:47
|
|
Linked to Red Hat, after all they have been paying for libxml recents
improvements, Daniel
|
|
1d047670
|
2001-06-09T16:41:01
|
|
- valid.c: (a? , b? , c? , ... , z?) was storing/restauring
state far too often, simple fix used to avoid it.
Daniel
|
|
4497e698
|
2001-06-09T14:19:02
|
|
- xinclude.c: Raphael Hertzog had a trouble with DTD nodes
being processed, applied his patch
- tree.c: fixed a bug raised in xmlStaticCopyNodeList()
Daniel
|
|
f3afa7dd
|
2001-06-09T13:52:58
|
|
- nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
provided fixes to compile on MSCC again
- win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
also provided an update for the project files.
Daniel
|
|
a682b219
|
2001-06-07T19:59:42
|
|
- tree.c: applied Steve Tinney patch to xmlNewNsProp to fix bug #55810
Daniel
|
|
e8fc08e4
|
2001-06-07T19:35:47
|
|
- tree.c: fixed xmlGetNsProp() to close bug #55683
Note this requires libxslt to use it's own function instead.
Daniel
|
|
f0c5376a
|
2001-06-07T16:07:07
|
|
- HTMLtree.c: when in a pre element no formatting space should
be added.
- test/HTML/pre.html result/HTML/pre.html*: added a regression test
Daniel
|
|
068a965c
|
2001-06-07T15:30:26
|
|
added tests for signal() and signal.h Daniel
* configure.in: added tests for signal() and signal.h
Daniel
|
|
541d6555
|
2001-06-07T14:20:01
|
|
- xpath.c: robert pointed out xmlXPathNINF was not initialized
daniel
|
|
8a367d4f
|
2001-06-07T14:01:34
|
|
- doc/libxml-doc.el: Felix Natter provided a new version for libxml2
Daniel
|
|
8a92629d
|
2001-06-07T11:20:20
|
|
- HTMLtree.c: when in a pre element no formatting space should
be added.
Daniel
|
|
14839d56
|
2001-06-06T16:11:56
|
|
add -mieee to CFLAGS when compiling on Linux/alpha Daniel
* configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
Daniel
|
|
e95e2396
|
2001-06-06T10:46:28
|
|
- DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
hack
- tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
- uri.c: fixed a warning
Daniel
|
|
6e93c4aa
|
2001-06-05T20:57:42
|
|
- HTMLtree.c: trying to close bug #55772 escaping in script
elements
- doc/xml.html: suggest to send mail to the list
Daniel
|
|
1c43dbf0
|
2001-06-05T17:12:52
|
|
- error.c: attempt to fix the xmlGetVarStr breakage once and for
good. Use a macro and based on the solution provided in
vsnprintf manual page from GNU.
Daniel
|
|
99748726
|
2001-06-05T12:49:15
|
|
*** empty log message ***
|
|
906ec8a0
|
2001-06-05T12:46:33
|
|
Upgraded to trio baseline 1.4
|
|
570ff08f
|
2001-06-05T12:45:55
|
|
Workaround for non-preserving variadic lists
|
|
2e4f1882
|
2001-06-01T10:11:57
|
|
- doc/xml.html: added 2.3.10 release
Daniel
|
|
b3a182e5
|
2001-06-01T09:28:09
|
|
releasing 2.3.10 Daniel
* configure.in: releasing 2.3.10
Daniel
|
|
3c2758d3
|
2001-05-31T18:43:43
|
|
- xmlIO.c: Gary Pennington spotted a few troubles with file:///
Daniel
|
|
20042427
|
2001-05-31T18:22:04
|
|
- encoding.c: Robert Collins provided a patch to add the
"US-ASCII" encoding alias
Daniel
|
|
97ac1319
|
2001-05-30T19:14:17
|
|
- xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
string oriented functions and started cleaning the related areas
in xpath.c which needed fixing in this respect
Daniel
|
|
2d70372c
|
2001-05-30T18:32:34
|
|
- HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
#55380
- tree.c: patch to xmlNodeGetContent() to get CDATA section content
Daniel
|
|
9403a049
|
2001-05-28T11:00:53
|
|
- TODO: updated - nanohttp.[ch] : started adding APIs to get the
- TODO: updated
- nanohttp.[ch] : started adding APIs to get the redirected URL
when this occurs (needed for further base computation
- tree.h: cleanup
- encoding.c: cleanup
- SAX.c: minor change around ctxt->loadsubset
Daniel
|
|
6278fb5b
|
2001-05-25T07:38:41
|
|
- Makefile.am include/Makefile.am: small change to have
include/libxml rebuilt if working from CVS.
- uri.c: applied another patch from Carl Douglas for URI escaping,
this should close bug #51876
Daniel
|
|
d16df9f6
|
2001-05-23T13:44:21
|
|
- xinclude.c: fixed XInclude recursive behaviour bug #54678
- result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
added specific regression test
- parser.h: preparing for the XSLT mode where DTD inherited
attributes are added to the tree.
Daniel
|
|
bbd22458
|
2001-05-23T12:02:27
|
|
- xinclude.[ch]: Updated the namespace for the Last Call version
- result/XInclude/include test/XInclude/include: updated the
testsuite accordingly
Daniel
|
|
8514c674
|
2001-05-23T10:29:12
|
|
- uri.[ch]: applied a patch from Carl Douglas for URI escaping,
related to bug #51876
Daniel
|
|
42596ad2
|
2001-05-22T16:57:14
|
|
- tree.c: fixed a gross mistake in base computation, xml:base is
not completely correct yet (need cascade).
- xpath.[ch]: added the few things needed to find a function name
and URI from the XPath context when it is called.
Daniel
|
|
81418e38
|
2001-05-22T15:08:55
|
|
- catalog.[ch]: fixes and add xmlLoadCatalogs()
- DOCBparser.c: small cleanup
- xmllint.c: added a --catalogs option to load catalogs from
$SGML_CATALOG_FILES
- tree.c: cleanup
- configure.in: iconv library fixup, ICONV_LIBS
Daniel
|
|
af86c7f4
|
2001-05-21T14:11:26
|
|
- catalog.c: handling of CATALOG entries. detection of recursion,
and a few bugfixes
- xpath.c: fixing bug #54951 QNAME with no prefix should not match
against the default namespace
Daniel
|
|
04b93290
|
2001-05-21T08:15:31
|
|
- xpath.c: Joe Orton reported a bug found with IRIx compiler.
Daniel
|
|
a97a19b6
|
2001-05-20T13:19:52
|
|
- parser.c: fixed propagation context info when parsing an
external entity.
- doc/html/*.html: regenerated a couple of docs
Daniel
|
|
4623acdc
|
2001-05-19T15:13:15
|
|
update with 2.3.9 informations Daniel
* doc/xml.html: update with 2.3.9 informations
Daniel
|
|
bed7b052
|
2001-05-19T14:59:49
|
|
- HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
- doc/html/* : rebuilt the docs
- valid.c: small patch which may improve some case when
validating.
Daniel
|
|
f69bb4b5
|
2001-05-19T13:24:56
|
|
- HTMLparser.c: Closed bug #54891
- result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
to the suite
forgot to commit this one yesterday
- encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
applied a documentation patch from LotR and filled in a few missing
descriptions
Daniel
|
|
76d66f41
|
2001-05-16T21:05:17
|
|
- xpath.c tree.c parser.c: speed optimizations at the parser level
document tree freeing and xpath evaluation
Daniel
|
|
fd7ddca8
|
2001-05-16T10:57:35
|
|
- parser.c parser.h parserInternals.h: fixed a couple of
interfaces for handling memory buffer input to const char *
upon suggestion of JamesH.
Daniel
|
|
c3739e72
|
2001-05-15T15:23:27
|
|
LoTR sent a patch fixing the previous commit Daniel
* configure.in: LoTR sent a patch fixing the previous commit
Daniel
|
|
a4f27e0d
|
2001-05-15T12:41:29
|
|
'nuff said :-( - configure.in: trying to deal again with the stoopid -R
'nuff said :-(
- configure.in: trying to deal again with the stoopid -R linking
flag of Solaris
Daniel
|
|
790142b5
|
2001-05-15T10:51:53
|
|
two nodeset access macros from Thomas Broyer Daniel
* xpath.h: two nodeset access macros from Thomas Broyer
Daniel
|
|
ba0b8c94
|
2001-05-15T09:43:47
|
|
- xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
patch from Thomas Broyer
Daniel
|
|
e62d36c4
|
2001-05-15T08:53:16
|
|
- valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
case
- INSTALL: was empty added stuff from the FAQ
Daniel
|
|
a265af79
|
2001-05-14T11:13:58
|
|
Added 1.8.13 release, Daniel
|
|
75bea548
|
2001-05-11T17:41:21
|
|
- tree.[ch]: fixing bug #54446, by cleaning some bugs in the
attributes handling and #54433 by adding xmlUnsetProp()
and xmlUnsetNsProp()
Daniel
|
|
0a2a163d
|
2001-05-11T14:18:03
|
|
- HTMLparser.c: Patch from Jonas Borgström
(htmlGetEndPriority): New function, returns
the priority of a certain element.
(htmlAutoCloseOnClose): Only close inline elements if they
all have lower or equal priority.
- result/HTML: this of course changed a number of tests results.
Daniel
|
|
7d6fd219
|
2001-05-10T15:34:11
|
|
- xmlIO.c catalog.c: plugged in the default catalog resolution
- doc/gnome-xml.sgml: linked in the Docbook parser and catalog
documentations
- doc/html/libxml-*.html: rebuild added the missing ones to CVS
Daniel
|
|
a737459b
|
2001-05-10T14:17:55
|
|
- Makefile.am xmlversion.h.in configure.in include/Makefile.am:
integrating catalogs
- catalog.[ch] testCatalog.c: adding a small catalo API
(only SGML catalog support).
- parser.c: restaured xmlKeepBlanksDefault(0) API
Daniel
|
|
c17337c0
|
2001-05-09T10:51:31
|
|
- tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
Daniel
|
|
257d9107
|
2001-05-08T10:41:44
|
|
- parser.c: added xmlParseExternalEntityPrivate() to allow
propagation of ctxt->_private when parsing external entities
Daniel
|
|
083c2660
|
2001-05-08T08:27:14
|
|
- HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
Daniel
|
|
01ef7387
|
2001-05-08T07:31:43
|
|
- configure.in: fixed a small portability problem with AM_CONDITIONAL
Daniel
|
|
4de4d3bf
|
2001-05-07T20:50:47
|
|
- valid.c: warn when indeterminist content model is detected
- result/VC/ElementValid8: this adds a message
- Makefile.am: add --novalid for VCM tests
- parserInternals.c: added a call to Init memory
Daniel
|
|
6426935a
|
2001-05-04T17:52:34
|
|
- HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
when both parameters are NULL.
Daniel
|
|
37721923
|
2001-05-04T15:21:12
|
|
- valid.c: applied small patch from Gary Pennington, reindented
some part of the code.
Daniel
|
|
3bbbe6fa
|
2001-05-03T11:15:37
|
|
preparing for 2.3.8 release, updated and regenerated the docs Daniel
* configure.in doc/xml.html doc/html/*: preparing for 2.3.8
release, updated and regenerated the docs
Daniel
|
|
357c960e
|
2001-05-03T10:49:20
|
|
- xpath.c result/XPath/expr/floats : clarified and cleanup
printing of abnormal floats in tests.
Daniel
|
|
a2bc368b
|
2001-05-03T08:27:20
|
|
- HTMLparser.c: trying to fix the problem reported by Jonas Borgström
- results/HTML/ : a few changes in the output of the HTML tests as
a result.
- configure.in: tying to fix -liconv where needed
Daniel
|
|
2a0d2e6b
|
2001-05-02T17:11:36
|
|
fixed a error introduced in Makefile.am, daniel
|