|
2a512dac
|
2007-10-30T20:24:40
|
|
xmlFree(NULL) should not crash in debug mode should fix #491651 Daniel
* xmlmemory.c: xmlFree(NULL) should not crash in debug mode
should fix #491651
Daniel
svn path=/trunk/; revision=3662
|
|
1bc8d853
|
2007-10-16T12:18:18
|
|
add a debug option printing all the fields within the parsed URI structure
* testURI.c: add a debug option printing all the fields within
the parsed URI structure
Daniel
svn path=/trunk/; revision=3661
|
|
a76a81f6
|
2007-10-10T08:28:18
|
|
fix to avoid a crash when dumping an attribute from an XHTML document,
* xmlsave.c: fix to avoid a crash when dumping an attribute from
an XHTML document, patch contributed to fix #485298
Daniel
svn path=/trunk/; revision=3660
|
|
8e6f0fce
|
2007-09-04T08:10:09
|
|
Update MAINTAINERS file to match Gnome stuff, Daniel
svn path=/trunk/; revision=3659
|
|
c821e03c
|
2007-08-28T17:33:45
|
|
another nasty regexp case fixed. added to regression suite Daniel
* xmlregexp.c: another nasty regexp case fixed.
* test/regexp/ranges2 result/regexp/ranges2: added to regression
suite
Daniel
svn path=/trunk/; revision=3658
|
|
ec72008b
|
2007-08-24T02:57:38
|
|
Enhanced to include port number (if not == 80) on the "Header:" URL (bug
* nanohttp.c: Enhanced to include port number (if not == 80) on the
"Header:" URL (bug #469681).
* xmlregexp.c: Fixed a typo causing a warning message.
svn path=/trunk/; revision=3657
|
|
cd2ebab7
|
2007-08-23T20:47:33
|
|
fix an open() call with creation without 3rd argument hopefully that
* nanohttp.c: fix an open() call with creation without 3rd argument
hopefully that interface is never used.
Daniel
svn path=/trunk/; revision=3656
|
|
c1b3fe05
|
2007-08-23T15:00:06
|
|
preparing release of 2.6.30 Daniel
* configure.in doc/*: preparing release of 2.6.30
Daniel
svn path=/trunk/; revision=3654
|
|
f179456d
|
2007-08-23T12:58:13
|
|
fixed mlXPathCompOpEvalPositionalPredicate problem with object caching
* xpath.c: fixed mlXPathCompOpEvalPositionalPredicate problem
with object caching (bug #469410)
svn path=/trunk/; revision=3653
|
|
3888f472
|
2007-08-23T09:29:03
|
|
applied patch from Frank Gross fixing Schemas IDC import bug #455953 and
* xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
applied patch from Frank Gross fixing Schemas IDC import bug
#455953 and also add the test to the regression suite
Daniel
svn path=/trunk/; revision=3652
|
|
d012f48b
|
2007-08-22T17:36:57
|
|
Updated links for Perl and lxml bindings, Daniel
svn path=/trunk/; revision=3651
|
|
76d59b6d
|
2007-08-22T16:29:21
|
|
try to fix for the nth time the automata generation in case of complex
* xmlregexp.c: try to fix for the nth time the automata generation
in case of complex ranges. I suppose that time it is actually okay
Daniel
svn path=/trunk/; revision=3650
|
|
3dcd319a
|
2007-08-14T13:46:54
|
|
aligned xmlSAXUserParseMemory() to match xmlSAXUserParseFile() logic based
* parser.c: aligned xmlSAXUserParseMemory() to match
xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
cleanup
Daniel
svn path=/trunk/; revision=3649
|
|
f779da31
|
2007-08-14T09:41:21
|
|
fixed windows path determination (patch from Roland Schwarz, bug #462877)
* xmlIO.c: fixed windows path determination (patch from
Roland Schwarz, bug #462877)
* win32/Makefile.mingw win32/configure.js: fixed mingw build
(patch from Roland Schwarz, bug #462877)
svn path=/trunk/; revision=3648
|
|
da629347
|
2007-08-01T07:49:06
|
|
fixed a parser bug where invalid char in comment may not be detected,
* parser.c: fixed a parser bug where invalid char in comment may
not be detected, reported by Ashwin Sinha
* test/errors/comment1.xml result/errors/comment1.xml*: added
the example to the regression suite
Daniel
svn path=/trunk/; revision=3647
|
|
3814a365
|
2007-07-26T11:41:46
|
|
fixed problem reported on bug #460415 Daniel
* xmlsave.c: fixed problem reported on bug #460415
Daniel
svn path=/trunk/; revision=3646
|
|
50420196
|
2007-07-20T01:09:08
|
|
applied patch from from Patrik Fimml. Fixes bug #458268
* uri.c: applied patch from from Patrik Fimml. Fixes bug #458268
svn path=/trunk/; revision=3645
|
|
b0a94e8b
|
2007-07-18T18:04:55
|
|
applied patch from bug #454608 from Patrik Fimml. Fixes bug #454608.
* xinclude.c: applied patch from bug #454608 from Patrik Fimml.
Fixes bug #454608.
svn path=/trunk/; revision=3644
|
|
65fcf27a
|
2007-07-11T17:55:30
|
|
applied patch for xsi:nil from Frank Gross, this should fix bug #358125
* xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
should fix bug #358125
Daniel
svn path=/trunk/; revision=3643
|
|
caa1951d
|
2007-07-04T15:42:46
|
|
patch from Dodji Seketeli to avoid a leak on repeated uses of
* xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
uses of xmlTextWriterStartDocument()
Daniel
svn path=/trunk/; revision=3642
|
|
734e7667
|
2007-06-26T11:30:31
|
|
fix a crash on solaris when a printf %s with a NULL argument occurs,
* xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
argument occurs, should fix #450936
Daniel
svn path=/trunk/; revision=3641
|
|
31700e63
|
2007-06-13T20:33:02
|
|
fixed problem in previous fix to xmlXPathNodeSetSort
* xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
svn path=/trunk/; revision=3640
|
|
38431c33
|
2007-06-12T16:20:09
|
|
release of libxml2 2.6.28 patch from Dagfinn I. Mannsåker for idness of
* doc/* configure.in NEWS: release of libxml2 2.6.28
* valid.c: patch from Dagfinn I. Mannsåker for idness of name
in HTML, c.f. bug #305885.
Daniel
svn path=/trunk/; revision=3638
|
|
dbbd72bd
|
2007-06-12T15:15:52
|
|
fixing bug #319964, parsing of HTML attribute really should not have
* SAX2.c: fixing bug #319964, parsing of HTML attribute really
should not have namespace processing.
Daniel
svn path=/trunk/; revision=3637
|
|
40e4b216
|
2007-06-12T14:46:40
|
|
Probably needed too to avoid the same problem on PIs, Daniel
svn path=/trunk/; revision=3636
|
|
dfac946c
|
2007-06-12T14:44:32
|
|
fixed the push mode when a big comment occurs before an internal subset,
* parser.c: fixed the push mode when a big comment occurs before
an internal subset, should close bug #438835
* test/comment6.xml result//comment6.xml*: added a special
test in the regression suite
Daniel
svn path=/trunk/; revision=3635
|
|
b9e5acc4
|
2007-06-12T13:43:00
|
|
fix bug #414846 where invalid characters in attributes would sometimes not
* parser.c: fix bug #414846 where invalid characters in attributes
would sometimes not be detected.
* test/errors/attr4.xml result/errors/attr4.xml*: added a specific
test case to the regression tests
Daniel
svn path=/trunk/; revision=3634
|
|
3130fe95
|
2007-06-12T12:24:54
|
|
apply patch from Ryan Hill to cope with changes in GNU tar, should fix
* xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
in GNU tar, should fix #396751
Daniel
svn path=/trunk/; revision=3633
|
|
db67015a
|
2007-06-12T10:04:37
|
|
try to allow compilation on old python version should fix #398125 Daniel
* python/types.c: try to allow compilation on old python version
should fix #398125
Daniel
svn path=/trunk/; revision=3632
|
|
fcd02adb
|
2007-06-12T09:49:40
|
|
htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe fixes bug
* HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
fixes bug #438390
Daniel
svn path=/trunk/; revision=3631
|
|
5cdbbd2c
|
2007-06-12T09:39:14
|
|
workaround misgenerated file: URIs c.f. #437385 daniel
* xmlIO.c: workaround misgenerated file: URIs c.f. #437385
daniel
svn path=/trunk/; revision=3630
|
|
d8ed1051
|
2007-06-12T09:24:46
|
|
fixed bug #407436 a crash in a specific case of Relax-NG validation Daniel
* relaxng.c: fixed bug #407436 a crash in a specific case of
Relax-NG validation
Daniel
svn path=/trunk/; revision=3629
|
|
be8d9d33
|
2007-06-12T09:14:11
|
|
fixed bug #383687, some case of recursion on next were not caught in the
* catalog.c: fixed bug #383687, some case of recursion on next
were not caught in the catalog code.
Daniel
svn path=/trunk/; revision=3628
|
|
861101d1
|
2007-06-12T08:38:57
|
|
fixed bug #381877, avoid reading over the end of stream when generating an
* HTMLparser.c: fixed bug #381877, avoid reading over the end
of stream when generating an UTF-8 encoding error.
Daniel
svn path=/trunk/; revision=3627
|
|
2e620865
|
2007-06-12T08:18:21
|
|
fixed bug #366161, trivially added the check in xmlCtxtReset() Daniel
* parser.c: fixed bug #366161, trivially added the check in
xmlCtxtReset()
Daniel
svn path=/trunk/; revision=3626
|
|
90ee8dfd
|
2007-06-08T19:47:37
|
|
add --vcmanifest flag (yes/no) for VC8 build support to embed manifest
* win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
for VC8 build support to embed manifest within files. Under MS VC, build
libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
svn path=/trunk/; revision=3625
|
|
e967f0bd
|
2007-06-08T19:36:04
|
|
*use specified calling convention
for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
add xmlDllMain to header for win32 when building for static dll
svn path=/trunk/; revision=3624
|
|
b8769d6f
|
2007-06-08T08:50:47
|
|
fixed problem with namespace declaration being written more than once per
* xmlwriter.c: fixed problem with namespace declaration being
written more than once per element start tag
svn path=/trunk/; revision=3623
|
|
97ac819c
|
2007-06-06T17:19:24
|
|
fixed problem with xmlXPathNodeSetSort; fixed problem with
* xpath.c: fixed problem with xmlXPathNodeSetSort;
fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
svn path=/trunk/; revision=3622
|
|
d611c88a
|
2007-05-31T05:07:17
|
|
fixed problem with string value for PI node (bug #442275)
* xpath.c: fixed problem with string value for PI node
(bug #442275)
svn path=/trunk/; revision=3621
|
|
e61d75f1
|
2007-05-28T14:16:33
|
|
fix bug reported by François Delyon Daniel
* uri.c: fix bug reported by François Delyon
Daniel
svn path=/trunk/; revision=3619
|
|
38d452ac
|
2007-05-22T16:00:06
|
|
Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159)
* encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
by Mark Rowe (bug #440159)
* include/libxml/xmlversion.h.in: Added check for definition of
_POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
Wendy Doyle and Mark Rowe, bug #346675)
* schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
changes to fix compilation warnings - no change to logic.
svn path=/trunk/; revision=3618
|
|
e882765a
|
2007-05-16T05:19:13
|
|
small enhancement to last fix, pointed out by Alex Cornejo
* nanohttp.c: small enhancement to last fix, pointed out
by Alex Cornejo
svn path=/trunk/; revision=3617
|
|
d2f682a4
|
2007-05-15T19:42:08
|
|
fixed problem on gzip streams (bug #438045) fixed minor spot of redundant
* nanohttp.c: fixed problem on gzip streams (bug #438045)
* xpath.c: fixed minor spot of redundant code - no logic change.
svn path=/trunk/; revision=3616
|
|
ca79788e
|
2007-05-11T14:45:53
|
|
enhanced the coding for xmlXPathCastNumberToString in order to produce the
* xpath.c: enhanced the coding for xmlXPathCastNumberToString
in order to produce the required number of significant digits
(bug #437179)
svn path=/trunk/; revision=3615
|
|
f6cf57a0
|
2007-05-09T23:53:30
|
|
applied patch to fix xmlListAppend() from Georges-André SILBER also fix
* list.c: applied patch to fix xmlListAppend() from
Georges-André SILBER
* valid.c: also fix the place wher it was called.
Daniel
svn path=/trunk/; revision=3614
|
|
1ca1be2a
|
2007-05-02T16:50:03
|
|
tried to fix an error problem on entity content failure reported by
* parser.c: tried to fix an error problem on entity content failure
reported by Michael Day
Daniel
svn path=/trunk/; revision=3613
|
|
c51f51c9
|
2007-05-02T16:25:45
|
|
typo patch from Bjorn Reese Daniel
* configure.in: typo patch from Bjorn Reese
Daniel
svn path=/trunk/; revision=3612
|
|
491e58e5
|
2007-05-02T16:15:18
|
|
applied patch from Michael Day to add support for <embed> Daniel
* HTMLparser.c: applied patch from Michael Day to add support for <embed>
Daniel
svn path=/trunk/; revision=3611
|
|
739e9d09
|
2007-04-27T09:33:58
|
|
Dohh !
Daniel
svn path=/trunk/; revision=3610
|
|
4d1320fa
|
2007-04-26T08:55:33
|
|
Jean-Daniel Dupas pointed a couple of problems in htmlCreateDocParserCtxt.
* HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
in htmlCreateDocParserCtxt.
Daniel
svn path=/trunk/; revision=3609
|
|
63cf1b99
|
2007-04-26T08:45:23
|
|
patch from Richard Jones to save the query part in raw form. also added
* uri.c include/libxml/uri.h: patch from Richard Jones to save
the query part in raw form.
* libxml2-python-api.xml: also added accessor for the python bindings
Daniel
svn path=/trunk/; revision=3608
|
|
a1413b84
|
2007-04-26T08:33:28
|
|
patch from Richard Jones to save the query part in raw form. Daniel
* uri.c include/libxml/uri.h: patch from Richard Jones to save
the query part in raw form.
Daniel
svn path=/trunk/; revision=3607
|
|
cb4284e2
|
2007-04-25T13:55:20
|
|
applied patch from Richard Jones to for the silent flag on valgrind when
* xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
patch from Richard Jones to for the silent flag on valgrind
when doing "make valgrind"
* xmlregexp.c: raise a regexp error when '\' is misused to escape
a standard character.
Daniel
svn path=/trunk/; revision=3606
|
|
c9923324
|
2007-04-24T18:12:06
|
|
Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it Daniel
* tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
Daniel
svn path=/trunk/; revision=3605
|
|
79187654
|
2007-04-24T10:19:52
|
|
More doc cleanup, Daniel
svn path=/trunk/; revision=3604
|
|
a44294f1
|
2007-04-24T08:57:54
|
|
fix xmlURIUnescapeString comments which was confusing Daniel
* uri.c: fix xmlURIUnescapeString comments which was confusing
Daniel
svn path=/trunk/; revision=3603
|
|
509ed2aa
|
2007-04-18T07:51:50
|
|
new patch from Andreas Stricke to better integrate support for Windows CE
* include/win32config.h libxml.h: new patch from Andreas Stricke to
better integrate support for Windows CE
Daniel
svn path=/trunk/; revision=3602
|
|
39bcf94a
|
2007-04-17T14:47:05
|
|
release of libxml2 2.6.28 Daniel
* doc/* configure.in NEWS: release of libxml2 2.6.28
Daniel
svn path=/trunk/; revision=3601
|
|
59d3ed8f
|
2007-04-17T12:44:58
|
|
applied patch from Andreas Stricke to ease the compilation on Windows CE
* catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
patch from Andreas Stricke to ease the compilation on Windows CE
Daniel
svn path=/trunk/; revision=3600
|
|
ed12138b
|
2007-04-17T12:33:19
|
|
"xmllint unusable on win32" so applied a libxml2 patch from Christian
* xmllint.c catalog.c: "xmllint unusable on win32" so applied
a libxml2 patch from Christian Ehrlicher
Daniel
svn path=/trunk/; revision=3599
|
|
42720248
|
2007-04-16T07:02:31
|
|
change the way script/style are parsed to not try to detect comments,
* HTMLparser.c: change the way script/style are parsed to
not try to detect comments, reported by Mike Day
* result/HTML/doc3.*: affects the result of that test
Daniel
svn path=/trunk/; revision=3598
|
|
56578371
|
2007-04-11T14:33:46
|
|
small enhancement for quantifier range with min occurs of 0; fixes bug
* xmlregexp.c: small enhancement for quantifier range with
min occurs of 0; fixes bug 425542.
svn path=/trunk/; revision=3597
|
|
bd672bc5
|
2007-03-30T12:39:25
|
|
applied change from Michael Day to avoid a problem when compiled without
* xmlIO.c: applied change from Michael Day to avoid a problem when
compiled without zlib support.
Daniel
svn path=/trunk/; revision=3596
|
|
7ef51690
|
2007-03-21T16:47:12
|
|
applied documentation patch from James Dennett Daniel
* include/libxml/xpath.h: applied documentation patch from James Dennett
Daniel
svn path=/trunk/; revision=3595
|
|
a9cbf283
|
2007-03-21T13:16:33
|
|
fixed problem with 0x2d in Char Range (bug #420596) added regression test
* xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
* test/regexp/bug420596, result/regexp/bug420596: added regression
test for this
svn path=/trunk/; revision=3594
|
|
e978ae25
|
2007-03-21T06:16:02
|
|
fixed memory access error on parsing of meta data which had errors (bug
* HTMLparser.c: fixed memory access error on parsing of meta data
which had errors (bug #382206). Also cleaned up a few warnings
by adding some additional DECL macros.
svn path=/trunk/; revision=3593
|
|
bd44484b
|
2007-03-20T08:47:29
|
|
applied patch from Björn Wiberg to try to fix again the silly
* nanoftp.c: applied patch from Björn Wiberg to try to fix again
the silly __ss_familly problem on various AIXes, should fix #420184
Daniel
svn path=/trunk/; revision=3592
|
|
0c1e3011
|
2007-03-14T12:40:21
|
|
corrected small error in last commit corrected small typo in last commit
* configure.in: corrected small error in last commit
* xmlreader.c: corrected small typo in last commit
svn path=/trunk/; revision=3591
|
|
06559b3a
|
2007-03-14T09:34:15
|
|
fixed problem with referenced attribute groups (bug #417621) re-ordered
* xmlschemas.c: fixed problem with referenced attribute groups
(bug #417621)
* configure.in: re-ordered some includes for types.h / socket.h
(bug 416001)
svn path=/trunk/; revision=3590
|
|
d3befb1f
|
2007-03-13T15:25:19
|
|
Removed missing link, Daniel
svn path=/trunk/; revision=3589
|
|
a9c5677c
|
2007-03-09T16:59:05
|
|
applied patch from Julien Reichel cleaning up mode and state internal
* xmlreader.c: applied patch from Julien Reichel cleaning up mode
and state internal flags mixups
Daniel
svn path=/trunk/; revision=3588
|
|
ee0b982f
|
2007-03-07T08:15:01
|
|
fixed xmlXPathCmpNodes for incorrect result on certain cases when
* xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
cases when comparing identical nodes (bug 415567) with patch
from Oleg Paraschenko
svn path=/trunk/; revision=3587
|
|
7a12e57b
|
2007-02-16T17:11:09
|
|
fixed tab problem with patch from Andreas Hanke (bug #408626)
* python/libxml.py: fixed tab problem with patch from Andreas Hanke (bug #408626)
svn path=/trunk/; revision=3586
|
|
43a87290
|
2007-02-15T20:41:02
|
|
Changed all references to libxml2 CVS over to the corresponding SVN. A few
* doc/xml.html: Changed all references to libxml2 CVS over to
the corresponding SVN. A few other spelling/grammar/links
also changed.
* doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
svn path=/trunk/; revision=3585
|
|
0bcec06d
|
2007-02-14T02:15:19
|
|
Fixed memory bug with invalid function reported by Francois Delyon on
* xpath.c: Fixed memory bug with invalid function reported by Francois Delyon on mailing list
svn path=/trunk/; revision=3584
|
|
53ce98cd
|
2007-02-13T00:37:20
|
|
fixed problem with invalid char encountered during text include (reported
* xinclude.c: fixed problem with invalid char encountered during text include (reported on xslt mailing list)
svn path=/trunk/; revision=3583
|
|
fde5b0b9
|
2007-02-12T17:31:53
|
|
small cleanup to avoid packaging .svn applied patch to avoid a problem in
* Makefile.am: small cleanup to avoid packaging .svn
* libxml.h threads.c parser.c: applied patch to avoid a problem
in concurrent threaded initialization fix from Ted Phelps
Daniel
svn path=/trunk/; revision=3582
|
|
bf9a73d2
|
2007-02-09T00:07:07
|
|
fixed mistake in previous commit (ChangeLog is correct)
svn path=/trunk/; revision=3581
|
|
3cad8e31
|
2007-02-08T23:36:00
|
|
regenerated
svn path=/trunk/; revision=3580
|
|
d46c1ca3
|
2007-02-08T23:34:34
|
|
added a GROW when parsing complex comments (bug #405666) added a hack to
* parser.c: added a GROW when parsing complex comments (bug #405666)
* gentest.py, testapi.c: added a hack to prevent destruction of any
param with 'destroy' in it's description (i.e. param destroyed by
the routine under test, so shouldn't be destroyed by testapi)
* xmlreader.c: added freeing of 'input' param even on error
svn path=/trunk/; revision=3579
|
|
c1099be5
|
2007-01-31T18:38:56
|
|
repositioned #include for libxml.h to avoid compilation error on some
* testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
xmlwriter.c: repositioned #include for libxml.h to avoid
compilation error on some architectures (bug #398277)
svn path=/trunk/; revision=3578
|
|
72239bad
|
2007-01-31T18:25:12
|
|
deleting duplicate entries
svn path=/trunk/; revision=3577
|
|
22242278
|
2007-01-27T07:59:37
|
|
implemented patch from S. Bidoul for uri.c (bug #389767)
* implemented patch from S. Bidoul for uri.c (bug #389767)
svn path=/trunk/; revision=3576
|
|
11be2d02
|
2007-01-24T19:17:19
|
|
added checks for alloc fail on calls to xmlXPathNewContext (libxslt bug
* xpath.c: added checks for alloc fail on calls to xmlXPathNewContext
(libxslt bug #400242)
svn path=/trunk/; revision=3575
|
|
7f28a01d
|
2007-01-11T23:42:10
|
|
Re-generated the documentation (API chunks 27-29 were missing) (also
* Re-generated the documentation (API chunks 27-29 were missing)
(also causes changes to testapi.c, elfgcchack.h and
win32/libxml2.def.src)
svn path=/trunk/; revision=3574
|
|
a3d23051
|
2007-01-09T21:24:34
|
|
fix a memory leak in the python string handling when SAX event are passed
* python/libxml.c: fix a memory leak in the python string handling
when SAX event are passed back to the python handlers
Daniel
svn path=/trunk/; revision=3573
|
|
e96b47fd
|
2007-01-04T17:28:35
|
|
fix xmlTextReaderSetup() description tests which were apparently never
* xmlreader.c: fix xmlTextReaderSetup() description
* test/relaxng/empty1.rng test/relaxng/comps_0.xml
test/relaxng/empty1_0.xml test/relaxng/comps.rng
test/relaxng/empty0.rng test/relaxng/empty0_0.xml
test/relaxng/empty1_1.xml: tests which were apparently
never commited to CVS
Daniel
svn path=/trunk/; revision=3572
|
|
d8377640
|
2007-01-03T23:13:12
|
|
expose xmlTextReaderSetup function
svn path=/trunk/; revision=3571
|
|
9cb1b64d
|
2007-01-03T15:07:44
|
|
adapt the extra versioning code to SVN Daniel
* configure.in: adapt the extra versioning code to SVN
Daniel
svn path=/trunk/; revision=3570
|
|
3b6acc93
|
2006-12-14T15:49:41
|
|
apparently id() sometimes generate negative values and %X outputs -XXXX
* python/generator.py python/libxml.py: apparently id() sometimes
generate negative values and %X outputs -XXXX :-(
Daniel
|
|
602f2bd0
|
2006-12-04T09:26:04
|
|
patch from Michael Day on standalone and XML declaration detection, and
* parser.c include/libxml/tree.h: patch from Michael Day on standalone
and XML declaration detection, and associated documentation change
Daniel
|
|
a658582e
|
2006-12-04T09:21:28
|
|
anothe XInclude user data propagation patch from Michael Day Daniel
* xinclude.c: anothe XInclude user data propagation patch from
Michael Day
Daniel
|
|
1032ac4c
|
2006-11-23T16:18:30
|
|
applied patch from Steven Rainwater to fix UTF8ToHtml behaviour on code
* HTMLparser.c: applied patch from Steven Rainwater to fix
UTF8ToHtml behaviour on code points which are not mappable to
predefined HTML entities, fixes #377544
Daniel
|
|
fe3970e0
|
2006-11-23T16:08:30
|
|
fixed a bug where the principal node type of an axis wasn't tested on name
* xpath.c: fixed a bug where the principal node type of an axis
wasn't tested on name check, fixes bug #377432
daniel
|
|
772869fe
|
2006-11-08T09:16:56
|
|
change htmlCtxtReset() following Michael Day bug report and suggestion.
* HTMLparser.c: change htmlCtxtReset() following Michael Day bug
report and suggestion.
Daniel
|
|
481dcfcf
|
2006-11-06T08:54:18
|
|
applied patch from Igor for path conversion on Windows Daniel
* uri.c: applied patch from Igor for path conversion on Windows
Daniel
|
|
fcd18ff8
|
2006-11-02T10:28:04
|
|
another small change on the algorithm for the elimination of epsilon
* xmlregexp.c: another small change on the algorithm for the
elimination of epsilon transitions, should help on #362989 too
Daniel
|
|
0e05f4c2
|
2006-11-01T15:33:04
|
|
applied documentation patches from Markus Keim fixed one bug and added a
* tree.c: applied documentation patches from Markus Keim
* xmlregexp.c: fixed one bug and added a couple of optimisations
while working on bug #362989
Daniel
|
|
890fd9f9
|
2006-10-27T12:53:28
|
|
applied a reworked version of Usamah Malik patch to avoid growing the
* HTMLparser.c: applied a reworked version of Usamah Malik patch
to avoid growing the parser stack in some autoclose cases, should
fix #361221
Daniel
|