--- misc/libxslt-1.1.26/libxslt/libxslt.syms Thu Sep 24 16:28:46 2009 +++ misc/build/libxslt-1.1.26/libxslt/libxslt.syms Thu Jul 8 12:22:14 2010 @@ -107,7 +107,7 @@ xsltFreeCompMatchList; xsltFreeTemplateHashes; xsltGetTemplate; - xsltMatchPattern; +#NOT_IMPLEMENTED xsltMatchPattern; xsltTestCompMatchList; # preproc @@ -406,7 +406,7 @@ global: # xsltInternals - xsltConstNamespaceNameXSLT; # variable +#XSLT_REFACTORED_XSLT_NSCOMP xsltConstNamespaceNameXSLT; # variable xsltExtensionInstructionResultFinalize; xsltExtensionInstructionResultRegister; xsltInitCtxtKey; @@ -415,24 +415,24 @@ xsltInit; # xsltInternals - xsltParseAnyXSLTElem; - xsltParseSequenceConstructor; - xsltPointerListAddSize; - xsltPointerListClear; - xsltPointerListCreate; - xsltPointerListFree; +#XSLT_REFACTORED xsltParseAnyXSLTElem; +#XSLT_REFACTORED xsltParseSequenceConstructor; +#XSLT_REFACTORED xsltPointerListAddSize; +#XSLT_REFACTORED xsltPointerListClear; +#XSLT_REFACTORED xsltPointerListCreate; +#XSLT_REFACTORED xsltPointerListFree; xsltRegisterLocalRVT; xsltReleaseRVT; - xsltRestoreDocumentNamespaces; +#XSLT_REFACTORED_XSLT_NSCOMP xsltRestoreDocumentNamespaces; # extensions - xsltStyleStylesheetLevelGetExtData; +#XSLT_REFACTORED xsltStyleStylesheetLevelGetExtData; # xsltInternals - xsltTransStorageAdd; - xsltTransStorageRemove; +#NOT_IMPLEMENTED xsltTransStorageAdd; +#NOT_IMPLEMENTED xsltTransStorageRemove; xsltUninit; - xsltXSLTAttrMarker; # variable +#XSLT_REFACTORED xsltXSLTAttrMarker; # variable } LIBXML2_1.1.9; LIBXML2_1.1.20 { @@ -475,5 +475,9 @@ # transform xsltProcessOneNode; + +# Solaris ld needs explicit auto-reduction (or, alternatively, "-B local") + local: + *; } LIBXML2_1.1.25; '>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/libcmis
AgeCommit message (Expand)Author
2012-12-04libcmis, libvisio get a boost dependency tooMichael Stahl
2012-11-07CMIS: fixed <wsse:Expires> output: c_str() on a temp string object isn't goodCédric Bosdonnat
2012-10-15tweak some build.lsts for the group photo...Michael Stahl
2012-09-22fix delivery of headers in ExternalPackagesDavid Tardon
2012-09-22update ext. projects to use ExternalPackageDavid Tardon
2012-09-17libcmis: fixed some conflict with windows.h definitionsLuboš Luňák
2012-09-17libcmis: bad warning fix... refixedCédric Bosdonnat
2012-09-17Forgot to git add libcmis-0.3.0-warnings.patchCédric Bosdonnat
2012-09-17libcmis: silenced some warningsCédric Bosdonnat
2012-09-17avoid C++11 narrowing conversion error with clangLuboš Luňák
2012-09-14updated libcmis to 0.3.0Cédric Bosdonnat
2012-09-08libcmis: use patchlevel 0Matúš Kukan
2012-09-08libcmis: forgot to remove old makefileMatúš Kukan
2012-09-08libcmis: convert to gbuildMatúš Kukan
2012-07-17for external modules add a dependency on the makefile.mk itselfCaolán McNamara
2012-07-09libcmis: changed API to get all repositories infos, not just their IDCédric Bosdonnat
2012-07-05add depend on makefile.mkCaolán McNamara
2012-07-03libcmis: added a patch to workaround an alfresco bug and avoid HTTP requestsCédric Bosdonnat
2012-07-02libcmis: fixed unexpected exception thrownCédric Bosdonnat
2012-07-02libcmis: forgot to remove now unneeded patchCédric Bosdonnat
2012-06-26libcmis: forgot to update windows patch for 0.2.3Cédric Bosdonnat
2012-06-26libcmis: updated to 0.2.3Cédric Bosdonnat
2012-06-04Oops, fix a bad fix in libcmis for libcurl version checksCédric Bosdonnat
2012-06-04update libcmis to 0.2.2 to fix macos old libcurl problemsCédric Bosdonnat
2012-06-04$(COM) not $(COMP)Korrawit Pruegsanusak
2012-06-04libcmis: fix for windows buildCédric Bosdonnat
2012-06-04Updated libcmis to 0.2.1Cédric Bosdonnat
2012-06-04libcmis: updated to 0.2.0Cédric Bosdonnat
2012-06-04libcmis: removing unused gmake scripts to avoid maintaining themCédric Bosdonnat
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-29build gbuild directly from build.pl and fix libcmis and respect GMAKE_OPTIONSBjoern Michaelsen
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann