Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: third_party/libxslt/libxslt/libxslt.syms

Issue 2777943003: Roll libxslt to ac341cbd792ee572941cc9a66e73800219a1a386 (Closed)
Patch Set: Update README.chromium. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libxslt/libxslt/functions.c ('k') | third_party/libxslt/libxslt/transform.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Officially exported symbols, for which header 2 # Officially exported symbols, for which header
3 # file definitions are installed in /usr/include/libxslt 3 # file definitions are installed in /usr/include/libxslt
4 # 4 #
5 # Automatically generated from symbols.xml and syms.xsl 5 # Automatically generated from symbols.xml and syms.xsl
6 # 6 #
7 # Versions here are *fixed* to match the libxslt version 7 # Versions here are *fixed* to match the libxslt version
8 # at which the symbol was introduced. This ensures that 8 # at which the symbol was introduced. This ensures that
9 # a new client app requiring symbol foo() can't accidentally 9 # a new client app requiring symbol foo() can't accidentally
10 # run with old libxslt.so not providing foo() - the global 10 # run with old libxslt.so not providing foo() - the global
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 xsltGenericDebug; # variable 303 xsltGenericDebug; # variable
304 xsltGenericErrorContext; # variable 304 xsltGenericErrorContext; # variable
305 xsltGenericError; # variable 305 xsltGenericError; # variable
306 xsltGetProfileInformation; 306 xsltGetProfileInformation;
307 xsltGetUTF8Char; 307 xsltGetUTF8Char;
308 308
309 # xslt 309 # xslt
310 xsltLibxmlVersion; # variable 310 xsltLibxmlVersion; # variable
311 xsltLibxsltVersion; # variable 311 xsltLibxsltVersion; # variable
312 xsltMaxDepth; # variable 312 xsltMaxDepth; # variable
313 xsltMaxVars; # variable
313 314
314 # xsltInternals 315 # xsltInternals
315 xsltParseStylesheetImportedDoc; 316 xsltParseStylesheetImportedDoc;
316 317
317 # xsltutils 318 # xsltutils
318 xsltSetCtxtSortFunc; 319 xsltSetCtxtSortFunc;
319 xsltSetSortFunc; 320 xsltSetSortFunc;
320 } LIBXML2_1.0.22; 321 } LIBXML2_1.0.22;
321 322
322 LIBXML2_1.0.30 { 323 LIBXML2_1.0.30 {
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 # transform 480 # transform
480 xsltProcessOneNode; 481 xsltProcessOneNode;
481 } LIBXML2_1.1.25; 482 } LIBXML2_1.1.25;
482 483
483 LIBXML2_1.1.27 { 484 LIBXML2_1.1.27 {
484 global: 485 global:
485 486
486 # xsltlocale 487 # xsltlocale
487 xsltFreeLocales; 488 xsltFreeLocales;
488 489
489 # xslt
490 xsltMaxVars; # variable
491
492 # xsltutils 490 # xsltutils
493 xsltXPathCompileFlags; 491 xsltXPathCompileFlags;
494 } LIBXML2_1.1.26; 492 } LIBXML2_1.1.26;
495 493
496 LIBXML2_1.1.30 { 494 LIBXML2_1.1.30 {
497 global: 495 global:
498 496
499 # xsltInternals 497 # xsltInternals
500 xsltFlagRVTs; 498 xsltFlagRVTs;
499 xsltDecimalFormatGetByQName;
501 } LIBXML2_1.1.27; 500 } LIBXML2_1.1.27;
502 501
OLDNEW
« no previous file with comments | « third_party/libxslt/libxslt/functions.c ('k') | third_party/libxslt/libxslt/transform.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698