Diff for /embedaddon/libxml2/libxml2.syms between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/07/22 01:22:18 version 1.1.1.3, 2014/06/15 19:53:28
Line 2244  LIBXML2_2.8.0 { Line 2244  LIBXML2_2.8.0 {
   xmlInitializeDict;    xmlInitializeDict;
 } LIBXML2_2.7.4;  } LIBXML2_2.7.4;
   
   LIBXML2_2.9.0 {
       global:
   
   # tree
     xmlBufContent;
     xmlBufEnd;
     xmlBufGetNodeContent;
     xmlBufNodeDump;
     xmlBufShrink;
     xmlBufUse;
   
   # dict
     xmlDictGetUsage;
     xmlDictSetLimit;
   
   # xmlschemas
     xmlSchemaValidateSetFilename;
     xmlSchemaValidateSetLocator;
   
   # xmlIO
     xmlOutputBufferGetContent;
     xmlOutputBufferGetSize;
   
   # xmlwriter
     xmlTextWriterSetQuoteChar;
   } LIBXML2_2.8.0;
   
   LIBXML2_2.9.1 {
       global:
   
   # xpath
     xmlXPathNodeEval;
     xmlXPathSetContextNode;
   } LIBXML2_2.9.0;
   

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>