1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-07 06:43:02 +03:00

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
This commit is contained in:
Daniel Veillard
2004-05-16 01:20:17 +00:00
parent 96134cab15
commit f055293653
4 changed files with 12 additions and 7 deletions

View File

@@ -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> Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
* doc/ChangeLog.awk: fixed a couple of problems when parsing * doc/ChangeLog.awk: fixed a couple of problems when parsing

View File

@@ -3510,7 +3510,7 @@ xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) {
const xmlChar * const xmlChar *
xmlCatalogGetSystem(const xmlChar *sysID) { xmlCatalogGetSystem(const xmlChar *sysID) {
xmlChar *ret; xmlChar *ret;
static xmlChar result[1000]; xmlChar result[1000];
static int msg = 0; static int msg = 0;
if (!xmlCatalogInitialized) if (!xmlCatalogInitialized)
@@ -3554,7 +3554,7 @@ xmlCatalogGetSystem(const xmlChar *sysID) {
const xmlChar * const xmlChar *
xmlCatalogGetPublic(const xmlChar *pubID) { xmlCatalogGetPublic(const xmlChar *pubID) {
xmlChar *ret; xmlChar *ret;
static xmlChar result[1000]; xmlChar result[1000];
static int msg = 0; static int msg = 0;
if (!xmlCatalogInitialized) if (!xmlCatalogInitialized)

View File

@@ -198,6 +198,7 @@ iOFTPMatch()
iOHTTPMatch() iOHTTPMatch()
normalizeWindowsPath() normalizeWindowsPath()
parserGetDirectory() parserGetDirectory()
popInputCallbacks()
registerDefaultInputCallbacks() registerDefaultInputCallbacks()
registerDefaultOutputCallbacks() registerDefaultOutputCallbacks()
registerHTTPPostCallbacks() registerHTTPPostCallbacks()

View File

@@ -1175,6 +1175,7 @@ xmlOutputBufferCreateFilename
xmlOutputBufferCreateIO xmlOutputBufferCreateIO
xmlOutputBufferFlush xmlOutputBufferFlush
xmlOutputBufferWrite xmlOutputBufferWrite
xmlOutputBufferWriteEscape
xmlOutputBufferWriteString xmlOutputBufferWriteString
xmlParseAttValue xmlParseAttValue
xmlParseAttribute xmlParseAttribute
@@ -1268,6 +1269,7 @@ xmlPatternMatch
xmlPatterncompile xmlPatterncompile
xmlPedanticParserDefault xmlPedanticParserDefault
xmlPopInput xmlPopInput
xmlPopInputCallbacks
xmlPrintURI xmlPrintURI
xmlPushInput xmlPushInput
xmlRMutexLock xmlRMutexLock
@@ -1404,7 +1406,6 @@ xmlResetLastError
xmlSAX2AttributeDecl xmlSAX2AttributeDecl
xmlSAX2CDataBlock xmlSAX2CDataBlock
xmlSAX2Characters xmlSAX2Characters
xmlSAX2CheckNamespace
xmlSAX2Comment xmlSAX2Comment
xmlSAX2ElementDecl xmlSAX2ElementDecl
xmlSAX2EndDocument xmlSAX2EndDocument
@@ -1415,11 +1416,9 @@ xmlSAX2ExternalSubset
xmlSAX2GetColumnNumber xmlSAX2GetColumnNumber
xmlSAX2GetEntity xmlSAX2GetEntity
xmlSAX2GetLineNumber xmlSAX2GetLineNumber
xmlSAX2GetNamespace
xmlSAX2GetParameterEntity xmlSAX2GetParameterEntity
xmlSAX2GetPublicId xmlSAX2GetPublicId
xmlSAX2GetSystemId xmlSAX2GetSystemId
xmlSAX2GlobalNamespace
xmlSAX2HasExternalSubset xmlSAX2HasExternalSubset
xmlSAX2HasInternalSubset xmlSAX2HasInternalSubset
xmlSAX2IgnorableWhitespace xmlSAX2IgnorableWhitespace
@@ -1428,13 +1427,11 @@ xmlSAX2InitDocbDefaultSAXHandler
xmlSAX2InitHtmlDefaultSAXHandler xmlSAX2InitHtmlDefaultSAXHandler
xmlSAX2InternalSubset xmlSAX2InternalSubset
xmlSAX2IsStandalone xmlSAX2IsStandalone
xmlSAX2NamespaceDecl
xmlSAX2NotationDecl xmlSAX2NotationDecl
xmlSAX2ProcessingInstruction xmlSAX2ProcessingInstruction
xmlSAX2Reference xmlSAX2Reference
xmlSAX2ResolveEntity xmlSAX2ResolveEntity
xmlSAX2SetDocumentLocator xmlSAX2SetDocumentLocator
xmlSAX2SetNamespace
xmlSAX2StartDocument xmlSAX2StartDocument
xmlSAX2StartElement xmlSAX2StartElement
xmlSAX2StartElementNs xmlSAX2StartElementNs
@@ -1459,6 +1456,8 @@ xmlSaveFlush
xmlSaveFormatFile xmlSaveFormatFile
xmlSaveFormatFileEnc xmlSaveFormatFileEnc
xmlSaveFormatFileTo xmlSaveFormatFileTo
xmlSaveSetAttrEscape
xmlSaveSetEscape
xmlSaveToBuffer xmlSaveToBuffer
xmlSaveToFd xmlSaveToFd
xmlSaveToFilename xmlSaveToFilename