mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
applied patch from Felipe Contreras when compiling with --with-minimum
* testapi.c: applied patch from Felipe Contreras when compiling with --with-minimum Daniel
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* testapi.c: applied patch from Felipe Contreras when compiling
|
||||||
|
with --with-minimum
|
||||||
|
|
||||||
Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
|
Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
|
||||||
|
|
||||||
* tree.c include/libxml/tree.h: Fixed a bug in
|
* tree.c include/libxml/tree.h: Fixed a bug in
|
||||||
|
15
NEWS
15
NEWS
@@ -15,6 +15,21 @@ ChangeLog.html
|
|||||||
to the CVS at
|
to the CVS at
|
||||||
http://cvs.gnome.org/viewcvs/libxml2/
|
http://cvs.gnome.org/viewcvs/libxml2/
|
||||||
code base.There is the list of public releases:
|
code base.There is the list of public releases:
|
||||||
|
2.6.26: Jun 6 2006:
|
||||||
|
- portability fixes: Python detection (Joseph Sacco), compilation
|
||||||
|
error(William Brack and Graham Bennett), LynxOS patch (Olli Savia)
|
||||||
|
- bug fixes: encoding buffer problem, mix of code and data in
|
||||||
|
xmlIO.c(Kjartan Maraas), entities in XSD validation (Kasimier Buchcik),
|
||||||
|
variousXSD validation fixes (Kasimier), memory leak in pattern (Rob
|
||||||
|
Richards andKasimier), attribute with colon in name (Rob Richards), XPath
|
||||||
|
leak inerror reporting (Aleksey Sanin), XInclude text include of
|
||||||
|
selfdocument.
|
||||||
|
- improvements: Xpath optimizations (Kasimier), XPath object
|
||||||
|
cache(Kasimier)
|
||||||
|
|
||||||
|
|
||||||
|
2.6.25: Jun 6 2006::
|
||||||
|
Do not use or package 2.6.25
|
||||||
2.6.24: Apr 28 2006:
|
2.6.24: Apr 28 2006:
|
||||||
- Portability fixes: configure on Windows, testapi compile on windows
|
- Portability fixes: configure on Windows, testapi compile on windows
|
||||||
(Kasimier Buchcik, venkat naidu), Borland C++ 6 compile (Eric Zurcher),
|
(Kasimier Buchcik, venkat naidu), Borland C++ 6 compile (Eric Zurcher),
|
||||||
|
@@ -30599,7 +30599,7 @@ static int
|
|||||||
test_xmlTextReaderGetErrorHandler(void) {
|
test_xmlTextReaderGetErrorHandler(void) {
|
||||||
int test_ret = 0;
|
int test_ret = 0;
|
||||||
|
|
||||||
#if defined(LIBXML_READER_ENABLED)
|
#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
|
||||||
int mem_base;
|
int mem_base;
|
||||||
xmlTextReaderPtr reader; /* the xmlTextReaderPtr used */
|
xmlTextReaderPtr reader; /* the xmlTextReaderPtr used */
|
||||||
int n_reader;
|
int n_reader;
|
||||||
@@ -31943,7 +31943,7 @@ test_xmlTextReaderSchemaValidate(void) {
|
|||||||
return(test_ret);
|
return(test_ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef LIBXML_READER_ENABLED
|
#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
|
||||||
|
|
||||||
#define gen_nb_xmlSchemaValidCtxtPtr 1
|
#define gen_nb_xmlSchemaValidCtxtPtr 1
|
||||||
static xmlSchemaValidCtxtPtr gen_xmlSchemaValidCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
|
static xmlSchemaValidCtxtPtr gen_xmlSchemaValidCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
|
||||||
@@ -32059,7 +32059,7 @@ test_xmlTextReaderSetParserProp(void) {
|
|||||||
return(test_ret);
|
return(test_ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef LIBXML_READER_ENABLED
|
#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
|
||||||
|
|
||||||
#define gen_nb_xmlSchemaPtr 1
|
#define gen_nb_xmlSchemaPtr 1
|
||||||
static xmlSchemaPtr gen_xmlSchemaPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
|
static xmlSchemaPtr gen_xmlSchemaPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
|
||||||
|
Reference in New Issue
Block a user