From: Alexey Tourbin <at@altlinux.ru> To: devel@lists.altlinux.org Subject: [devel] libxml2.map Date: Sun, 29 Oct 2006 21:05:06 +0300 Message-ID: <20061029180506.GS7821@localhost.localdomain> (raw) [-- Attachment #1: Type: text/plain, Size: 6099 bytes --] Update of /people/at/packages/libxml2.git Changes since `LIBXML2_2_6_27-g74a6d6b': Makefile.am | 3 +- libxml2.map | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 162 insertions(+), 1 deletions(-) commit 27e819804a4c4aac841eb5b24108852063dd743b Author: Alexey Tourbin <at@altlinux> Date: Sun Oct 29 20:32:00 2006 +0300 added libxml2.map Here goes `symbol versioning' (c) drepper for the libxml2 shared library. One problem is that I have to start from some point. We have consecutive builds starting from 2.6.2, but that would spread just too old dependencies. Master 2.4 had 2.6.11, and the next build was 2.6.13, so I start with that. Another problem is that I cannot hide all those `__xml*' symbols, nor even `__html*'. They are all in header files, and some of them are in use. So, as for now, I do not hide anything; only symbol versioning is being introduced. Maintainers! Maintainers! Maintainers! Here is how to cook up your version script quickly. $ GET ftp://ftp.altlinux.org/pub/distributions/archive/Sisyphus/index/libxml2 >list $ sed -i 's;src\.rpm$;i586.rpm;;s;SRPMS;i586/RPMS;' list $ rsync -a --files-from=list rsync.altlinux.org::archive/Sisyphus/ . Welcome to ALT Linux Team public rsync archive! ... $ (read f1; while read f2; do rpmsodiff $f1 $f2; f1=$f2; done) <list >out $ sed -n '/^LIBXML2_/,/^};/p' out >libxml2.map Grok that! (Hint: you need rpmsodiff from qa-robot.) Full changes since `LIBXML2_2_6_27-g74a6d6b' follow: diff --git a/Makefile.am b/Makefile.am index 5ef9d90..f2f805b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,8 @@ bin_SCRIPTS=xml2-config lib_LTLIBRARIES = libxml2.la libxml2_la_LIBADD = @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) @M_LIBS@ @WIN32_EXTRA_LIBADD@ -libxml2_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -version-info @LIBXML_VERSION_INFO@ @MODULE_PLATFORM_LIBS@ +export_symbols = -Wl,--version-script=libxml2.map -Wl,-z,defs +libxml2_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -version-info @LIBXML_VERSION_INFO@ $(export_symbols) @MODULE_PLATFORM_LIBS@ if WITH_TRIO_SOURCES libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c \ diff --git a/libxml2.map b/libxml2.map new file mode 100644 index 0000000..7efb180 --- /dev/null +++ b/libxml2.map @@ -0,0 +1,160 @@ +LIBXML2_2.6.13 { + global: + xmlParseInNodeContext; + xmlSchemaGetFacetValueAsULong; + xmlSchemaGetParserErrors; + xmlSchemaGetValidErrors; + xmlSchemaValPredefTypeNodeNoNorm; + xmlSchemaValidateLengthFacet; +}; +LIBXML2_2.6.14 { + global: + xmlAutomataNewCountTrans2; + xmlAutomataNewOnceTrans2; + xmlSchemaSetValidOptions; + xmlSchemaValidCtxtGetOptions; + xmlSchemaValidateOneElement; +}; +LIBXML2_2.6.15 { + global: + xmlDebugCheckDocument; + xmlDocCopyNodeList; + xmlNewDocPI; + xmlTextReaderConstEncoding; + xmlTextReaderConstXmlVersion; + xmlTextReaderIsNamespaceDecl; + xmlTextReaderStandalone; +}; +LIBXML2_2.6.16 { + global: + xmlMemBlocks; + xmlRelaxNGInitTypes; +}; +LIBXML2_2.6.17 { + global: + xmlDictExists; + xmlModuleClose; + xmlModuleFree; + xmlModuleOpen; + xmlModuleSymbol; + xmlRegExecErrInfo; + xmlRegExecNextValues; + xmlSchemaWhiteSpaceReplace; + xmlTextReaderGetParserColumnNumber; + xmlTextReaderGetParserLineNumber; +}; +LIBXML2_2.6.18 { + global: + xmlCopyDocElementContent; + xmlDictCleanup; + xmlFreeDocElementContent; + xmlFreeStreamCtxt; + xmlHashCreateDict; + xmlNewDocElementContent; + xmlPatternFromRoot; + xmlPatternGetStreamCtxt; + xmlPatternMaxDepth; + xmlPatternStreamable; + xmlSchemaCompareValuesWhtsp; + xmlSchemaCopyValue; + xmlSchemaGetCanonValue; + xmlSchemaNewNOTATIONValue; + xmlSchemaNewStringValue; + xmlStreamPop; + xmlStreamPush; + xmlStreamPushAttr; + xmlTextReaderByteConsumed; +}; +LIBXML2_2.6.19 { + global: + xmlSchemaGetValType; + xmlSchemaValidateFacetWhtsp; + xmlSchemaValidateLengthFacetWhtsp; +}; +LIBXML2_2.6.20 { + global: + xmlDOMWrapAdoptNode; + xmlDOMWrapFreeCtxt; + xmlDOMWrapNewCtxt; + xmlDOMWrapReconcileNamespaces; + xmlDOMWrapRemoveNode; + xmlSchemaGetCanonValueWhtsp; + xmlSchemaIsValid; + xmlSchemaNewQNameValue; + xmlSchemaSAXPlug; + xmlSchemaSAXUnplug; + xmlSchemaValidateFile; + xmlSchemaValueAppend; + xmlSchemaValueGetAsBoolean; + xmlSchemaValueGetAsString; + xmlSchemaValueGetNext; + xmlTextReaderSchemaValidate; + xmlTextReaderSetSchema; +}; +LIBXML2_2.6.21 { + global: + emptyExp; + forbiddenExp; + xmlAutomataNewNegTrans; + xmlExpCtxtNbCons; + xmlExpCtxtNbNodes; + xmlExpDump; + xmlExpExpDerive; + xmlExpFree; + xmlExpFreeCtxt; + xmlExpGetLanguage; + xmlExpGetStart; + xmlExpIsNillable; + xmlExpMaxToken; + xmlExpNewAtom; + xmlExpNewCtxt; + xmlExpNewOr; + xmlExpNewRange; + xmlExpNewSeq; + xmlExpParse; + xmlExpRef; + xmlExpStringDerive; + xmlExpSubsume; + xmlHasFeature; + xmlParseURIRaw; + xmlPatternMinDepth; + xmlRelaxNGSetValidStructuredErrors; + xmlSchemaSetValidStructuredErrors; + xmlSchematronFree; + xmlSchematronFreeParserCtxt; + xmlSchematronFreeValidCtxt; + xmlSchematronNewDocParserCtxt; + xmlSchematronNewMemParserCtxt; + xmlSchematronNewParserCtxt; + xmlSchematronNewValidCtxt; + xmlSchematronParse; + xmlSchematronValidateDoc; +}; +LIBXML2_2.6.23 { + global: + htmlDocDumpMemoryFormat; + xmlOutputBufferCreateBuffer; + xmlSaveToBuffer; + xmlSchemaSetParserStructuredErrors; + xmlStreamPushNode; + xmlStreamWantsAnyNode; + xmlTextReaderSchemaValidateCtxt; +}; +LIBXML2_2.6.24 { + global: + __htmlParseContent; + xmlDOMWrapCloneNode; + xmlRelaxNGSetParserStructuredErrors; +}; +LIBXML2_2.6.26 { + global: + xmlXPathContextSetCache; +}; +LIBXML2_2.6.27 { + global: + htmlNewParserCtxt; + xmlPathToURI; + xmlResolveResourceFromCatalog; + xmlXIncludeProcessFlagsData; + xmlXPathCompiledEvalToBoolean; +}; [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
reply other threads:[~2006-10-29 18:05 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20061029180506.GS7821@localhost.localdomain \ --to=at@altlinux.ru \ --cc=devel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git