summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-05-16 01:20:17 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-05-16 01:20:17 +0000
commitf05529365346fcaf3afe1a07e5c4ca7350cb2521 (patch)
treee5c9831e854a058395401ae51f9a9e7d4ca1f3b8
parent96134cab15b917683b0c4d8d071aae8a48cb8d98 (diff)
downloadlibxml2-f05529365346fcaf3afe1a07e5c4ca7350cb2521.tar.gz
a couple of large static variable which should really not be declared as
* catalog.c: a couple of large static variable which should really not be declared as such cluttered the .bss section. Daniel
-rw-r--r--ChangeLog5
-rw-r--r--catalog.c4
-rw-r--r--python/libxml2class.txt1
-rw-r--r--win32/libxml2.def.src9
4 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 2792ef39..621e097f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
+
+ * catalog.c: a couple of large static variable which should really
+ not be declared as such cluttered the .bss section.
+
Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
* doc/ChangeLog.awk: fixed a couple of problems when parsing
diff --git a/catalog.c b/catalog.c
index 711761e7..7c328f2a 100644
--- a/catalog.c
+++ b/catalog.c
@@ -3510,7 +3510,7 @@ xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) {
const xmlChar *
xmlCatalogGetSystem(const xmlChar *sysID) {
xmlChar *ret;
- static xmlChar result[1000];
+ xmlChar result[1000];
static int msg = 0;
if (!xmlCatalogInitialized)
@@ -3554,7 +3554,7 @@ xmlCatalogGetSystem(const xmlChar *sysID) {
const xmlChar *
xmlCatalogGetPublic(const xmlChar *pubID) {
xmlChar *ret;
- static xmlChar result[1000];
+ xmlChar result[1000];
static int msg = 0;
if (!xmlCatalogInitialized)
diff --git a/python/libxml2class.txt b/python/libxml2class.txt
index 1df60379..72561ab7 100644
--- a/python/libxml2class.txt
+++ b/python/libxml2class.txt
@@ -198,6 +198,7 @@ iOFTPMatch()
iOHTTPMatch()
normalizeWindowsPath()
parserGetDirectory()
+popInputCallbacks()
registerDefaultInputCallbacks()
registerDefaultOutputCallbacks()
registerHTTPPostCallbacks()
diff --git a/win32/libxml2.def.src b/win32/libxml2.def.src
index 3faab29f..e5fa37c9 100644
--- a/win32/libxml2.def.src
+++ b/win32/libxml2.def.src
@@ -1175,6 +1175,7 @@ xmlOutputBufferCreateFilename
xmlOutputBufferCreateIO
xmlOutputBufferFlush
xmlOutputBufferWrite
+xmlOutputBufferWriteEscape
xmlOutputBufferWriteString
xmlParseAttValue
xmlParseAttribute
@@ -1268,6 +1269,7 @@ xmlPatternMatch
xmlPatterncompile
xmlPedanticParserDefault
xmlPopInput
+xmlPopInputCallbacks
xmlPrintURI
xmlPushInput
xmlRMutexLock
@@ -1404,7 +1406,6 @@ xmlResetLastError
xmlSAX2AttributeDecl
xmlSAX2CDataBlock
xmlSAX2Characters
-xmlSAX2CheckNamespace
xmlSAX2Comment
xmlSAX2ElementDecl
xmlSAX2EndDocument
@@ -1415,11 +1416,9 @@ xmlSAX2ExternalSubset
xmlSAX2GetColumnNumber
xmlSAX2GetEntity
xmlSAX2GetLineNumber
-xmlSAX2GetNamespace
xmlSAX2GetParameterEntity
xmlSAX2GetPublicId
xmlSAX2GetSystemId
-xmlSAX2GlobalNamespace
xmlSAX2HasExternalSubset
xmlSAX2HasInternalSubset
xmlSAX2IgnorableWhitespace
@@ -1428,13 +1427,11 @@ xmlSAX2InitDocbDefaultSAXHandler
xmlSAX2InitHtmlDefaultSAXHandler
xmlSAX2InternalSubset
xmlSAX2IsStandalone
-xmlSAX2NamespaceDecl
xmlSAX2NotationDecl
xmlSAX2ProcessingInstruction
xmlSAX2Reference
xmlSAX2ResolveEntity
xmlSAX2SetDocumentLocator
-xmlSAX2SetNamespace
xmlSAX2StartDocument
xmlSAX2StartElement
xmlSAX2StartElementNs
@@ -1459,6 +1456,8 @@ xmlSaveFlush
xmlSaveFormatFile
xmlSaveFormatFileEnc
xmlSaveFormatFileTo
+xmlSaveSetAttrEscape
+xmlSaveSetEscape
xmlSaveToBuffer
xmlSaveToFd
xmlSaveToFilename