summaryrefslogtreecommitdiff
path: root/external/libxslt/libxslt-internal-symbols.patch
blob: 7023cb32354d157a18a6be1e9576a51813853437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
--- 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; removed in 1.1.28
 # xsltTransStorageRemove; removed in 1.1.28
   xsltUninit;
-  xsltXSLTAttrMarker; # variable
+#XSLT_REFACTORED  xsltXSLTAttrMarker; # variable
 } LIBXML2_1.1.9;
 
 LIBXML2_1.1.20 {
@@ -475,5 +475,9 @@
 
 # xsltutils
   xsltXPathCompileFlags;
+
+# Solaris ld needs explicit auto-reduction (or, alternatively, "-B local")
+    local:
+  *;
 } LIBXML2_1.1.26;
 
ref='/cgit/lo/core/commit/vcl/backendtest?id=ca39dddb8b3c01ff1d8a4cf2961c1b61563397a1'>loplugin:includeform: vclStephan Bergmann 2017-10-04add << operator for css::uno::ExceptionNoel Grandin 2017-09-22vcl: [loplugin:badstatics] aApplicationMichael Stahl 2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin 2017-07-18loplugin:constparams in vclNoel Grandin 2017-04-13Removed duplicated includesAndrea Gelmini 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna 2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski 2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski 2016-12-23loplugin:unusedmethodsNoel Grandin 2016-12-19vcl: separate ImplImageTree - ImageTree singleton and public ifaceTomaž Vajngerl 2016-10-10loplugin:unnecessaryoverride in vclNoel Grandin 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-05convert GradientStyle to scoped enumNoel Grandin 2016-09-05convert RasterOp to scoped enumNoel Grandin 2016-08-25Resolves: coverity#1371769 'Constant' variable guards dead codeCaolán McNamara 2016-08-23[loplugin]Mike Kaganski 2016-08-23[loplugin:staticcall] follow-upMike Kaganski 2016-08-23[loplugin:staticcall]Mike Kaganski 2016-08-23vcl: Adds backend tests to check for correct renderingTomaž Vajngerl