[xml/sgml-commit] r938 - in /packages/libxml2: ./ trunk/Makefile.am trunk/Makefile.in trunk/debian/changelog trunk/debian/control trunk/debian/libxml2.symbols trunk/debian/rules

glandium at users.alioth.debian.org glandium at users.alioth.debian.org
Wed Nov 21 18:26:33 UTC 2007


Author: glandium
Date: Wed Nov 21 18:26:33 2007
New Revision: 938

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=938
Log:
 r1312 at namakemono:  mh | 2007-11-21 19:23:35 +0100
 * debian/libxml2.symbols: Add a symbols file to benefit from the new
   features in dpkg-shlibdeps.
 * debian/control: Build depend on debhelper (>= 5.0.61) and dpkg-dev (>=
   1.14.9), accordingly.
 * debian/rules:
   + Apply rules suggested in autotools-dev documentation.
   + Add -Wl,--as-needed to LDFLAGS so that useless dependencies are not
   added.
 * Makefile.am, Makefile.in: Don't build noinst targets.

Added:
    packages/libxml2/trunk/debian/libxml2.symbols
Modified:
    packages/libxml2/   (props changed)
    packages/libxml2/trunk/Makefile.am
    packages/libxml2/trunk/Makefile.in
    packages/libxml2/trunk/debian/changelog
    packages/libxml2/trunk/debian/control
    packages/libxml2/trunk/debian/rules

Propchange: packages/libxml2/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Wed Nov 21 18:26:33 2007
@@ -1,2 +1,2 @@
 85a06573-1206-0410-a182-ce9117885d71:/local/libxml2:296
-a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxml2:1309
+a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxml2:1312

Modified: packages/libxml2/trunk/Makefile.am
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml2/trunk/Makefile.am?rev=938&op=diff
==============================================================================
--- packages/libxml2/trunk/Makefile.am (original)
+++ packages/libxml2/trunk/Makefile.am Wed Nov 21 18:26:33 2007
@@ -6,9 +6,9 @@
 
 INCLUDES = -I$(top_builddir)/include -I at srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@ 
 
-noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \
-                testThreads testC14N testAutomata testRegexp \
-                testReader testapi testModule runtest runsuite
+#noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \
+#                testThreads testC14N testAutomata testRegexp \
+#                testReader testapi testModule runtest runsuite
 
 bin_PROGRAMS = xmllint xmlcatalog
 
@@ -130,7 +130,7 @@
 testModule_DEPENDENCIES = $(DEPS)
 testModule_LDADD= $(LDADDS)
 
-noinst_LTLIBRARIES = testdso.la
+#noinst_LTLIBRARIES = testdso.la
 testdso_la_SOURCES = testdso.c
 testdso_la_LDFLAGS = -module -rpath $(libdir)
 

Modified: packages/libxml2/trunk/Makefile.in
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml2/trunk/Makefile.in?rev=938&op=diff
==============================================================================
--- packages/libxml2/trunk/Makefile.in (original)
+++ packages/libxml2/trunk/Makefile.in Wed Nov 21 18:26:33 2007
@@ -39,12 +39,6 @@
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
-noinst_PROGRAMS = testSchemas$(EXEEXT) testRelax$(EXEEXT) \
-	testSAX$(EXEEXT) testHTML$(EXEEXT) testXPath$(EXEEXT) \
-	testURI$(EXEEXT) testThreads$(EXEEXT) testC14N$(EXEEXT) \
-	testAutomata$(EXEEXT) testRegexp$(EXEEXT) testReader$(EXEEXT) \
-	testapi$(EXEEXT) testModule$(EXEEXT) runtest$(EXEEXT) \
-	runsuite$(EXEEXT)
 bin_PROGRAMS = xmllint$(EXEEXT) xmlcatalog$(EXEEXT)
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
@@ -76,7 +70,7 @@
 	"$(DESTDIR)$(man3dir)" "$(DESTDIR)$(confexecdir)" \
 	"$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"
 libLTLIBRARIES_INSTALL = $(INSTALL)
-LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
+LTLIBRARIES = $(lib_LTLIBRARIES)
 am__DEPENDENCIES_1 =
 libxml2_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 am__libxml2_la_SOURCES_DIST = SAX.c entities.c encoding.c error.c \
@@ -120,44 +114,11 @@
 @WITH_TRIO_SOURCES_TRUE@	chvalid.lo pattern.lo xmlsave.lo \
 @WITH_TRIO_SOURCES_TRUE@	xmlmodule.lo schematron.lo
 libxml2_la_OBJECTS = $(am_libxml2_la_OBJECTS)
-testdso_la_LIBADD =
-am_testdso_la_OBJECTS = testdso.lo
-testdso_la_OBJECTS = $(am_testdso_la_OBJECTS)
 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
-PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
-am_runsuite_OBJECTS = runsuite.$(OBJEXT)
-runsuite_OBJECTS = $(am_runsuite_OBJECTS)
-am__DEPENDENCIES_2 = $(top_builddir)/libxml2.la $(am__DEPENDENCIES_1)
-am_runtest_OBJECTS = runtest.$(OBJEXT)
-runtest_OBJECTS = $(am_runtest_OBJECTS)
-am_testAutomata_OBJECTS = testAutomata.$(OBJEXT)
-testAutomata_OBJECTS = $(am_testAutomata_OBJECTS)
-am_testC14N_OBJECTS = testC14N.$(OBJEXT)
-testC14N_OBJECTS = $(am_testC14N_OBJECTS)
-am_testHTML_OBJECTS = testHTML.$(OBJEXT)
-testHTML_OBJECTS = $(am_testHTML_OBJECTS)
-am_testModule_OBJECTS = testModule.$(OBJEXT)
-testModule_OBJECTS = $(am_testModule_OBJECTS)
-am_testReader_OBJECTS = testReader.$(OBJEXT)
-testReader_OBJECTS = $(am_testReader_OBJECTS)
-am_testRegexp_OBJECTS = testRegexp.$(OBJEXT)
-testRegexp_OBJECTS = $(am_testRegexp_OBJECTS)
-am_testRelax_OBJECTS = testRelax.$(OBJEXT)
-testRelax_OBJECTS = $(am_testRelax_OBJECTS)
-am_testSAX_OBJECTS = testSAX.$(OBJEXT)
-testSAX_OBJECTS = $(am_testSAX_OBJECTS)
-am_testSchemas_OBJECTS = testSchemas.$(OBJEXT)
-testSchemas_OBJECTS = $(am_testSchemas_OBJECTS)
-am_testThreads_OBJECTS = testThreads at THREADS_W32@.$(OBJEXT)
-testThreads_OBJECTS = $(am_testThreads_OBJECTS)
-am_testURI_OBJECTS = testURI.$(OBJEXT)
-testURI_OBJECTS = $(am_testURI_OBJECTS)
-am_testXPath_OBJECTS = testXPath.$(OBJEXT)
-testXPath_OBJECTS = $(am_testXPath_OBJECTS)
-am_testapi_OBJECTS = testapi.$(OBJEXT)
-testapi_OBJECTS = $(am_testapi_OBJECTS)
+PROGRAMS = $(bin_PROGRAMS)
 am_xmlcatalog_OBJECTS = xmlcatalog.$(OBJEXT)
 xmlcatalog_OBJECTS = $(am_xmlcatalog_OBJECTS)
+am__DEPENDENCIES_2 = $(top_builddir)/libxml2.la $(am__DEPENDENCIES_1)
 am_xmllint_OBJECTS = xmllint.$(OBJEXT)
 xmllint_OBJECTS = $(am_xmllint_OBJECTS)
 binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
@@ -173,20 +134,10 @@
 CCLD = $(CC)
 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-SOURCES = $(libxml2_la_SOURCES) $(testdso_la_SOURCES) \
-	$(runsuite_SOURCES) $(runtest_SOURCES) $(testAutomata_SOURCES) \
-	$(testC14N_SOURCES) $(testHTML_SOURCES) $(testModule_SOURCES) \
-	$(testReader_SOURCES) $(testRegexp_SOURCES) \
-	$(testRelax_SOURCES) $(testSAX_SOURCES) $(testSchemas_SOURCES) \
-	$(testThreads_SOURCES) $(testURI_SOURCES) $(testXPath_SOURCES) \
-	$(testapi_SOURCES) $(xmlcatalog_SOURCES) $(xmllint_SOURCES)
-DIST_SOURCES = $(am__libxml2_la_SOURCES_DIST) $(testdso_la_SOURCES) \
-	$(runsuite_SOURCES) $(runtest_SOURCES) $(testAutomata_SOURCES) \
-	$(testC14N_SOURCES) $(testHTML_SOURCES) $(testModule_SOURCES) \
-	$(testReader_SOURCES) $(testRegexp_SOURCES) \
-	$(testRelax_SOURCES) $(testSAX_SOURCES) $(testSchemas_SOURCES) \
-	$(testThreads_SOURCES) $(testURI_SOURCES) $(testXPath_SOURCES) \
-	$(testapi_SOURCES) $(xmlcatalog_SOURCES) $(xmllint_SOURCES)
+SOURCES = $(libxml2_la_SOURCES) $(xmlcatalog_SOURCES) \
+	$(xmllint_SOURCES)
+DIST_SOURCES = $(am__libxml2_la_SOURCES_DIST) $(xmlcatalog_SOURCES) \
+	$(xmllint_SOURCES)
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 	html-recursive info-recursive install-data-recursive \
 	install-exec-recursive install-info-recursive \
@@ -528,7 +479,8 @@
 testModule_LDFLAGS = 
 testModule_DEPENDENCIES = $(DEPS)
 testModule_LDADD = $(LDADDS)
-noinst_LTLIBRARIES = testdso.la
+
+#noinst_LTLIBRARIES = testdso.la
 testdso_la_SOURCES = testdso.c
 testdso_la_LDFLAGS = -module -rpath $(libdir)
 testapi_SOURCES = testapi.c
@@ -651,19 +603,8 @@
 	  echo "rm -f \"$${dir}/so_locations\""; \
 	  rm -f "$${dir}/so_locations"; \
 	done
-
-clean-noinstLTLIBRARIES:
-	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
-	  test "$$dir" != "$$p" || dir=.; \
-	  echo "rm -f \"$${dir}/so_locations\""; \
-	  rm -f "$${dir}/so_locations"; \
-	done
 libxml2.la: $(libxml2_la_OBJECTS) $(libxml2_la_DEPENDENCIES) 
 	$(LINK) -rpath $(libdir) $(libxml2_la_LDFLAGS) $(libxml2_la_OBJECTS) $(libxml2_la_LIBADD) $(LIBS)
-testdso.la: $(testdso_la_OBJECTS) $(testdso_la_DEPENDENCIES) 
-	$(LINK)  $(testdso_la_LDFLAGS) $(testdso_la_OBJECTS) $(testdso_la_LIBADD) $(LIBS)
 install-binPROGRAMS: $(bin_PROGRAMS)
 	@$(NORMAL_INSTALL)
 	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
@@ -692,58 +633,6 @@
 	  echo " rm -f $$p $$f"; \
 	  rm -f $$p $$f ; \
 	done
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
-	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
-	  echo " rm -f $$p $$f"; \
-	  rm -f $$p $$f ; \
-	done
-runsuite$(EXEEXT): $(runsuite_OBJECTS) $(runsuite_DEPENDENCIES) 
-	@rm -f runsuite$(EXEEXT)
-	$(LINK) $(runsuite_LDFLAGS) $(runsuite_OBJECTS) $(runsuite_LDADD) $(LIBS)
-runtest$(EXEEXT): $(runtest_OBJECTS) $(runtest_DEPENDENCIES) 
-	@rm -f runtest$(EXEEXT)
-	$(LINK) $(runtest_LDFLAGS) $(runtest_OBJECTS) $(runtest_LDADD) $(LIBS)
-testAutomata$(EXEEXT): $(testAutomata_OBJECTS) $(testAutomata_DEPENDENCIES) 
-	@rm -f testAutomata$(EXEEXT)
-	$(LINK) $(testAutomata_LDFLAGS) $(testAutomata_OBJECTS) $(testAutomata_LDADD) $(LIBS)
-testC14N$(EXEEXT): $(testC14N_OBJECTS) $(testC14N_DEPENDENCIES) 
-	@rm -f testC14N$(EXEEXT)
-	$(LINK) $(testC14N_LDFLAGS) $(testC14N_OBJECTS) $(testC14N_LDADD) $(LIBS)
-testHTML$(EXEEXT): $(testHTML_OBJECTS) $(testHTML_DEPENDENCIES) 
-	@rm -f testHTML$(EXEEXT)
-	$(LINK) $(testHTML_LDFLAGS) $(testHTML_OBJECTS) $(testHTML_LDADD) $(LIBS)
-testModule$(EXEEXT): $(testModule_OBJECTS) $(testModule_DEPENDENCIES) 
-	@rm -f testModule$(EXEEXT)
-	$(LINK) $(testModule_LDFLAGS) $(testModule_OBJECTS) $(testModule_LDADD) $(LIBS)
-testReader$(EXEEXT): $(testReader_OBJECTS) $(testReader_DEPENDENCIES) 
-	@rm -f testReader$(EXEEXT)
-	$(LINK) $(testReader_LDFLAGS) $(testReader_OBJECTS) $(testReader_LDADD) $(LIBS)
-testRegexp$(EXEEXT): $(testRegexp_OBJECTS) $(testRegexp_DEPENDENCIES) 
-	@rm -f testRegexp$(EXEEXT)
-	$(LINK) $(testRegexp_LDFLAGS) $(testRegexp_OBJECTS) $(testRegexp_LDADD) $(LIBS)
-testRelax$(EXEEXT): $(testRelax_OBJECTS) $(testRelax_DEPENDENCIES) 
-	@rm -f testRelax$(EXEEXT)
-	$(LINK) $(testRelax_LDFLAGS) $(testRelax_OBJECTS) $(testRelax_LDADD) $(LIBS)
-testSAX$(EXEEXT): $(testSAX_OBJECTS) $(testSAX_DEPENDENCIES) 
-	@rm -f testSAX$(EXEEXT)
-	$(LINK) $(testSAX_LDFLAGS) $(testSAX_OBJECTS) $(testSAX_LDADD) $(LIBS)
-testSchemas$(EXEEXT): $(testSchemas_OBJECTS) $(testSchemas_DEPENDENCIES) 
-	@rm -f testSchemas$(EXEEXT)
-	$(LINK) $(testSchemas_LDFLAGS) $(testSchemas_OBJECTS) $(testSchemas_LDADD) $(LIBS)
-testThreads$(EXEEXT): $(testThreads_OBJECTS) $(testThreads_DEPENDENCIES) 
-	@rm -f testThreads$(EXEEXT)
-	$(LINK) $(testThreads_LDFLAGS) $(testThreads_OBJECTS) $(testThreads_LDADD) $(LIBS)
-testURI$(EXEEXT): $(testURI_OBJECTS) $(testURI_DEPENDENCIES) 
-	@rm -f testURI$(EXEEXT)
-	$(LINK) $(testURI_LDFLAGS) $(testURI_OBJECTS) $(testURI_LDADD) $(LIBS)
-testXPath$(EXEEXT): $(testXPath_OBJECTS) $(testXPath_DEPENDENCIES) 
-	@rm -f testXPath$(EXEEXT)
-	$(LINK) $(testXPath_LDFLAGS) $(testXPath_OBJECTS) $(testXPath_LDADD) $(LIBS)
-testapi$(EXEEXT): $(testapi_OBJECTS) $(testapi_DEPENDENCIES) 
-	@rm -f testapi$(EXEEXT)
-	$(LINK) $(testapi_LDFLAGS) $(testapi_OBJECTS) $(testapi_LDADD) $(LIBS)
 xmlcatalog$(EXEEXT): $(xmlcatalog_OBJECTS) $(xmlcatalog_DEPENDENCIES) 
 	@rm -f xmlcatalog$(EXEEXT)
 	$(LINK) $(xmlcatalog_LDFLAGS) $(xmlcatalog_OBJECTS) $(xmlcatalog_LDADD) $(LIBS)
@@ -799,23 +688,7 @@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/parserInternals.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pattern.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/relaxng.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/runsuite.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/runtest.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/schematron.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testAutomata.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testC14N.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testHTML.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testModule.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testReader.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testRegexp.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testRelax.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testSAX.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testSchemas.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testThreads at THREADS_W32@.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testURI.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testXPath.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testapi.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testdso.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/threads.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tree.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/trio.Plo at am__quote@
@@ -1329,8 +1202,7 @@
 clean: clean-recursive
 
 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
-	clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
-	mostlyclean-am
+	clean-libtool mostlyclean-am
 
 distclean: distclean-recursive
 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
@@ -1392,20 +1264,20 @@
 
 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 	check-am check-local clean clean-binPROGRAMS clean-generic \
-	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
-	clean-noinstPROGRAMS clean-recursive ctags ctags-recursive \
-	dist dist-all dist-bzip2 dist-gzip dist-hook dist-shar \
-	dist-tarZ dist-zip distcheck distclean distclean-compile \
-	distclean-generic distclean-hdr distclean-libtool \
-	distclean-recursive distclean-tags distcleancheck distdir \
-	distuninstallcheck dvi dvi-am html html-am info info-am \
-	install install-am install-binPROGRAMS install-binSCRIPTS \
-	install-confexecDATA install-data install-data-am \
-	install-data-local install-exec install-exec-am install-info \
-	install-info-am install-libLTLIBRARIES install-m4dataDATA \
-	install-man install-man1 install-man3 install-pkgconfigDATA \
-	install-strip installcheck installcheck-am installdirs \
-	installdirs-am maintainer-clean maintainer-clean-generic \
+	clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
+	ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
+	dist-shar dist-tarZ dist-zip distcheck distclean \
+	distclean-compile distclean-generic distclean-hdr \
+	distclean-libtool distclean-recursive distclean-tags \
+	distcleancheck distdir distuninstallcheck dvi dvi-am html \
+	html-am info info-am install install-am install-binPROGRAMS \
+	install-binSCRIPTS install-confexecDATA install-data \
+	install-data-am install-data-local install-exec \
+	install-exec-am install-info install-info-am \
+	install-libLTLIBRARIES install-m4dataDATA install-man \
+	install-man1 install-man3 install-pkgconfigDATA install-strip \
+	installcheck installcheck-am installdirs installdirs-am \
+	maintainer-clean maintainer-clean-generic \
 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \

Modified: packages/libxml2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml2/trunk/debian/changelog?rev=938&op=diff
==============================================================================
--- packages/libxml2/trunk/debian/changelog (original)
+++ packages/libxml2/trunk/debian/changelog Wed Nov 21 18:26:33 2007
@@ -1,3 +1,17 @@
+libxml2 (2.6.30.dfsg-3) unstable; urgency=low
+
+  * debian/libxml2.symbols: Add a symbols file to benefit from the new
+    features in dpkg-shlibdeps.
+  * debian/control: Build depend on debhelper (>= 5.0.61) and dpkg-dev (>=
+    1.14.9), accordingly.
+  * debian/rules:
+    + Apply rules suggested in autotools-dev documentation.
+    + Add -Wl,--as-needed to LDFLAGS so that useless dependencies are not
+    added.
+  * Makefile.am, Makefile.in: Don't build noinst targets.
+
+ -- Mike Hommey <glandium at debian.org>  Wed, 21 Nov 2007 19:22:51 +0100
+
 libxml2 (2.6.30.dfsg-2) unstable; urgency=low
 
   * libxml.h: define _LARGEFILE64_SOURCE to properly get gzopen64 defines in

Modified: packages/libxml2/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml2/trunk/debian/control?rev=938&op=diff
==============================================================================
--- packages/libxml2/trunk/debian/control (original)
+++ packages/libxml2/trunk/debian/control Wed Nov 21 18:26:33 2007
@@ -4,7 +4,7 @@
 Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
 Uploaders: Mike Hommey <glandium at debian.org>
 Standards-Version: 3.7.2.2
-Build-Depends: debhelper (>= 5.0.37.2), zlib1g-dev | libz-dev, python-all-dev (>= 2.3.5-11), python-support (>= 0.3), autotools-dev, libreadline5-dev | libreadline-dev, binutils (>= 2.14.90.0.7)
+Build-Depends: debhelper (>= 5.0.61), zlib1g-dev | libz-dev, python-all-dev (>= 2.3.5-11), python-support (>= 0.3), autotools-dev, libreadline5-dev | libreadline-dev, binutils (>= 2.14.90.0.7), dpkg-dev (>= 1.14.9)
 
 Package: libxml2
 Architecture: any

Added: packages/libxml2/trunk/debian/libxml2.symbols
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml2/trunk/debian/libxml2.symbols?rev=938&op=file
==============================================================================
--- packages/libxml2/trunk/debian/libxml2.symbols (added)
+++ packages/libxml2/trunk/debian/libxml2.symbols Wed Nov 21 18:26:33 2007
@@ -1,0 +1,1699 @@
+libxml2.so.2 libxml2 #MINVER#
+ UTF8ToHtml at Base 2.6.27
+ UTF8Toisolat1 at Base 2.6.27
+ __docbDefaultSAXHandler at Base 2.6.27
+ __htmlDefaultSAXHandler at Base 2.6.27
+ __htmlParseContent at Base 2.6.27
+ __oldXMLWDcompatibility at Base 2.6.27
+ __xmlBufferAllocScheme at Base 2.6.27
+ __xmlDefaultBufferSize at Base 2.6.27
+ __xmlDefaultSAXHandler at Base 2.6.27
+ __xmlDefaultSAXLocator at Base 2.6.27
+ __xmlDeregisterNodeDefaultValue at Base 2.6.27
+ __xmlDoValidityCheckingDefaultValue at Base 2.6.27
+ __xmlErrEncoding at Base 2.6.27
+ __xmlGenericError at Base 2.6.27
+ __xmlGenericErrorContext at Base 2.6.27
+ __xmlGetWarningsDefaultValue at Base 2.6.27
+ __xmlGlobalInitMutexLock at Base 2.6.28
+ __xmlGlobalInitMutexUnlock at Base 2.6.28
+ __xmlIOErr at Base 2.6.27
+ __xmlIndentTreeOutput at Base 2.6.27
+ __xmlKeepBlanksDefaultValue at Base 2.6.27
+ __xmlLastError at Base 2.6.27
+ __xmlLineNumbersDefaultValue at Base 2.6.27
+ __xmlLoadExtDtdDefaultValue at Base 2.6.27
+ __xmlLoaderErr at Base 2.6.27
+ __xmlOutputBufferCreateFilename at Base 2.6.27
+ __xmlOutputBufferCreateFilenameValue at Base 2.6.27
+ __xmlParserDebugEntities at Base 2.6.27
+ __xmlParserInputBufferCreateFilename at Base 2.6.27
+ __xmlParserInputBufferCreateFilenameValue at Base 2.6.27
+ __xmlParserVersion at Base 2.6.27
+ __xmlPedanticParserDefaultValue at Base 2.6.27
+ __xmlRaiseError at Base 2.6.27
+ __xmlRegisterCallbacks at Base 2.6.27
+ __xmlRegisterNodeDefaultValue at Base 2.6.27
+ __xmlSaveNoEmptyTags at Base 2.6.27
+ __xmlSimpleError at Base 2.6.27
+ __xmlStructuredError at Base 2.6.27
+ __xmlSubstituteEntitiesDefaultValue at Base 2.6.27
+ __xmlTreeIndentString at Base 2.6.27
+ attribute at Base 2.6.27
+ attributeDecl at Base 2.6.27
+ cdataBlock at Base 2.6.27
+ characters at Base 2.6.27
+ checkNamespace at Base 2.6.27
+ comment at Base 2.6.27
+ docbCreateFileParserCtxt at Base 2.6.27
+ docbCreatePushParserCtxt at Base 2.6.27
+ docbDefaultSAXHandler at Base 2.6.27
+ docbDefaultSAXHandlerInit at Base 2.6.27
+ docbEncodeEntities at Base 2.6.27
+ docbFreeParserCtxt at Base 2.6.27
+ docbParseChunk at Base 2.6.27
+ docbParseDoc at Base 2.6.27
+ docbParseDocument at Base 2.6.27
+ docbParseFile at Base 2.6.27
+ docbSAXParseDoc at Base 2.6.27
+ docbSAXParseFile at Base 2.6.27
+ elementDecl at Base 2.6.27
+ emptyExp at Base 2.6.27
+ endDocument at Base 2.6.27
+ endElement at Base 2.6.27
+ entityDecl at Base 2.6.27
+ externalSubset at Base 2.6.27
+ forbiddenExp at Base 2.6.27
+ getColumnNumber at Base 2.6.27
+ getEntity at Base 2.6.27
+ getLineNumber at Base 2.6.27
+ getNamespace at Base 2.6.27
+ getParameterEntity at Base 2.6.27
+ getPublicId at Base 2.6.27
+ getSystemId at Base 2.6.27
+ globalNamespace at Base 2.6.27
+ hasExternalSubset at Base 2.6.27
+ hasInternalSubset at Base 2.6.27
+ htmlAttrAllowed at Base 2.6.27
+ htmlAutoCloseTag at Base 2.6.27
+ htmlCreateFileParserCtxt at Base 2.6.27
+ htmlCreateMemoryParserCtxt at Base 2.6.27
+ htmlCreatePushParserCtxt at Base 2.6.27
+ htmlCtxtReadDoc at Base 2.6.27
+ htmlCtxtReadFd at Base 2.6.27
+ htmlCtxtReadFile at Base 2.6.27
+ htmlCtxtReadIO at Base 2.6.27
+ htmlCtxtReadMemory at Base 2.6.27
+ htmlCtxtReset at Base 2.6.27
+ htmlCtxtUseOptions at Base 2.6.27
+ htmlDecodeEntities at Base 2.6.27
+ htmlDefaultSAXHandler at Base 2.6.27
+ htmlDefaultSAXHandlerInit at Base 2.6.27
+ htmlDocContentDumpFormatOutput at Base 2.6.27
+ htmlDocContentDumpOutput at Base 2.6.27
+ htmlDocDump at Base 2.6.27
+ htmlDocDumpMemory at Base 2.6.27
+ htmlDocDumpMemoryFormat at Base 2.6.27
+ htmlElementAllowedHere at Base 2.6.27
+ htmlElementStatusHere at Base 2.6.27
+ htmlEncodeEntities at Base 2.6.27
+ htmlEntityLookup at Base 2.6.27
+ htmlEntityValueLookup at Base 2.6.27
+ htmlFreeParserCtxt at Base 2.6.27
+ htmlGetMetaEncoding at Base 2.6.27
+ htmlHandleOmittedElem at Base 2.6.27
+ htmlInitAutoClose at Base 2.6.27
+ htmlIsAutoClosed at Base 2.6.27
+ htmlIsBooleanAttr at Base 2.6.27
+ htmlIsScriptAttribute at Base 2.6.27
+ htmlNewDoc at Base 2.6.27
+ htmlNewDocNoDtD at Base 2.6.27
+ htmlNewParserCtxt at Base 2.6.27
+ htmlNodeDump at Base 2.6.27
+ htmlNodeDumpFile at Base 2.6.27
+ htmlNodeDumpFileFormat at Base 2.6.27
+ htmlNodeDumpFormatOutput at Base 2.6.27
+ htmlNodeDumpOutput at Base 2.6.27
+ htmlNodeStatus at Base 2.6.27
+ htmlParseCharRef at Base 2.6.27
+ htmlParseChunk at Base 2.6.27
+ htmlParseDoc at Base 2.6.27
+ htmlParseDocument at Base 2.6.27
+ htmlParseElement at Base 2.6.27
+ htmlParseEntityRef at Base 2.6.27
+ htmlParseFile at Base 2.6.27
+ htmlReadDoc at Base 2.6.27
+ htmlReadFd at Base 2.6.27
+ htmlReadFile at Base 2.6.27
+ htmlReadIO at Base 2.6.27
+ htmlReadMemory at Base 2.6.27
+ htmlSAXParseDoc at Base 2.6.27
+ htmlSAXParseFile at Base 2.6.27
+ htmlSaveFile at Base 2.6.27
+ htmlSaveFileEnc at Base 2.6.27
+ htmlSaveFileFormat at Base 2.6.27
+ htmlSetMetaEncoding at Base 2.6.27
+ htmlTagLookup at Base 2.6.27
+ ignorableWhitespace at Base 2.6.27
+ initGenericErrorDefaultFunc at Base 2.6.27
+ initdocbDefaultSAXHandler at Base 2.6.27
+ inithtmlDefaultSAXHandler at Base 2.6.27
+ initxmlDefaultSAXHandler at Base 2.6.27
+ inputPop at Base 2.6.27
+ inputPush at Base 2.6.27
+ internalSubset at Base 2.6.27
+ isStandalone at Base 2.6.27
+ isolat1ToUTF8 at Base 2.6.27
+ namePop at Base 2.6.27
+ namePush at Base 2.6.27
+ namespaceDecl at Base 2.6.27
+ nodePop at Base 2.6.27
+ nodePush at Base 2.6.27
+ notationDecl at Base 2.6.27
+ oldXMLWDcompatibility at Base 2.6.27
+ processingInstruction at Base 2.6.27
+ reference at Base 2.6.27
+ resolveEntity at Base 2.6.27
+ setDocumentLocator at Base 2.6.27
+ setNamespace at Base 2.6.27
+ startDocument at Base 2.6.27
+ startElement at Base 2.6.27
+ unparsedEntityDecl at Base 2.6.27
+ valuePop at Base 2.6.27
+ valuePush at Base 2.6.27
+ xlinkGetDefaultDetect at Base 2.6.27
+ xlinkGetDefaultHandler at Base 2.6.27
+ xlinkIsLink at Base 2.6.27
+ xlinkSetDefaultDetect at Base 2.6.27
+ xlinkSetDefaultHandler at Base 2.6.27
+ xmlACatalogAdd at Base 2.6.27
+ xmlACatalogDump at Base 2.6.27
+ xmlACatalogRemove at Base 2.6.27
+ xmlACatalogResolve at Base 2.6.27
+ xmlACatalogResolvePublic at Base 2.6.27
+ xmlACatalogResolveSystem at Base 2.6.27
+ xmlACatalogResolveURI at Base 2.6.27
+ xmlAddAttributeDecl at Base 2.6.27
+ xmlAddChild at Base 2.6.27
+ xmlAddChildList at Base 2.6.27
+ xmlAddDocEntity at Base 2.6.27
+ xmlAddDtdEntity at Base 2.6.27
+ xmlAddElementDecl at Base 2.6.27
+ xmlAddEncodingAlias at Base 2.6.27
+ xmlAddID at Base 2.6.27
+ xmlAddNextSibling at Base 2.6.27
+ xmlAddNotationDecl at Base 2.6.27
+ xmlAddPrevSibling at Base 2.6.27
+ xmlAddRef at Base 2.6.27
+ xmlAddSibling at Base 2.6.27
+ xmlAllocOutputBuffer at Base 2.6.27
+ xmlAllocParserInputBuffer at Base 2.6.27
+ xmlAttrSerializeTxtContent at Base 2.6.27
+ xmlAutomataCompile at Base 2.6.27
+ xmlAutomataGetInitState at Base 2.6.27
+ xmlAutomataIsDeterminist at Base 2.6.27
+ xmlAutomataNewAllTrans at Base 2.6.27
+ xmlAutomataNewCountTrans2 at Base 2.6.27
+ xmlAutomataNewCountTrans at Base 2.6.27
+ xmlAutomataNewCountedTrans at Base 2.6.27
+ xmlAutomataNewCounter at Base 2.6.27
+ xmlAutomataNewCounterTrans at Base 2.6.27
+ xmlAutomataNewEpsilon at Base 2.6.27
+ xmlAutomataNewNegTrans at Base 2.6.27
+ xmlAutomataNewOnceTrans2 at Base 2.6.27
+ xmlAutomataNewOnceTrans at Base 2.6.27
+ xmlAutomataNewState at Base 2.6.27
+ xmlAutomataNewTransition2 at Base 2.6.27
+ xmlAutomataNewTransition at Base 2.6.27
+ xmlAutomataSetFinalState at Base 2.6.27
+ xmlBoolToText at Base 2.6.27
+ xmlBufferAdd at Base 2.6.27
+ xmlBufferAddHead at Base 2.6.27
+ xmlBufferAllocScheme at Base 2.6.27
+ xmlBufferCCat at Base 2.6.27
+ xmlBufferCat at Base 2.6.27
+ xmlBufferContent at Base 2.6.27
+ xmlBufferCreate at Base 2.6.27
+ xmlBufferCreateSize at Base 2.6.27
+ xmlBufferCreateStatic at Base 2.6.27
+ xmlBufferDump at Base 2.6.27
+ xmlBufferEmpty at Base 2.6.27
+ xmlBufferFree at Base 2.6.27
+ xmlBufferGrow at Base 2.6.27
+ xmlBufferLength at Base 2.6.27
+ xmlBufferResize at Base 2.6.27
+ xmlBufferSetAllocationScheme at Base 2.6.27
+ xmlBufferShrink at Base 2.6.27
+ xmlBufferWriteCHAR at Base 2.6.27
+ xmlBufferWriteChar at Base 2.6.27
+ xmlBufferWriteQuotedString at Base 2.6.27
+ xmlBuildQName at Base 2.6.27
+ xmlBuildRelativeURI at Base 2.6.27
+ xmlBuildURI at Base 2.6.27
+ xmlByteConsumed at Base 2.6.27
+ xmlC14NDocDumpMemory at Base 2.6.27
+ xmlC14NDocSave at Base 2.6.27
+ xmlC14NDocSaveTo at Base 2.6.27
+ xmlC14NExecute at Base 2.6.27
+ xmlCanonicPath at Base 2.6.27
+ xmlCatalogAdd at Base 2.6.27
+ xmlCatalogAddLocal at Base 2.6.27
+ xmlCatalogCleanup at Base 2.6.27
+ xmlCatalogConvert at Base 2.6.27
+ xmlCatalogDump at Base 2.6.27
+ xmlCatalogFreeLocal at Base 2.6.27
+ xmlCatalogGetDefaults at Base 2.6.27
+ xmlCatalogGetPublic at Base 2.6.27
+ xmlCatalogGetSystem at Base 2.6.27
+ xmlCatalogIsEmpty at Base 2.6.27
+ xmlCatalogLocalResolve at Base 2.6.27
+ xmlCatalogLocalResolveURI at Base 2.6.27
+ xmlCatalogRemove at Base 2.6.27
+ xmlCatalogResolve at Base 2.6.27
+ xmlCatalogResolvePublic at Base 2.6.27
+ xmlCatalogResolveSystem at Base 2.6.27
+ xmlCatalogResolveURI at Base 2.6.27
+ xmlCatalogSetDebug at Base 2.6.27
+ xmlCatalogSetDefaultPrefer at Base 2.6.27
+ xmlCatalogSetDefaults at Base 2.6.27
+ xmlCharEncCloseFunc at Base 2.6.27
+ xmlCharEncFirstLine at Base 2.6.27
+ xmlCharEncInFunc at Base 2.6.27
+ xmlCharEncOutFunc at Base 2.6.27
+ xmlCharInRange at Base 2.6.27
+ xmlCharStrdup at Base 2.6.27
+ xmlCharStrndup at Base 2.6.27
+ xmlCheckFilename at Base 2.6.27
+ xmlCheckHTTPInput at Base 2.6.27
+ xmlCheckLanguageID at Base 2.6.27
+ xmlCheckUTF8 at Base 2.6.27
+ xmlCheckVersion at Base 2.6.27
+ xmlCleanupCharEncodingHandlers at Base 2.6.27
+ xmlCleanupEncodingAliases at Base 2.6.27
+ xmlCleanupGlobals at Base 2.6.27
+ xmlCleanupInputCallbacks at Base 2.6.27
+ xmlCleanupMemory at Base 2.6.27
+ xmlCleanupOutputCallbacks at Base 2.6.27
+ xmlCleanupParser at Base 2.6.27
+ xmlCleanupPredefinedEntities at Base 2.6.27
+ xmlCleanupThreads at Base 2.6.27
+ xmlClearNodeInfoSeq at Base 2.6.27
+ xmlClearParserCtxt at Base 2.6.27
+ xmlConvertSGMLCatalog at Base 2.6.27
+ xmlCopyAttributeTable at Base 2.6.27
+ xmlCopyChar at Base 2.6.27
+ xmlCopyCharMultiByte at Base 2.6.27
+ xmlCopyDoc at Base 2.6.27
+ xmlCopyDocElementContent at Base 2.6.27
+ xmlCopyDtd at Base 2.6.27
+ xmlCopyElementContent at Base 2.6.27
+ xmlCopyElementTable at Base 2.6.27
+ xmlCopyEntitiesTable at Base 2.6.27
+ xmlCopyEnumeration at Base 2.6.27
+ xmlCopyError at Base 2.6.27
+ xmlCopyNamespace at Base 2.6.27
+ xmlCopyNamespaceList at Base 2.6.27
+ xmlCopyNode at Base 2.6.27
+ xmlCopyNodeList at Base 2.6.27
+ xmlCopyNotationTable at Base 2.6.27
+ xmlCopyProp at Base 2.6.27
+ xmlCopyPropList at Base 2.6.27
+ xmlCreateDocParserCtxt at Base 2.6.27
+ xmlCreateEntitiesTable at Base 2.6.27
+ xmlCreateEntityParserCtxt at Base 2.6.27
+ xmlCreateEnumeration at Base 2.6.27
+ xmlCreateFileParserCtxt at Base 2.6.27
+ xmlCreateIOParserCtxt at Base 2.6.27
+ xmlCreateIntSubset at Base 2.6.27
+ xmlCreateMemoryParserCtxt at Base 2.6.27
+ xmlCreatePushParserCtxt at Base 2.6.27
+ xmlCreateURI at Base 2.6.27
+ xmlCreateURLParserCtxt at Base 2.6.27
+ xmlCtxtGetLastError at Base 2.6.27
+ xmlCtxtReadDoc at Base 2.6.27
+ xmlCtxtReadFd at Base 2.6.27
+ xmlCtxtReadFile at Base 2.6.27
+ xmlCtxtReadIO at Base 2.6.27
+ xmlCtxtReadMemory at Base 2.6.27
+ xmlCtxtReset at Base 2.6.27
+ xmlCtxtResetLastError at Base 2.6.27
+ xmlCtxtResetPush at Base 2.6.27
+ xmlCtxtUseOptions at Base 2.6.27
+ xmlCurrentChar at Base 2.6.27
+ xmlDOMWrapAdoptNode at Base 2.6.27
+ xmlDOMWrapCloneNode at Base 2.6.27
+ xmlDOMWrapFreeCtxt at Base 2.6.27
+ xmlDOMWrapNewCtxt at Base 2.6.27
+ xmlDOMWrapReconcileNamespaces at Base 2.6.27
+ xmlDOMWrapRemoveNode at Base 2.6.27
+ xmlDebugCheckDocument at Base 2.6.27
+ xmlDebugDumpAttr at Base 2.6.27
+ xmlDebugDumpAttrList at Base 2.6.27
+ xmlDebugDumpDTD at Base 2.6.27
+ xmlDebugDumpDocument at Base 2.6.27
+ xmlDebugDumpDocumentHead at Base 2.6.27
+ xmlDebugDumpEntities at Base 2.6.27
+ xmlDebugDumpNode at Base 2.6.27
+ xmlDebugDumpNodeList at Base 2.6.27
+ xmlDebugDumpOneNode at Base 2.6.27
+ xmlDebugDumpString at Base 2.6.27
+ xmlDecodeEntities at Base 2.6.27
+ xmlDefaultBufferSize at Base 2.6.27
+ xmlDefaultSAXHandler at Base 2.6.27
+ xmlDefaultSAXHandlerInit at Base 2.6.27
+ xmlDefaultSAXLocator at Base 2.6.27
+ xmlDelEncodingAlias at Base 2.6.27
+ xmlDeregisterNodeDefault at Base 2.6.27
+ xmlDeregisterNodeDefaultValue at Base 2.6.27
+ xmlDetectCharEncoding at Base 2.6.27
+ xmlDictCleanup at Base 2.6.27
+ xmlDictCreate at Base 2.6.27
+ xmlDictCreateSub at Base 2.6.27
+ xmlDictExists at Base 2.6.27
+ xmlDictFree at Base 2.6.27
+ xmlDictLookup at Base 2.6.27
+ xmlDictOwns at Base 2.6.27
+ xmlDictQLookup at Base 2.6.27
+ xmlDictReference at Base 2.6.27
+ xmlDictSize at Base 2.6.27
+ xmlDoValidityCheckingDefaultValue at Base 2.6.27
+ xmlDocCopyNode at Base 2.6.27
+ xmlDocCopyNodeList at Base 2.6.27
+ xmlDocDump at Base 2.6.27
+ xmlDocDumpFormatMemory at Base 2.6.27
+ xmlDocDumpFormatMemoryEnc at Base 2.6.27
+ xmlDocDumpMemory at Base 2.6.27
+ xmlDocDumpMemoryEnc at Base 2.6.27
+ xmlDocFormatDump at Base 2.6.27
+ xmlDocGetRootElement at Base 2.6.27
+ xmlDocSetRootElement at Base 2.6.27
+ xmlDumpAttributeDecl at Base 2.6.27
+ xmlDumpAttributeTable at Base 2.6.27
+ xmlDumpElementDecl at Base 2.6.27
+ xmlDumpElementTable at Base 2.6.27
+ xmlDumpEntitiesTable at Base 2.6.27
+ xmlDumpEntityDecl at Base 2.6.27
+ xmlDumpNotationDecl at Base 2.6.27
+ xmlDumpNotationTable at Base 2.6.27
+ xmlElemDump at Base 2.6.27
+ xmlEncodeEntities at Base 2.6.27
+ xmlEncodeEntitiesReentrant at Base 2.6.27
+ xmlEncodeSpecialChars at Base 2.6.27
+ xmlErrMemory at Base 2.6.27
+ xmlExpCtxtNbCons at Base 2.6.27
+ xmlExpCtxtNbNodes at Base 2.6.27
+ xmlExpDump at Base 2.6.27
+ xmlExpExpDerive at Base 2.6.27
+ xmlExpFree at Base 2.6.27
+ xmlExpFreeCtxt at Base 2.6.27
+ xmlExpGetLanguage at Base 2.6.27
+ xmlExpGetStart at Base 2.6.27
+ xmlExpIsNillable at Base 2.6.27
+ xmlExpMaxToken at Base 2.6.27
+ xmlExpNewAtom at Base 2.6.27
+ xmlExpNewCtxt at Base 2.6.27
+ xmlExpNewOr at Base 2.6.27
+ xmlExpNewRange at Base 2.6.27
+ xmlExpNewSeq at Base 2.6.27
+ xmlExpParse at Base 2.6.27
+ xmlExpRef at Base 2.6.27
+ xmlExpStringDerive at Base 2.6.27
+ xmlExpSubsume at Base 2.6.27
+ xmlFileClose at Base 2.6.27
+ xmlFileMatch at Base 2.6.27
+ xmlFileOpen at Base 2.6.27
+ xmlFileRead at Base 2.6.27
+ xmlFindCharEncodingHandler at Base 2.6.27
+ xmlFree at Base 2.6.27
+ xmlFreeAttributeTable at Base 2.6.27
+ xmlFreeAutomata at Base 2.6.27
+ xmlFreeCatalog at Base 2.6.27
+ xmlFreeDoc at Base 2.6.27
+ xmlFreeDocElementContent at Base 2.6.27
+ xmlFreeDtd at Base 2.6.27
+ xmlFreeElementContent at Base 2.6.27
+ xmlFreeElementTable at Base 2.6.27
+ xmlFreeEntitiesTable at Base 2.6.27
+ xmlFreeEnumeration at Base 2.6.27
+ xmlFreeIDTable at Base 2.6.27
+ xmlFreeInputStream at Base 2.6.27
+ xmlFreeMutex at Base 2.6.27
+ xmlFreeNode at Base 2.6.27
+ xmlFreeNodeList at Base 2.6.27
+ xmlFreeNotationTable at Base 2.6.27
+ xmlFreeNs at Base 2.6.27
+ xmlFreeNsList at Base 2.6.27
+ xmlFreeParserCtxt at Base 2.6.27
+ xmlFreeParserInputBuffer at Base 2.6.27
+ xmlFreePattern at Base 2.6.27
+ xmlFreePatternList at Base 2.6.27
+ xmlFreeProp at Base 2.6.27
+ xmlFreePropList at Base 2.6.27
+ xmlFreeRMutex at Base 2.6.27
+ xmlFreeRefTable at Base 2.6.27
+ xmlFreeStreamCtxt at Base 2.6.27
+ xmlFreeTextReader at Base 2.6.27
+ xmlFreeTextWriter at Base 2.6.27
+ xmlFreeURI at Base 2.6.27
+ xmlFreeValidCtxt at Base 2.6.27
+ xmlGcMemGet at Base 2.6.27
+ xmlGcMemSetup at Base 2.6.27
+ xmlGenericError at Base 2.6.27
+ xmlGenericErrorContext at Base 2.6.27
+ xmlGenericErrorDefaultFunc at Base 2.6.27
+ xmlGetBufferAllocationScheme at Base 2.6.27
+ xmlGetCharEncodingHandler at Base 2.6.27
+ xmlGetCharEncodingName at Base 2.6.27
+ xmlGetCompressMode at Base 2.6.27
+ xmlGetDocCompressMode at Base 2.6.27
+ xmlGetDocEntity at Base 2.6.27
+ xmlGetDtdAttrDesc at Base 2.6.27
+ xmlGetDtdElementDesc at Base 2.6.27
+ xmlGetDtdEntity at Base 2.6.27
+ xmlGetDtdNotationDesc at Base 2.6.27
+ xmlGetDtdQAttrDesc at Base 2.6.27
+ xmlGetDtdQElementDesc at Base 2.6.27
+ xmlGetEncodingAlias at Base 2.6.27
+ xmlGetExternalEntityLoader at Base 2.6.27
+ xmlGetFeature at Base 2.6.27
+ xmlGetFeaturesList at Base 2.6.27
+ xmlGetGlobalState at Base 2.6.27
+ xmlGetID at Base 2.6.27
+ xmlGetIntSubset at Base 2.6.27
+ xmlGetLastChild at Base 2.6.27
+ xmlGetLastError at Base 2.6.27
+ xmlGetLineNo at Base 2.6.27
+ xmlGetNoNsProp at Base 2.6.27
+ xmlGetNodePath at Base 2.6.27
+ xmlGetNsList at Base 2.6.27
+ xmlGetNsProp at Base 2.6.27
+ xmlGetParameterEntity at Base 2.6.27
+ xmlGetPredefinedEntity at Base 2.6.27
+ xmlGetProp at Base 2.6.27
+ xmlGetRefs at Base 2.6.27
+ xmlGetThreadId at Base 2.6.27
+ xmlGetUTF8Char at Base 2.6.27
+ xmlGetWarningsDefaultValue at Base 2.6.27
+ xmlHandleEntity at Base 2.6.27
+ xmlHasFeature at Base 2.6.27
+ xmlHasNsProp at Base 2.6.27
+ xmlHasProp at Base 2.6.27
+ xmlHashAddEntry2 at Base 2.6.27
+ xmlHashAddEntry3 at Base 2.6.27
+ xmlHashAddEntry at Base 2.6.27
+ xmlHashCopy at Base 2.6.27
+ xmlHashCreate at Base 2.6.27
+ xmlHashCreateDict at Base 2.6.27
+ xmlHashFree at Base 2.6.27
+ xmlHashLookup2 at Base 2.6.27
+ xmlHashLookup3 at Base 2.6.27
+ xmlHashLookup at Base 2.6.27
+ xmlHashQLookup2 at Base 2.6.27
+ xmlHashQLookup3 at Base 2.6.27
+ xmlHashQLookup at Base 2.6.27
+ xmlHashRemoveEntry2 at Base 2.6.27
+ xmlHashRemoveEntry3 at Base 2.6.27
+ xmlHashRemoveEntry at Base 2.6.27
+ xmlHashScan3 at Base 2.6.27
+ xmlHashScan at Base 2.6.27
+ xmlHashScanFull3 at Base 2.6.27
+ xmlHashScanFull at Base 2.6.27
+ xmlHashSize at Base 2.6.27
+ xmlHashUpdateEntry2 at Base 2.6.27
+ xmlHashUpdateEntry3 at Base 2.6.27
+ xmlHashUpdateEntry at Base 2.6.27
+ xmlIOFTPClose at Base 2.6.27
+ xmlIOFTPMatch at Base 2.6.27
+ xmlIOFTPOpen at Base 2.6.27
+ xmlIOFTPRead at Base 2.6.27
+ xmlIOHTTPClose at Base 2.6.27
+ xmlIOHTTPMatch at Base 2.6.27
+ xmlIOHTTPOpen at Base 2.6.27
+ xmlIOHTTPOpenW at Base 2.6.27
+ xmlIOHTTPRead at Base 2.6.27
+ xmlIOParseDTD at Base 2.6.27
+ xmlIndentTreeOutput at Base 2.6.27
+ xmlInitCharEncodingHandlers at Base 2.6.27
+ xmlInitGlobals at Base 2.6.27
+ xmlInitMemory at Base 2.6.27
+ xmlInitNodeInfoSeq at Base 2.6.27
+ xmlInitParser at Base 2.6.27
+ xmlInitParserCtxt at Base 2.6.27
+ xmlInitThreads at Base 2.6.27
+ xmlInitializeCatalog at Base 2.6.27
+ xmlInitializeGlobalState at Base 2.6.27
+ xmlInitializePredefinedEntities at Base 2.6.27
+ xmlIsBaseChar at Base 2.6.27
+ xmlIsBaseCharGroup at Base 2.6.27
+ xmlIsBlank at Base 2.6.27
+ xmlIsBlankNode at Base 2.6.27
+ xmlIsChar at Base 2.6.27
+ xmlIsCharGroup at Base 2.6.27
+ xmlIsCombining at Base 2.6.27
+ xmlIsCombiningGroup at Base 2.6.27
+ xmlIsDigit at Base 2.6.27
+ xmlIsDigitGroup at Base 2.6.27
+ xmlIsExtender at Base 2.6.27
+ xmlIsExtenderGroup at Base 2.6.27
+ xmlIsID at Base 2.6.27
+ xmlIsIdeographic at Base 2.6.27
+ xmlIsIdeographicGroup at Base 2.6.27
+ xmlIsLetter at Base 2.6.27
+ xmlIsMainThread at Base 2.6.27
+ xmlIsMixedElement at Base 2.6.27
+ xmlIsPubidChar at Base 2.6.27
+ xmlIsPubidChar_tab at Base 2.6.27
+ xmlIsRef at Base 2.6.27
+ xmlIsXHTML at Base 2.6.27
+ xmlKeepBlanksDefault at Base 2.6.27
+ xmlKeepBlanksDefaultValue at Base 2.6.27
+ xmlLastError at Base 2.6.27
+ xmlLineNumbersDefault at Base 2.6.27
+ xmlLineNumbersDefaultValue at Base 2.6.27
+ xmlLinkGetData at Base 2.6.27
+ xmlListAppend at Base 2.6.27
+ xmlListClear at Base 2.6.27
+ xmlListCopy at Base 2.6.27
+ xmlListCreate at Base 2.6.27
+ xmlListDelete at Base 2.6.27
+ xmlListDup at Base 2.6.27
+ xmlListEmpty at Base 2.6.27
+ xmlListEnd at Base 2.6.27
+ xmlListFront at Base 2.6.27
+ xmlListInsert at Base 2.6.27
+ xmlListMerge at Base 2.6.27
+ xmlListPopBack at Base 2.6.27
+ xmlListPopFront at Base 2.6.27
+ xmlListPushBack at Base 2.6.27
+ xmlListPushFront at Base 2.6.27
+ xmlListRemoveAll at Base 2.6.27
+ xmlListRemoveFirst at Base 2.6.27
+ xmlListRemoveLast at Base 2.6.27
+ xmlListReverse at Base 2.6.27
+ xmlListReverseSearch at Base 2.6.27
+ xmlListReverseWalk at Base 2.6.27
+ xmlListSearch at Base 2.6.27
+ xmlListSize at Base 2.6.27
+ xmlListSort at Base 2.6.27
+ xmlListWalk at Base 2.6.27
+ xmlLoadACatalog at Base 2.6.27
+ xmlLoadCatalog at Base 2.6.27
+ xmlLoadCatalogs at Base 2.6.27
+ xmlLoadExtDtdDefaultValue at Base 2.6.27
+ xmlLoadExternalEntity at Base 2.6.27
+ xmlLoadSGMLSuperCatalog at Base 2.6.27
+ xmlLockLibrary at Base 2.6.27
+ xmlLsCountNode at Base 2.6.27
+ xmlLsOneNode at Base 2.6.27
+ xmlMalloc at Base 2.6.27
+ xmlMallocAtomic at Base 2.6.27
+ xmlMallocAtomicLoc at Base 2.6.27
+ xmlMallocBreakpoint at Base 2.6.27
+ xmlMallocLoc at Base 2.6.27
+ xmlMemBlocks at Base 2.6.27
+ xmlMemDisplay at Base 2.6.27
+ xmlMemFree at Base 2.6.27
+ xmlMemGet at Base 2.6.27
+ xmlMemMalloc at Base 2.6.27
+ xmlMemRealloc at Base 2.6.27
+ xmlMemSetup at Base 2.6.27
+ xmlMemShow at Base 2.6.27
+ xmlMemStrdup at Base 2.6.27
+ xmlMemStrdupLoc at Base 2.6.27
+ xmlMemUsed at Base 2.6.27
+ xmlMemoryDump at Base 2.6.27
+ xmlMemoryStrdup at Base 2.6.27
+ xmlModuleClose at Base 2.6.27
+ xmlModuleFree at Base 2.6.27
+ xmlModuleOpen at Base 2.6.27
+ xmlModuleSymbol at Base 2.6.27
+ xmlMutexLock at Base 2.6.27
+ xmlMutexUnlock at Base 2.6.27
+ xmlNamespaceParseNCName at Base 2.6.27
+ xmlNamespaceParseNSDef at Base 2.6.27
+ xmlNamespaceParseQName at Base 2.6.27
+ xmlNanoFTPCheckResponse at Base 2.6.27
+ xmlNanoFTPCleanup at Base 2.6.27
+ xmlNanoFTPClose at Base 2.6.27
+ xmlNanoFTPCloseConnection at Base 2.6.27
+ xmlNanoFTPConnect at Base 2.6.27
+ xmlNanoFTPConnectTo at Base 2.6.27
+ xmlNanoFTPCwd at Base 2.6.27
+ xmlNanoFTPDele at Base 2.6.27
+ xmlNanoFTPFreeCtxt at Base 2.6.27
+ xmlNanoFTPGet at Base 2.6.27
+ xmlNanoFTPGetConnection at Base 2.6.27
+ xmlNanoFTPGetResponse at Base 2.6.27
+ xmlNanoFTPGetSocket at Base 2.6.27
+ xmlNanoFTPInit at Base 2.6.27
+ xmlNanoFTPList at Base 2.6.27
+ xmlNanoFTPNewCtxt at Base 2.6.27
+ xmlNanoFTPOpen at Base 2.6.27
+ xmlNanoFTPProxy at Base 2.6.27
+ xmlNanoFTPQuit at Base 2.6.27
+ xmlNanoFTPRead at Base 2.6.27
+ xmlNanoFTPScanProxy at Base 2.6.27
+ xmlNanoFTPUpdateURL at Base 2.6.27
+ xmlNanoHTTPAuthHeader at Base 2.6.27
+ xmlNanoHTTPCleanup at Base 2.6.27
+ xmlNanoHTTPClose at Base 2.6.27
+ xmlNanoHTTPContentLength at Base 2.6.27
+ xmlNanoHTTPEncoding at Base 2.6.27
+ xmlNanoHTTPFetch at Base 2.6.27
+ xmlNanoHTTPInit at Base 2.6.27
+ xmlNanoHTTPMethod at Base 2.6.27
+ xmlNanoHTTPMethodRedir at Base 2.6.27
+ xmlNanoHTTPMimeType at Base 2.6.27
+ xmlNanoHTTPOpen at Base 2.6.27
+ xmlNanoHTTPOpenRedir at Base 2.6.27
+ xmlNanoHTTPRead at Base 2.6.27
+ xmlNanoHTTPRedir at Base 2.6.27
+ xmlNanoHTTPReturnCode at Base 2.6.27
+ xmlNanoHTTPSave at Base 2.6.27
+ xmlNanoHTTPScanProxy at Base 2.6.27
+ xmlNewAutomata at Base 2.6.27
+ xmlNewCDataBlock at Base 2.6.27
+ xmlNewCatalog at Base 2.6.27
+ xmlNewCharEncodingHandler at Base 2.6.27
+ xmlNewCharRef at Base 2.6.27
+ xmlNewChild at Base 2.6.27
+ xmlNewComment at Base 2.6.27
+ xmlNewDoc at Base 2.6.27
+ xmlNewDocComment at Base 2.6.27
+ xmlNewDocElementContent at Base 2.6.27
+ xmlNewDocFragment at Base 2.6.27
+ xmlNewDocNode at Base 2.6.27
+ xmlNewDocNodeEatName at Base 2.6.27
+ xmlNewDocPI at Base 2.6.27
+ xmlNewDocProp at Base 2.6.27
+ xmlNewDocRawNode at Base 2.6.27
+ xmlNewDocText at Base 2.6.27
+ xmlNewDocTextLen at Base 2.6.27
+ xmlNewDtd at Base 2.6.27
+ xmlNewElementContent at Base 2.6.27
+ xmlNewEntityInputStream at Base 2.6.27
+ xmlNewGlobalNs at Base 2.6.27
+ xmlNewIOInputStream at Base 2.6.27
+ xmlNewInputFromFile at Base 2.6.27
+ xmlNewInputStream at Base 2.6.27
+ xmlNewMutex at Base 2.6.27
+ xmlNewNode at Base 2.6.27
+ xmlNewNodeEatName at Base 2.6.27
+ xmlNewNs at Base 2.6.27
+ xmlNewNsProp at Base 2.6.27
+ xmlNewNsPropEatName at Base 2.6.27
+ xmlNewPI at Base 2.6.27
+ xmlNewParserCtxt at Base 2.6.27
+ xmlNewProp at Base 2.6.27
+ xmlNewRMutex at Base 2.6.27
+ xmlNewReconciliedNs at Base 2.6.27
+ xmlNewReference at Base 2.6.27
+ xmlNewStringInputStream at Base 2.6.27
+ xmlNewText at Base 2.6.27
+ xmlNewTextChild at Base 2.6.27
+ xmlNewTextLen at Base 2.6.27
+ xmlNewTextReader at Base 2.6.27
+ xmlNewTextReaderFilename at Base 2.6.27
+ xmlNewTextWriter at Base 2.6.27
+ xmlNewTextWriterDoc at Base 2.6.27
+ xmlNewTextWriterFilename at Base 2.6.27
+ xmlNewTextWriterMemory at Base 2.6.27
+ xmlNewTextWriterPushParser at Base 2.6.27
+ xmlNewTextWriterTree at Base 2.6.27
+ xmlNewValidCtxt at Base 2.6.27
+ xmlNextChar at Base 2.6.27
+ xmlNoNetExternalEntityLoader at Base 2.6.27
+ xmlNodeAddContent at Base 2.6.27
+ xmlNodeAddContentLen at Base 2.6.27
+ xmlNodeBufGetContent at Base 2.6.27
+ xmlNodeDump at Base 2.6.27
+ xmlNodeDumpOutput at Base 2.6.27
+ xmlNodeGetBase at Base 2.6.27
+ xmlNodeGetContent at Base 2.6.27
+ xmlNodeGetLang at Base 2.6.27
+ xmlNodeGetSpacePreserve at Base 2.6.27
+ xmlNodeIsText at Base 2.6.27
+ xmlNodeListGetRawString at Base 2.6.27
+ xmlNodeListGetString at Base 2.6.27
+ xmlNodeSetBase at Base 2.6.27
+ xmlNodeSetContent at Base 2.6.27
+ xmlNodeSetContentLen at Base 2.6.27
+ xmlNodeSetLang at Base 2.6.27
+ xmlNodeSetName at Base 2.6.27
+ xmlNodeSetSpacePreserve at Base 2.6.27
+ xmlNormalizeURIPath at Base 2.6.27
+ xmlNormalizeWindowsPath at Base 2.6.27
+ xmlNsListDumpOutput at Base 2.6.27
+ xmlOutputBufferClose at Base 2.6.27
+ xmlOutputBufferCreateBuffer at Base 2.6.27
+ xmlOutputBufferCreateFd at Base 2.6.27
+ xmlOutputBufferCreateFile at Base 2.6.27
+ xmlOutputBufferCreateFilename at Base 2.6.27
+ xmlOutputBufferCreateFilenameDefault at Base 2.6.27
+ xmlOutputBufferCreateFilenameValue at Base 2.6.27
+ xmlOutputBufferCreateIO at Base 2.6.27
+ xmlOutputBufferFlush at Base 2.6.27
+ xmlOutputBufferWrite at Base 2.6.27
+ xmlOutputBufferWriteEscape at Base 2.6.27
+ xmlOutputBufferWriteString at Base 2.6.27
+ xmlParseAttValue at Base 2.6.27
+ xmlParseAttribute at Base 2.6.27
+ xmlParseAttributeListDecl at Base 2.6.27
+ xmlParseAttributeType at Base 2.6.27
+ xmlParseBalancedChunkMemory at Base 2.6.27
+ xmlParseBalancedChunkMemoryRecover at Base 2.6.27
+ xmlParseCDSect at Base 2.6.27
+ xmlParseCatalogFile at Base 2.6.27
+ xmlParseCharData at Base 2.6.27
+ xmlParseCharDataComplex at Base 2.6.27
+ xmlParseCharEncoding at Base 2.6.27
+ xmlParseCharRef at Base 2.6.27
+ xmlParseChunk at Base 2.6.27
+ xmlParseComment at Base 2.6.27
+ xmlParseContent at Base 2.6.27
+ xmlParseCtxtExternalEntity at Base 2.6.27
+ xmlParseDTD at Base 2.6.27
+ xmlParseDefaultDecl at Base 2.6.27
+ xmlParseDoc at Base 2.6.27
+ xmlParseDocTypeDecl at Base 2.6.27
+ xmlParseDocument at Base 2.6.27
+ xmlParseElement at Base 2.6.27
+ xmlParseElementChildrenContentDecl at Base 2.6.27
+ xmlParseElementContentDecl at Base 2.6.27
+ xmlParseElementDecl at Base 2.6.27
+ xmlParseElementMixedContentDecl at Base 2.6.27
+ xmlParseEncName at Base 2.6.27
+ xmlParseEncodingDecl at Base 2.6.27
+ xmlParseEndTag at Base 2.6.27
+ xmlParseEntity at Base 2.6.27
+ xmlParseEntityDecl at Base 2.6.27
+ xmlParseEntityRef at Base 2.6.27
+ xmlParseEntityValue at Base 2.6.27
+ xmlParseEnumeratedType at Base 2.6.27
+ xmlParseEnumerationType at Base 2.6.27
+ xmlParseExtParsedEnt at Base 2.6.27
+ xmlParseExternalEntity at Base 2.6.27
+ xmlParseExternalID at Base 2.6.27
+ xmlParseExternalSubset at Base 2.6.27
+ xmlParseFile at Base 2.6.27
+ xmlParseInNodeContext at Base 2.6.27
+ xmlParseMarkupDecl at Base 2.6.27
+ xmlParseMemory at Base 2.6.27
+ xmlParseMisc at Base 2.6.27
+ xmlParseName at Base 2.6.27
+ xmlParseNamespace at Base 2.6.27
+ xmlParseNmtoken at Base 2.6.27
+ xmlParseNotationDecl at Base 2.6.27
+ xmlParseNotationType at Base 2.6.27
+ xmlParsePEReference at Base 2.6.27
+ xmlParsePI at Base 2.6.27
+ xmlParsePITarget at Base 2.6.27
+ xmlParsePubidLiteral at Base 2.6.27
+ xmlParseQuotedString at Base 2.6.27
+ xmlParseReference at Base 2.6.27
+ xmlParseSDDecl at Base 2.6.27
+ xmlParseStartTag at Base 2.6.27
+ xmlParseStringEntityRef at Base 2.6.27
+ xmlParseStringPEReference at Base 2.6.27
+ xmlParseSystemLiteral at Base 2.6.27
+ xmlParseTextDecl at Base 2.6.27
+ xmlParseURI at Base 2.6.27
+ xmlParseURIRaw at Base 2.6.27
+ xmlParseURIReference at Base 2.6.27
+ xmlParseVersionInfo at Base 2.6.27
+ xmlParseVersionNum at Base 2.6.27
+ xmlParseXMLDecl at Base 2.6.27
+ xmlParserAddNodeInfo at Base 2.6.27
+ xmlParserDebugEntities at Base 2.6.27
+ xmlParserError at Base 2.6.27
+ xmlParserFindNodeInfo at Base 2.6.27
+ xmlParserFindNodeInfoIndex at Base 2.6.27
+ xmlParserGetDirectory at Base 2.6.27
+ xmlParserHandlePEReference at Base 2.6.27
+ xmlParserHandleReference at Base 2.6.27
+ xmlParserInputBufferCreateFd at Base 2.6.27
+ xmlParserInputBufferCreateFile at Base 2.6.27
+ xmlParserInputBufferCreateFilename at Base 2.6.27
+ xmlParserInputBufferCreateFilenameDefault at Base 2.6.27
+ xmlParserInputBufferCreateFilenameValue at Base 2.6.27
+ xmlParserInputBufferCreateIO at Base 2.6.27
+ xmlParserInputBufferCreateMem at Base 2.6.27
+ xmlParserInputBufferCreateStatic at Base 2.6.27
+ xmlParserInputBufferGrow at Base 2.6.27
+ xmlParserInputBufferPush at Base 2.6.27
+ xmlParserInputBufferRead at Base 2.6.27
+ xmlParserInputGrow at Base 2.6.27
+ xmlParserInputRead at Base 2.6.27
+ xmlParserInputShrink at Base 2.6.27
+ xmlParserMaxDepth at Base 2.6.27
+ xmlParserPrintFileContext at Base 2.6.27
+ xmlParserPrintFileInfo at Base 2.6.27
+ xmlParserValidityError at Base 2.6.27
+ xmlParserValidityWarning at Base 2.6.27
+ xmlParserVersion at Base 2.6.27
+ xmlParserWarning at Base 2.6.27
+ xmlPathToURI at Base 2.6.27
+ xmlPatternFromRoot at Base 2.6.27
+ xmlPatternGetStreamCtxt at Base 2.6.27
+ xmlPatternMatch at Base 2.6.27
+ xmlPatternMaxDepth at Base 2.6.27
+ xmlPatternMinDepth at Base 2.6.27
+ xmlPatternStreamable at Base 2.6.27
+ xmlPatterncompile at Base 2.6.27
+ xmlPedanticParserDefault at Base 2.6.27
+ xmlPedanticParserDefaultValue at Base 2.6.27
+ xmlPopInput at Base 2.6.27
+ xmlPopInputCallbacks at Base 2.6.27
+ xmlPrintURI at Base 2.6.27
+ xmlPushInput at Base 2.6.27
+ xmlRMutexLock at Base 2.6.27
+ xmlRMutexUnlock at Base 2.6.27
+ xmlReadDoc at Base 2.6.27
+ xmlReadFd at Base 2.6.27
+ xmlReadFile at Base 2.6.27
+ xmlReadIO at Base 2.6.27
+ xmlReadMemory at Base 2.6.27
+ xmlReaderForDoc at Base 2.6.27
+ xmlReaderForFd at Base 2.6.27
+ xmlReaderForFile at Base 2.6.27
+ xmlReaderForIO at Base 2.6.27
+ xmlReaderForMemory at Base 2.6.27
+ xmlReaderNewDoc at Base 2.6.27
+ xmlReaderNewFd at Base 2.6.27
+ xmlReaderNewFile at Base 2.6.27
+ xmlReaderNewIO at Base 2.6.27
+ xmlReaderNewMemory at Base 2.6.27
+ xmlReaderNewWalker at Base 2.6.27
+ xmlReaderWalker at Base 2.6.27
+ xmlRealloc at Base 2.6.27
+ xmlReallocLoc at Base 2.6.27
+ xmlReconciliateNs at Base 2.6.27
+ xmlRecoverDoc at Base 2.6.27
+ xmlRecoverFile at Base 2.6.27
+ xmlRecoverMemory at Base 2.6.27
+ xmlRegExecErrInfo at Base 2.6.27
+ xmlRegExecNextValues at Base 2.6.27
+ xmlRegExecPushString2 at Base 2.6.27
+ xmlRegExecPushString at Base 2.6.27
+ xmlRegFreeExecCtxt at Base 2.6.27
+ xmlRegFreeRegexp at Base 2.6.27
+ xmlRegNewExecCtxt at Base 2.6.27
+ xmlRegexpCompile at Base 2.6.27
+ xmlRegexpExec at Base 2.6.27
+ xmlRegexpIsDeterminist at Base 2.6.27
+ xmlRegexpPrint at Base 2.6.27
+ xmlRegisterCharEncodingHandler at Base 2.6.27
+ xmlRegisterDefaultInputCallbacks at Base 2.6.27
+ xmlRegisterDefaultOutputCallbacks at Base 2.6.27
+ xmlRegisterHTTPPostCallbacks at Base 2.6.27
+ xmlRegisterInputCallbacks at Base 2.6.27
+ xmlRegisterNodeDefault at Base 2.6.27
+ xmlRegisterNodeDefaultValue at Base 2.6.27
+ xmlRegisterOutputCallbacks at Base 2.6.27
+ xmlRelaxNGCleanupTypes at Base 2.6.27
+ xmlRelaxNGDump at Base 2.6.27
+ xmlRelaxNGDumpTree at Base 2.6.27
+ xmlRelaxNGFree at Base 2.6.27
+ xmlRelaxNGFreeParserCtxt at Base 2.6.27
+ xmlRelaxNGFreeValidCtxt at Base 2.6.27
+ xmlRelaxNGGetParserErrors at Base 2.6.27
+ xmlRelaxNGGetValidErrors at Base 2.6.27
+ xmlRelaxNGInitTypes at Base 2.6.27
+ xmlRelaxNGNewDocParserCtxt at Base 2.6.27
+ xmlRelaxNGNewMemParserCtxt at Base 2.6.27
+ xmlRelaxNGNewParserCtxt at Base 2.6.27
+ xmlRelaxNGNewValidCtxt at Base 2.6.27
+ xmlRelaxNGParse at Base 2.6.27
+ xmlRelaxNGSetParserErrors at Base 2.6.27
+ xmlRelaxNGSetParserStructuredErrors at Base 2.6.27
+ xmlRelaxNGSetValidErrors at Base 2.6.27
+ xmlRelaxNGSetValidStructuredErrors at Base 2.6.27
+ xmlRelaxNGValidateDoc at Base 2.6.27
+ xmlRelaxNGValidateFullElement at Base 2.6.27
+ xmlRelaxNGValidatePopElement at Base 2.6.27
+ xmlRelaxNGValidatePushCData at Base 2.6.27
+ xmlRelaxNGValidatePushElement at Base 2.6.27
+ xmlRelaxParserSetFlag at Base 2.6.27
+ xmlRemoveID at Base 2.6.27
+ xmlRemoveProp at Base 2.6.27
+ xmlRemoveRef at Base 2.6.27
+ xmlReplaceNode at Base 2.6.27
+ xmlResetError at Base 2.6.27
+ xmlResetLastError at Base 2.6.27
+ xmlSAX2AttributeDecl at Base 2.6.27
+ xmlSAX2CDataBlock at Base 2.6.27
+ xmlSAX2Characters at Base 2.6.27
+ xmlSAX2Comment at Base 2.6.27
+ xmlSAX2ElementDecl at Base 2.6.27
+ xmlSAX2EndDocument at Base 2.6.27
+ xmlSAX2EndElement at Base 2.6.27
+ xmlSAX2EndElementNs at Base 2.6.27
+ xmlSAX2EntityDecl at Base 2.6.27
+ xmlSAX2ExternalSubset at Base 2.6.27
+ xmlSAX2GetColumnNumber at Base 2.6.27
+ xmlSAX2GetEntity at Base 2.6.27
+ xmlSAX2GetLineNumber at Base 2.6.27
+ xmlSAX2GetParameterEntity at Base 2.6.27
+ xmlSAX2GetPublicId at Base 2.6.27
+ xmlSAX2GetSystemId at Base 2.6.27
+ xmlSAX2HasExternalSubset at Base 2.6.27
+ xmlSAX2HasInternalSubset at Base 2.6.27
+ xmlSAX2IgnorableWhitespace at Base 2.6.27
+ xmlSAX2InitDefaultSAXHandler at Base 2.6.27
+ xmlSAX2InitDocbDefaultSAXHandler at Base 2.6.27
+ xmlSAX2InitHtmlDefaultSAXHandler at Base 2.6.27
+ xmlSAX2InternalSubset at Base 2.6.27
+ xmlSAX2IsStandalone at Base 2.6.27
+ xmlSAX2NotationDecl at Base 2.6.27
+ xmlSAX2ProcessingInstruction at Base 2.6.27
+ xmlSAX2Reference at Base 2.6.27
+ xmlSAX2ResolveEntity at Base 2.6.27
+ xmlSAX2SetDocumentLocator at Base 2.6.27
+ xmlSAX2StartDocument at Base 2.6.27
+ xmlSAX2StartElement at Base 2.6.27
+ xmlSAX2StartElementNs at Base 2.6.27
+ xmlSAX2UnparsedEntityDecl at Base 2.6.27
+ xmlSAXDefaultVersion at Base 2.6.27
+ xmlSAXParseDTD at Base 2.6.27
+ xmlSAXParseDoc at Base 2.6.27
+ xmlSAXParseEntity at Base 2.6.27
+ xmlSAXParseFile at Base 2.6.27
+ xmlSAXParseFileWithData at Base 2.6.27
+ xmlSAXParseMemory at Base 2.6.27
+ xmlSAXParseMemoryWithData at Base 2.6.27
+ xmlSAXUserParseFile at Base 2.6.27
+ xmlSAXUserParseMemory at Base 2.6.27
+ xmlSAXVersion at Base 2.6.27
+ xmlSaveClose at Base 2.6.27
+ xmlSaveDoc at Base 2.6.27
+ xmlSaveFile at Base 2.6.27
+ xmlSaveFileEnc at Base 2.6.27
+ xmlSaveFileTo at Base 2.6.27
+ xmlSaveFlush at Base 2.6.27
+ xmlSaveFormatFile at Base 2.6.27
+ xmlSaveFormatFileEnc at Base 2.6.27
+ xmlSaveFormatFileTo at Base 2.6.27
+ xmlSaveNoEmptyTags at Base 2.6.27
+ xmlSaveSetAttrEscape at Base 2.6.27
+ xmlSaveSetEscape at Base 2.6.27
+ xmlSaveToBuffer at Base 2.6.27
+ xmlSaveToFd at Base 2.6.27
+ xmlSaveToFilename at Base 2.6.27
+ xmlSaveToIO at Base 2.6.27
+ xmlSaveTree at Base 2.6.27
+ xmlSaveUri at Base 2.6.27
+ xmlScanAttributeDecl at Base 2.6.27
+ xmlScanName at Base 2.6.27
+ xmlSchemaCheckFacet at Base 2.6.27
+ xmlSchemaCleanupTypes at Base 2.6.27
+ xmlSchemaCollapseString at Base 2.6.27
+ xmlSchemaCompareValues at Base 2.6.27
+ xmlSchemaCompareValuesWhtsp at Base 2.6.27
+ xmlSchemaCopyValue at Base 2.6.27
+ xmlSchemaDump at Base 2.6.27
+ xmlSchemaFree at Base 2.6.27
+ xmlSchemaFreeFacet at Base 2.6.27
+ xmlSchemaFreeParserCtxt at Base 2.6.27
+ xmlSchemaFreeType at Base 2.6.27
+ xmlSchemaFreeValidCtxt at Base 2.6.27
+ xmlSchemaFreeValue at Base 2.6.27
+ xmlSchemaFreeWildcard at Base 2.6.27
+ xmlSchemaGetBuiltInListSimpleTypeItemType at Base 2.6.27
+ xmlSchemaGetBuiltInType at Base 2.6.27
+ xmlSchemaGetCanonValue at Base 2.6.27
+ xmlSchemaGetCanonValueWhtsp at Base 2.6.27
+ xmlSchemaGetFacetValueAsULong at Base 2.6.27
+ xmlSchemaGetParserErrors at Base 2.6.27
+ xmlSchemaGetPredefinedType at Base 2.6.27
+ xmlSchemaGetValType at Base 2.6.27
+ xmlSchemaGetValidErrors at Base 2.6.27
+ xmlSchemaInitTypes at Base 2.6.27
+ xmlSchemaIsBuiltInTypeFacet at Base 2.6.27
+ xmlSchemaIsValid at Base 2.6.27
+ xmlSchemaNewDocParserCtxt at Base 2.6.27
+ xmlSchemaNewFacet at Base 2.6.27
+ xmlSchemaNewMemParserCtxt at Base 2.6.27
+ xmlSchemaNewNOTATIONValue at Base 2.6.27
+ xmlSchemaNewParserCtxt at Base 2.6.27
+ xmlSchemaNewQNameValue at Base 2.6.27
+ xmlSchemaNewStringValue at Base 2.6.27
+ xmlSchemaNewValidCtxt at Base 2.6.27
+ xmlSchemaParse at Base 2.6.27
+ xmlSchemaSAXPlug at Base 2.6.27
+ xmlSchemaSAXUnplug at Base 2.6.27
+ xmlSchemaSetParserErrors at Base 2.6.27
+ xmlSchemaSetParserStructuredErrors at Base 2.6.27
+ xmlSchemaSetValidErrors at Base 2.6.27
+ xmlSchemaSetValidOptions at Base 2.6.27
+ xmlSchemaSetValidStructuredErrors at Base 2.6.27
+ xmlSchemaValPredefTypeNode at Base 2.6.27
+ xmlSchemaValPredefTypeNodeNoNorm at Base 2.6.27
+ xmlSchemaValidCtxtGetOptions at Base 2.6.27
+ xmlSchemaValidateDoc at Base 2.6.27
+ xmlSchemaValidateFacet at Base 2.6.27
+ xmlSchemaValidateFacetWhtsp at Base 2.6.27
+ xmlSchemaValidateFile at Base 2.6.27
+ xmlSchemaValidateLengthFacet at Base 2.6.27
+ xmlSchemaValidateLengthFacetWhtsp at Base 2.6.27
+ xmlSchemaValidateListSimpleTypeFacet at Base 2.6.27
+ xmlSchemaValidateOneElement at Base 2.6.27
+ xmlSchemaValidatePredefinedType at Base 2.6.27
+ xmlSchemaValidateStream at Base 2.6.27
+ xmlSchemaValueAppend at Base 2.6.27
+ xmlSchemaValueGetAsBoolean at Base 2.6.27
+ xmlSchemaValueGetAsString at Base 2.6.27
+ xmlSchemaValueGetNext at Base 2.6.27
+ xmlSchemaWhiteSpaceReplace at Base 2.6.27
+ xmlSchematronFree at Base 2.6.27
+ xmlSchematronFreeParserCtxt at Base 2.6.27
+ xmlSchematronFreeValidCtxt at Base 2.6.27
+ xmlSchematronNewDocParserCtxt at Base 2.6.27
+ xmlSchematronNewMemParserCtxt at Base 2.6.27
+ xmlSchematronNewParserCtxt at Base 2.6.27
+ xmlSchematronNewValidCtxt at Base 2.6.27
+ xmlSchematronParse at Base 2.6.27
+ xmlSchematronValidateDoc at Base 2.6.27
+ xmlSearchNs at Base 2.6.27
+ xmlSearchNsByHref at Base 2.6.27
+ xmlSetBufferAllocationScheme at Base 2.6.27
+ xmlSetCompressMode at Base 2.6.27
+ xmlSetDocCompressMode at Base 2.6.27
+ xmlSetEntityReferenceFunc at Base 2.6.27
+ xmlSetExternalEntityLoader at Base 2.6.27
+ xmlSetFeature at Base 2.6.27
+ xmlSetGenericErrorFunc at Base 2.6.27
+ xmlSetListDoc at Base 2.6.27
+ xmlSetNs at Base 2.6.27
+ xmlSetNsProp at Base 2.6.27
+ xmlSetProp at Base 2.6.27
+ xmlSetStructuredErrorFunc at Base 2.6.27
+ xmlSetTreeDoc at Base 2.6.27
+ xmlSetupParserForBuffer at Base 2.6.27
+ xmlShell at Base 2.6.27
+ xmlShellBase at Base 2.6.27
+ xmlShellCat at Base 2.6.27
+ xmlShellDir at Base 2.6.27
+ xmlShellDu at Base 2.6.27
+ xmlShellList at Base 2.6.27
+ xmlShellLoad at Base 2.6.27
+ xmlShellPrintNode at Base 2.6.27
+ xmlShellPrintXPathError at Base 2.6.27
+ xmlShellPrintXPathResult at Base 2.6.27
+ xmlShellPwd at Base 2.6.27
+ xmlShellSave at Base 2.6.27
+ xmlShellValidate at Base 2.6.27
+ xmlShellWrite at Base 2.6.27
+ xmlSkipBlankChars at Base 2.6.27
+ xmlSnprintfElementContent at Base 2.6.27
+ xmlSplitQName2 at Base 2.6.27
+ xmlSplitQName3 at Base 2.6.27
+ xmlSplitQName at Base 2.6.27
+ xmlSprintfElementContent at Base 2.6.27
+ xmlStopParser at Base 2.6.27
+ xmlStrEqual at Base 2.6.27
+ xmlStrPrintf at Base 2.6.27
+ xmlStrQEqual at Base 2.6.27
+ xmlStrVPrintf at Base 2.6.27
+ xmlStrcasecmp at Base 2.6.27
+ xmlStrcasestr at Base 2.6.27
+ xmlStrcat at Base 2.6.27
+ xmlStrchr at Base 2.6.27
+ xmlStrcmp at Base 2.6.27
+ xmlStrdup at Base 2.6.27
+ xmlStreamPop at Base 2.6.27
+ xmlStreamPush at Base 2.6.27
+ xmlStreamPushAttr at Base 2.6.27
+ xmlStreamPushNode at Base 2.6.27
+ xmlStreamWantsAnyNode at Base 2.6.27
+ xmlStringComment at Base 2.6.27
+ xmlStringCurrentChar at Base 2.6.27
+ xmlStringDecodeEntities at Base 2.6.27
+ xmlStringGetNodeList at Base 2.6.27
+ xmlStringLenDecodeEntities at Base 2.6.27
+ xmlStringLenGetNodeList at Base 2.6.27
+ xmlStringText at Base 2.6.27
+ xmlStringTextNoenc at Base 2.6.27
+ xmlStrlen at Base 2.6.27
+ xmlStrncasecmp at Base 2.6.27
+ xmlStrncat at Base 2.6.27
+ xmlStrncatNew at Base 2.6.27
+ xmlStrncmp at Base 2.6.27
+ xmlStrndup at Base 2.6.27
+ xmlStrstr at Base 2.6.27
+ xmlStrsub at Base 2.6.27
+ xmlStructuredError at Base 2.6.27
+ xmlSubstituteEntitiesDefault at Base 2.6.27
+ xmlSubstituteEntitiesDefaultValue at Base 2.6.27
+ xmlSwitchEncoding at Base 2.6.27
+ xmlSwitchInputEncoding at Base 2.6.27
+ xmlSwitchToEncoding at Base 2.6.27
+ xmlTextConcat at Base 2.6.27
+ xmlTextMerge at Base 2.6.27
+ xmlTextReaderAttributeCount at Base 2.6.27
+ xmlTextReaderBaseUri at Base 2.6.27
+ xmlTextReaderByteConsumed at Base 2.6.27
+ xmlTextReaderClose at Base 2.6.27
+ xmlTextReaderConstBaseUri at Base 2.6.27
+ xmlTextReaderConstEncoding at Base 2.6.27
+ xmlTextReaderConstLocalName at Base 2.6.27
+ xmlTextReaderConstName at Base 2.6.27
+ xmlTextReaderConstNamespaceUri at Base 2.6.27
+ xmlTextReaderConstPrefix at Base 2.6.27
+ xmlTextReaderConstString at Base 2.6.27
+ xmlTextReaderConstValue at Base 2.6.27
+ xmlTextReaderConstXmlLang at Base 2.6.27
+ xmlTextReaderConstXmlVersion at Base 2.6.27
+ xmlTextReaderCurrentDoc at Base 2.6.27
+ xmlTextReaderCurrentNode at Base 2.6.27
+ xmlTextReaderDepth at Base 2.6.27
+ xmlTextReaderExpand at Base 2.6.27
+ xmlTextReaderGetAttribute at Base 2.6.27
+ xmlTextReaderGetAttributeNo at Base 2.6.27
+ xmlTextReaderGetAttributeNs at Base 2.6.27
+ xmlTextReaderGetErrorHandler at Base 2.6.27
+ xmlTextReaderGetParserColumnNumber at Base 2.6.27
+ xmlTextReaderGetParserLineNumber at Base 2.6.27
+ xmlTextReaderGetParserProp at Base 2.6.27
+ xmlTextReaderGetRemainder at Base 2.6.27
+ xmlTextReaderHasAttributes at Base 2.6.27
+ xmlTextReaderHasValue at Base 2.6.27
+ xmlTextReaderIsDefault at Base 2.6.27
+ xmlTextReaderIsEmptyElement at Base 2.6.27
+ xmlTextReaderIsNamespaceDecl at Base 2.6.27
+ xmlTextReaderIsValid at Base 2.6.27
+ xmlTextReaderLocalName at Base 2.6.27
+ xmlTextReaderLocatorBaseURI at Base 2.6.27
+ xmlTextReaderLocatorLineNumber at Base 2.6.27
+ xmlTextReaderLookupNamespace at Base 2.6.27
+ xmlTextReaderMoveToAttribute at Base 2.6.27
+ xmlTextReaderMoveToAttributeNo at Base 2.6.27
+ xmlTextReaderMoveToAttributeNs at Base 2.6.27
+ xmlTextReaderMoveToElement at Base 2.6.27
+ xmlTextReaderMoveToFirstAttribute at Base 2.6.27
+ xmlTextReaderMoveToNextAttribute at Base 2.6.27
+ xmlTextReaderName at Base 2.6.27
+ xmlTextReaderNamespaceUri at Base 2.6.27
+ xmlTextReaderNext at Base 2.6.27
+ xmlTextReaderNextSibling at Base 2.6.27
+ xmlTextReaderNodeType at Base 2.6.27
+ xmlTextReaderNormalization at Base 2.6.27
+ xmlTextReaderPrefix at Base 2.6.27
+ xmlTextReaderPreserve at Base 2.6.27
+ xmlTextReaderPreservePattern at Base 2.6.27
+ xmlTextReaderQuoteChar at Base 2.6.27
+ xmlTextReaderRead at Base 2.6.27
+ xmlTextReaderReadAttributeValue at Base 2.6.27
+ xmlTextReaderReadInnerXml at Base 2.6.27
+ xmlTextReaderReadOuterXml at Base 2.6.27
+ xmlTextReaderReadState at Base 2.6.27
+ xmlTextReaderReadString at Base 2.6.27
+ xmlTextReaderRelaxNGSetSchema at Base 2.6.27
+ xmlTextReaderRelaxNGValidate at Base 2.6.27
+ xmlTextReaderSchemaValidate at Base 2.6.27
+ xmlTextReaderSchemaValidateCtxt at Base 2.6.27
+ xmlTextReaderSetErrorHandler at Base 2.6.27
+ xmlTextReaderSetParserProp at Base 2.6.27
+ xmlTextReaderSetSchema at Base 2.6.27
+ xmlTextReaderSetStructuredErrorHandler at Base 2.6.27
+ xmlTextReaderSetup at Base 2.6.28
+ xmlTextReaderStandalone at Base 2.6.27
+ xmlTextReaderValue at Base 2.6.27
+ xmlTextReaderXmlLang at Base 2.6.27
+ xmlTextWriterEndAttribute at Base 2.6.27
+ xmlTextWriterEndCDATA at Base 2.6.27
+ xmlTextWriterEndComment at Base 2.6.27
+ xmlTextWriterEndDTD at Base 2.6.27
+ xmlTextWriterEndDTDAttlist at Base 2.6.27
+ xmlTextWriterEndDTDElement at Base 2.6.27
+ xmlTextWriterEndDTDEntity at Base 2.6.27
+ xmlTextWriterEndDocument at Base 2.6.27
+ xmlTextWriterEndElement at Base 2.6.27
+ xmlTextWriterEndPI at Base 2.6.27
+ xmlTextWriterFlush at Base 2.6.27
+ xmlTextWriterFullEndElement at Base 2.6.27
+ xmlTextWriterSetIndent at Base 2.6.27
+ xmlTextWriterSetIndentString at Base 2.6.27
+ xmlTextWriterStartAttribute at Base 2.6.27
+ xmlTextWriterStartAttributeNS at Base 2.6.27
+ xmlTextWriterStartCDATA at Base 2.6.27
+ xmlTextWriterStartComment at Base 2.6.27
+ xmlTextWriterStartDTD at Base 2.6.27
+ xmlTextWriterStartDTDAttlist at Base 2.6.27
+ xmlTextWriterStartDTDElement at Base 2.6.27
+ xmlTextWriterStartDTDEntity at Base 2.6.27
+ xmlTextWriterStartDocument at Base 2.6.27
+ xmlTextWriterStartElement at Base 2.6.27
+ xmlTextWriterStartElementNS at Base 2.6.27
+ xmlTextWriterStartPI at Base 2.6.27
+ xmlTextWriterWriteAttribute at Base 2.6.27
+ xmlTextWriterWriteAttributeNS at Base 2.6.27
+ xmlTextWriterWriteBase64 at Base 2.6.27
+ xmlTextWriterWriteBinHex at Base 2.6.27
+ xmlTextWriterWriteCDATA at Base 2.6.27
+ xmlTextWriterWriteComment at Base 2.6.27
+ xmlTextWriterWriteDTD at Base 2.6.27
+ xmlTextWriterWriteDTDAttlist at Base 2.6.27
+ xmlTextWriterWriteDTDElement at Base 2.6.27
+ xmlTextWriterWriteDTDEntity at Base 2.6.27
+ xmlTextWriterWriteDTDExternalEntity at Base 2.6.27
+ xmlTextWriterWriteDTDExternalEntityContents at Base 2.6.27
+ xmlTextWriterWriteDTDInternalEntity at Base 2.6.27
+ xmlTextWriterWriteDTDNotation at Base 2.6.27
+ xmlTextWriterWriteElement at Base 2.6.27
+ xmlTextWriterWriteElementNS at Base 2.6.27
+ xmlTextWriterWriteFormatAttribute at Base 2.6.27
+ xmlTextWriterWriteFormatAttributeNS at Base 2.6.27
+ xmlTextWriterWriteFormatCDATA at Base 2.6.27
+ xmlTextWriterWriteFormatComment at Base 2.6.27
+ xmlTextWriterWriteFormatDTD at Base 2.6.27
+ xmlTextWriterWriteFormatDTDAttlist at Base 2.6.27
+ xmlTextWriterWriteFormatDTDElement at Base 2.6.27
+ xmlTextWriterWriteFormatDTDInternalEntity at Base 2.6.27
+ xmlTextWriterWriteFormatElement at Base 2.6.27
+ xmlTextWriterWriteFormatElementNS at Base 2.6.27
+ xmlTextWriterWriteFormatPI at Base 2.6.27
+ xmlTextWriterWriteFormatRaw at Base 2.6.27
+ xmlTextWriterWriteFormatString at Base 2.6.27
+ xmlTextWriterWritePI at Base 2.6.27
+ xmlTextWriterWriteRaw at Base 2.6.27
+ xmlTextWriterWriteRawLen at Base 2.6.27
+ xmlTextWriterWriteString at Base 2.6.27
+ xmlTextWriterWriteVFormatAttribute at Base 2.6.27
+ xmlTextWriterWriteVFormatAttributeNS at Base 2.6.27
+ xmlTextWriterWriteVFormatCDATA at Base 2.6.27
+ xmlTextWriterWriteVFormatComment at Base 2.6.27
+ xmlTextWriterWriteVFormatDTD at Base 2.6.27
+ xmlTextWriterWriteVFormatDTDAttlist at Base 2.6.27
+ xmlTextWriterWriteVFormatDTDElement at Base 2.6.27
+ xmlTextWriterWriteVFormatDTDInternalEntity at Base 2.6.27
+ xmlTextWriterWriteVFormatElement at Base 2.6.27
+ xmlTextWriterWriteVFormatElementNS at Base 2.6.27
+ xmlTextWriterWriteVFormatPI at Base 2.6.27
+ xmlTextWriterWriteVFormatRaw at Base 2.6.27
+ xmlTextWriterWriteVFormatString at Base 2.6.27
+ xmlThrDefBufferAllocScheme at Base 2.6.27
+ xmlThrDefDefaultBufferSize at Base 2.6.27
+ xmlThrDefDeregisterNodeDefault at Base 2.6.27
+ xmlThrDefDoValidityCheckingDefaultValue at Base 2.6.27
+ xmlThrDefGetWarningsDefaultValue at Base 2.6.27
+ xmlThrDefIndentTreeOutput at Base 2.6.27
+ xmlThrDefKeepBlanksDefaultValue at Base 2.6.27
+ xmlThrDefLineNumbersDefaultValue at Base 2.6.27
+ xmlThrDefLoadExtDtdDefaultValue at Base 2.6.27
+ xmlThrDefOutputBufferCreateFilenameDefault at Base 2.6.27
+ xmlThrDefParserDebugEntities at Base 2.6.27
+ xmlThrDefParserInputBufferCreateFilenameDefault at Base 2.6.27
+ xmlThrDefPedanticParserDefaultValue at Base 2.6.27
+ xmlThrDefRegisterNodeDefault at Base 2.6.27
+ xmlThrDefSaveNoEmptyTags at Base 2.6.27
+ xmlThrDefSetGenericErrorFunc at Base 2.6.27
+ xmlThrDefSetStructuredErrorFunc at Base 2.6.27
+ xmlThrDefSubstituteEntitiesDefaultValue at Base 2.6.27
+ xmlThrDefTreeIndentString at Base 2.6.27
+ xmlTreeIndentString at Base 2.6.27
+ xmlUCSIsAegeanNumbers at Base 2.6.27
+ xmlUCSIsAlphabeticPresentationForms at Base 2.6.27
+ xmlUCSIsArabic at Base 2.6.27
+ xmlUCSIsArabicPresentationFormsA at Base 2.6.27
+ xmlUCSIsArabicPresentationFormsB at Base 2.6.27
+ xmlUCSIsArmenian at Base 2.6.27
+ xmlUCSIsArrows at Base 2.6.27
+ xmlUCSIsBasicLatin at Base 2.6.27
+ xmlUCSIsBengali at Base 2.6.27
+ xmlUCSIsBlock at Base 2.6.27
+ xmlUCSIsBlockElements at Base 2.6.27
+ xmlUCSIsBopomofo at Base 2.6.27
+ xmlUCSIsBopomofoExtended at Base 2.6.27
+ xmlUCSIsBoxDrawing at Base 2.6.27
+ xmlUCSIsBraillePatterns at Base 2.6.27
+ xmlUCSIsBuhid at Base 2.6.27
+ xmlUCSIsByzantineMusicalSymbols at Base 2.6.27
+ xmlUCSIsCJKCompatibility at Base 2.6.27
+ xmlUCSIsCJKCompatibilityForms at Base 2.6.27
+ xmlUCSIsCJKCompatibilityIdeographs at Base 2.6.27
+ xmlUCSIsCJKCompatibilityIdeographsSupplement at Base 2.6.27
+ xmlUCSIsCJKRadicalsSupplement at Base 2.6.27
+ xmlUCSIsCJKSymbolsandPunctuation at Base 2.6.27
+ xmlUCSIsCJKUnifiedIdeographs at Base 2.6.27
+ xmlUCSIsCJKUnifiedIdeographsExtensionA at Base 2.6.27
+ xmlUCSIsCJKUnifiedIdeographsExtensionB at Base 2.6.27
+ xmlUCSIsCat at Base 2.6.27
+ xmlUCSIsCatC at Base 2.6.27
+ xmlUCSIsCatCc at Base 2.6.27
+ xmlUCSIsCatCf at Base 2.6.27
+ xmlUCSIsCatCo at Base 2.6.27
+ xmlUCSIsCatCs at Base 2.6.27
+ xmlUCSIsCatL at Base 2.6.27
+ xmlUCSIsCatLl at Base 2.6.27
+ xmlUCSIsCatLm at Base 2.6.27
+ xmlUCSIsCatLo at Base 2.6.27
+ xmlUCSIsCatLt at Base 2.6.27
+ xmlUCSIsCatLu at Base 2.6.27
+ xmlUCSIsCatM at Base 2.6.27
+ xmlUCSIsCatMc at Base 2.6.27
+ xmlUCSIsCatMe at Base 2.6.27
+ xmlUCSIsCatMn at Base 2.6.27
+ xmlUCSIsCatN at Base 2.6.27
+ xmlUCSIsCatNd at Base 2.6.27
+ xmlUCSIsCatNl at Base 2.6.27
+ xmlUCSIsCatNo at Base 2.6.27
+ xmlUCSIsCatP at Base 2.6.27
+ xmlUCSIsCatPc at Base 2.6.27
+ xmlUCSIsCatPd at Base 2.6.27
+ xmlUCSIsCatPe at Base 2.6.27
+ xmlUCSIsCatPf at Base 2.6.27
+ xmlUCSIsCatPi at Base 2.6.27
+ xmlUCSIsCatPo at Base 2.6.27
+ xmlUCSIsCatPs at Base 2.6.27
+ xmlUCSIsCatS at Base 2.6.27
+ xmlUCSIsCatSc at Base 2.6.27
+ xmlUCSIsCatSk at Base 2.6.27
+ xmlUCSIsCatSm at Base 2.6.27
+ xmlUCSIsCatSo at Base 2.6.27
+ xmlUCSIsCatZ at Base 2.6.27
+ xmlUCSIsCatZl at Base 2.6.27
+ xmlUCSIsCatZp at Base 2.6.27
+ xmlUCSIsCatZs at Base 2.6.27
+ xmlUCSIsCherokee at Base 2.6.27
+ xmlUCSIsCombiningDiacriticalMarks at Base 2.6.27
+ xmlUCSIsCombiningDiacriticalMarksforSymbols at Base 2.6.27
+ xmlUCSIsCombiningHalfMarks at Base 2.6.27
+ xmlUCSIsCombiningMarksforSymbols at Base 2.6.27
+ xmlUCSIsControlPictures at Base 2.6.27
+ xmlUCSIsCurrencySymbols at Base 2.6.27
+ xmlUCSIsCypriotSyllabary at Base 2.6.27
+ xmlUCSIsCyrillic at Base 2.6.27
+ xmlUCSIsCyrillicSupplement at Base 2.6.27
+ xmlUCSIsDeseret at Base 2.6.27
+ xmlUCSIsDevanagari at Base 2.6.27
+ xmlUCSIsDingbats at Base 2.6.27
+ xmlUCSIsEnclosedAlphanumerics at Base 2.6.27
+ xmlUCSIsEnclosedCJKLettersandMonths at Base 2.6.27
+ xmlUCSIsEthiopic at Base 2.6.27
+ xmlUCSIsGeneralPunctuation at Base 2.6.27
+ xmlUCSIsGeometricShapes at Base 2.6.27
+ xmlUCSIsGeorgian at Base 2.6.27
+ xmlUCSIsGothic at Base 2.6.27
+ xmlUCSIsGreek at Base 2.6.27
+ xmlUCSIsGreekExtended at Base 2.6.27
+ xmlUCSIsGreekandCoptic at Base 2.6.27
+ xmlUCSIsGujarati at Base 2.6.27
+ xmlUCSIsGurmukhi at Base 2.6.27
+ xmlUCSIsHalfwidthandFullwidthForms at Base 2.6.27
+ xmlUCSIsHangulCompatibilityJamo at Base 2.6.27
+ xmlUCSIsHangulJamo at Base 2.6.27
+ xmlUCSIsHangulSyllables at Base 2.6.27
+ xmlUCSIsHanunoo at Base 2.6.27
+ xmlUCSIsHebrew at Base 2.6.27
+ xmlUCSIsHighPrivateUseSurrogates at Base 2.6.27
+ xmlUCSIsHighSurrogates at Base 2.6.27
+ xmlUCSIsHiragana at Base 2.6.27
+ xmlUCSIsIPAExtensions at Base 2.6.27
+ xmlUCSIsIdeographicDescriptionCharacters at Base 2.6.27
+ xmlUCSIsKanbun at Base 2.6.27
+ xmlUCSIsKangxiRadicals at Base 2.6.27
+ xmlUCSIsKannada at Base 2.6.27
+ xmlUCSIsKatakana at Base 2.6.27
+ xmlUCSIsKatakanaPhoneticExtensions at Base 2.6.27
+ xmlUCSIsKhmer at Base 2.6.27
+ xmlUCSIsKhmerSymbols at Base 2.6.27
+ xmlUCSIsLao at Base 2.6.27
+ xmlUCSIsLatin1Supplement at Base 2.6.27
+ xmlUCSIsLatinExtendedA at Base 2.6.27
+ xmlUCSIsLatinExtendedAdditional at Base 2.6.27
+ xmlUCSIsLatinExtendedB at Base 2.6.27
+ xmlUCSIsLetterlikeSymbols at Base 2.6.27
+ xmlUCSIsLimbu at Base 2.6.27
+ xmlUCSIsLinearBIdeograms at Base 2.6.27
+ xmlUCSIsLinearBSyllabary at Base 2.6.27
+ xmlUCSIsLowSurrogates at Base 2.6.27
+ xmlUCSIsMalayalam at Base 2.6.27
+ xmlUCSIsMathematicalAlphanumericSymbols at Base 2.6.27
+ xmlUCSIsMathematicalOperators at Base 2.6.27
+ xmlUCSIsMiscellaneousMathematicalSymbolsA at Base 2.6.27
+ xmlUCSIsMiscellaneousMathematicalSymbolsB at Base 2.6.27
+ xmlUCSIsMiscellaneousSymbols at Base 2.6.27
+ xmlUCSIsMiscellaneousSymbolsandArrows at Base 2.6.27
+ xmlUCSIsMiscellaneousTechnical at Base 2.6.27
+ xmlUCSIsMongolian at Base 2.6.27
+ xmlUCSIsMusicalSymbols at Base 2.6.27
+ xmlUCSIsMyanmar at Base 2.6.27
+ xmlUCSIsNumberForms at Base 2.6.27
+ xmlUCSIsOgham at Base 2.6.27
+ xmlUCSIsOldItalic at Base 2.6.27
+ xmlUCSIsOpticalCharacterRecognition at Base 2.6.27
+ xmlUCSIsOriya at Base 2.6.27
+ xmlUCSIsOsmanya at Base 2.6.27
+ xmlUCSIsPhoneticExtensions at Base 2.6.27
+ xmlUCSIsPrivateUse at Base 2.6.27
+ xmlUCSIsPrivateUseArea at Base 2.6.27
+ xmlUCSIsRunic at Base 2.6.27
+ xmlUCSIsShavian at Base 2.6.27
+ xmlUCSIsSinhala at Base 2.6.27
+ xmlUCSIsSmallFormVariants at Base 2.6.27
+ xmlUCSIsSpacingModifierLetters at Base 2.6.27
+ xmlUCSIsSpecials at Base 2.6.27
+ xmlUCSIsSuperscriptsandSubscripts at Base 2.6.27
+ xmlUCSIsSupplementalArrowsA at Base 2.6.27
+ xmlUCSIsSupplementalArrowsB at Base 2.6.27
+ xmlUCSIsSupplementalMathematicalOperators at Base 2.6.27
+ xmlUCSIsSupplementaryPrivateUseAreaA at Base 2.6.27
+ xmlUCSIsSupplementaryPrivateUseAreaB at Base 2.6.27
+ xmlUCSIsSyriac at Base 2.6.27
+ xmlUCSIsTagalog at Base 2.6.27
+ xmlUCSIsTagbanwa at Base 2.6.27
+ xmlUCSIsTags at Base 2.6.27
+ xmlUCSIsTaiLe at Base 2.6.27
+ xmlUCSIsTaiXuanJingSymbols at Base 2.6.27
+ xmlUCSIsTamil at Base 2.6.27
+ xmlUCSIsTelugu at Base 2.6.27
+ xmlUCSIsThaana at Base 2.6.27
+ xmlUCSIsThai at Base 2.6.27
+ xmlUCSIsTibetan at Base 2.6.27
+ xmlUCSIsUgaritic at Base 2.6.27
+ xmlUCSIsUnifiedCanadianAboriginalSyllabics at Base 2.6.27
+ xmlUCSIsVariationSelectors at Base 2.6.27
+ xmlUCSIsVariationSelectorsSupplement at Base 2.6.27
+ xmlUCSIsYiRadicals at Base 2.6.27
+ xmlUCSIsYiSyllables at Base 2.6.27
+ xmlUCSIsYijingHexagramSymbols at Base 2.6.27
+ xmlURIEscape at Base 2.6.27
+ xmlURIEscapeStr at Base 2.6.27
+ xmlURIUnescapeString at Base 2.6.27
+ xmlUTF8Charcmp at Base 2.6.27
+ xmlUTF8Size at Base 2.6.27
+ xmlUTF8Strlen at Base 2.6.27
+ xmlUTF8Strloc at Base 2.6.27
+ xmlUTF8Strndup at Base 2.6.27
+ xmlUTF8Strpos at Base 2.6.27
+ xmlUTF8Strsize at Base 2.6.27
+ xmlUTF8Strsub at Base 2.6.27
+ xmlUnlinkNode at Base 2.6.27
+ xmlUnlockLibrary at Base 2.6.27
+ xmlUnsetNsProp at Base 2.6.27
+ xmlUnsetProp at Base 2.6.27
+ xmlUpgradeOldNs at Base 2.6.27
+ xmlValidBuildContentModel at Base 2.6.27
+ xmlValidCtxtNormalizeAttributeValue at Base 2.6.27
+ xmlValidGetPotentialChildren at Base 2.6.27
+ xmlValidGetValidElements at Base 2.6.27
+ xmlValidNormalizeAttributeValue at Base 2.6.27
+ xmlValidateAttributeDecl at Base 2.6.27
+ xmlValidateAttributeValue at Base 2.6.27
+ xmlValidateDocument at Base 2.6.27
+ xmlValidateDocumentFinal at Base 2.6.27
+ xmlValidateDtd at Base 2.6.27
+ xmlValidateDtdFinal at Base 2.6.27
+ xmlValidateElement at Base 2.6.27
+ xmlValidateElementDecl at Base 2.6.27
+ xmlValidateNCName at Base 2.6.27
+ xmlValidateNMToken at Base 2.6.27
+ xmlValidateName at Base 2.6.27
+ xmlValidateNameValue at Base 2.6.27
+ xmlValidateNamesValue at Base 2.6.27
+ xmlValidateNmtokenValue at Base 2.6.27
+ xmlValidateNmtokensValue at Base 2.6.27
+ xmlValidateNotationDecl at Base 2.6.27
+ xmlValidateNotationUse at Base 2.6.27
+ xmlValidateOneAttribute at Base 2.6.27
+ xmlValidateOneElement at Base 2.6.27
+ xmlValidateOneNamespace at Base 2.6.27
+ xmlValidatePopElement at Base 2.6.27
+ xmlValidatePushCData at Base 2.6.27
+ xmlValidatePushElement at Base 2.6.27
+ xmlValidateQName at Base 2.6.27
+ xmlValidateRoot at Base 2.6.27
+ xmlXIncludeFreeContext at Base 2.6.27
+ xmlXIncludeNewContext at Base 2.6.27
+ xmlXIncludeProcess at Base 2.6.27
+ xmlXIncludeProcessFlags at Base 2.6.27
+ xmlXIncludeProcessFlagsData at Base 2.6.27
+ xmlXIncludeProcessNode at Base 2.6.27
+ xmlXIncludeProcessTree at Base 2.6.27
+ xmlXIncludeProcessTreeFlags at Base 2.6.27
+ xmlXIncludeSetFlags at Base 2.6.27
+ xmlXPathAddValues at Base 2.6.27
+ xmlXPathBooleanFunction at Base 2.6.27
+ xmlXPathCastBooleanToNumber at Base 2.6.27
+ xmlXPathCastBooleanToString at Base 2.6.27
+ xmlXPathCastNodeSetToBoolean at Base 2.6.27
+ xmlXPathCastNodeSetToNumber at Base 2.6.27
+ xmlXPathCastNodeSetToString at Base 2.6.27
+ xmlXPathCastNodeToNumber at Base 2.6.27
+ xmlXPathCastNodeToString at Base 2.6.27
+ xmlXPathCastNumberToBoolean at Base 2.6.27
+ xmlXPathCastNumberToString at Base 2.6.27
+ xmlXPathCastStringToBoolean at Base 2.6.27
+ xmlXPathCastStringToNumber at Base 2.6.27
+ xmlXPathCastToBoolean at Base 2.6.27
+ xmlXPathCastToNumber at Base 2.6.27
+ xmlXPathCastToString at Base 2.6.27
+ xmlXPathCeilingFunction at Base 2.6.27
+ xmlXPathCmpNodes at Base 2.6.27
+ xmlXPathCompareValues at Base 2.6.27
+ xmlXPathCompile at Base 2.6.27
+ xmlXPathCompiledEval at Base 2.6.27
+ xmlXPathCompiledEvalToBoolean at Base 2.6.27
+ xmlXPathConcatFunction at Base 2.6.27
+ xmlXPathContainsFunction at Base 2.6.27
+ xmlXPathContextSetCache at Base 2.6.27
+ xmlXPathConvertBoolean at Base 2.6.27
+ xmlXPathConvertNumber at Base 2.6.27
+ xmlXPathConvertString at Base 2.6.27
+ xmlXPathCountFunction at Base 2.6.27
+ xmlXPathCtxtCompile at Base 2.6.27
+ xmlXPathDebugDumpCompExpr at Base 2.6.27
+ xmlXPathDebugDumpObject at Base 2.6.27
+ xmlXPathDifference at Base 2.6.27
+ xmlXPathDistinct at Base 2.6.27
+ xmlXPathDistinctSorted at Base 2.6.27
+ xmlXPathDivValues at Base 2.6.27
+ xmlXPathEqualValues at Base 2.6.27
+ xmlXPathErr at Base 2.6.27
+ xmlXPathEval at Base 2.6.27
+ xmlXPathEvalExpr at Base 2.6.27
+ xmlXPathEvalExpression at Base 2.6.27
+ xmlXPathEvalPredicate at Base 2.6.27
+ xmlXPathEvaluatePredicateResult at Base 2.6.27
+ xmlXPathFalseFunction at Base 2.6.27
+ xmlXPathFloorFunction at Base 2.6.27
+ xmlXPathFreeCompExpr at Base 2.6.27
+ xmlXPathFreeContext at Base 2.6.27
+ xmlXPathFreeNodeSet at Base 2.6.27
+ xmlXPathFreeNodeSetList at Base 2.6.27
+ xmlXPathFreeObject at Base 2.6.27
+ xmlXPathFreeParserContext at Base 2.6.27
+ xmlXPathFunctionLookup at Base 2.6.27
+ xmlXPathFunctionLookupNS at Base 2.6.27
+ xmlXPathHasSameNodes at Base 2.6.27
+ xmlXPathIdFunction at Base 2.6.27
+ xmlXPathInit at Base 2.6.27
+ xmlXPathIntersection at Base 2.6.27
+ xmlXPathIsInf at Base 2.6.27
+ xmlXPathIsNaN at Base 2.6.27
+ xmlXPathIsNodeType at Base 2.6.27
+ xmlXPathLangFunction at Base 2.6.27
+ xmlXPathLastFunction at Base 2.6.27
+ xmlXPathLeading at Base 2.6.27
+ xmlXPathLeadingSorted at Base 2.6.27
+ xmlXPathLocalNameFunction at Base 2.6.27
+ xmlXPathModValues at Base 2.6.27
+ xmlXPathMultValues at Base 2.6.27
+ xmlXPathNAN at Base 2.6.27
+ xmlXPathNINF at Base 2.6.27
+ xmlXPathNamespaceURIFunction at Base 2.6.27
+ xmlXPathNewBoolean at Base 2.6.27
+ xmlXPathNewCString at Base 2.6.27
+ xmlXPathNewContext at Base 2.6.27
+ xmlXPathNewFloat at Base 2.6.27
+ xmlXPathNewNodeSet at Base 2.6.27
+ xmlXPathNewNodeSetList at Base 2.6.27
+ xmlXPathNewParserContext at Base 2.6.27
+ xmlXPathNewString at Base 2.6.27
+ xmlXPathNewValueTree at Base 2.6.27
+ xmlXPathNextAncestor at Base 2.6.27
+ xmlXPathNextAncestorOrSelf at Base 2.6.27
+ xmlXPathNextAttribute at Base 2.6.27
+ xmlXPathNextChild at Base 2.6.27
+ xmlXPathNextDescendant at Base 2.6.27
+ xmlXPathNextDescendantOrSelf at Base 2.6.27
+ xmlXPathNextFollowing at Base 2.6.27
+ xmlXPathNextFollowingSibling at Base 2.6.27
+ xmlXPathNextNamespace at Base 2.6.27
+ xmlXPathNextParent at Base 2.6.27
+ xmlXPathNextPreceding at Base 2.6.27
+ xmlXPathNextPrecedingSibling at Base 2.6.27
+ xmlXPathNextSelf at Base 2.6.27
+ xmlXPathNodeLeading at Base 2.6.27
+ xmlXPathNodeLeadingSorted at Base 2.6.27
+ xmlXPathNodeSetAdd at Base 2.6.27
+ xmlXPathNodeSetAddNs at Base 2.6.27
+ xmlXPathNodeSetAddUnique at Base 2.6.27
+ xmlXPathNodeSetContains at Base 2.6.27
+ xmlXPathNodeSetCreate at Base 2.6.27
+ xmlXPathNodeSetDel at Base 2.6.27
+ xmlXPathNodeSetFreeNs at Base 2.6.27
+ xmlXPathNodeSetMerge at Base 2.6.27
+ xmlXPathNodeSetRemove at Base 2.6.27
+ xmlXPathNodeSetSort at Base 2.6.27
+ xmlXPathNodeTrailing at Base 2.6.27
+ xmlXPathNodeTrailingSorted at Base 2.6.27
+ xmlXPathNormalizeFunction at Base 2.6.27
+ xmlXPathNotEqualValues at Base 2.6.27
+ xmlXPathNotFunction at Base 2.6.27
+ xmlXPathNsLookup at Base 2.6.27
+ xmlXPathNumberFunction at Base 2.6.27
+ xmlXPathObjectCopy at Base 2.6.27
+ xmlXPathOrderDocElems at Base 2.6.27
+ xmlXPathPINF at Base 2.6.27
+ xmlXPathParseNCName at Base 2.6.27
+ xmlXPathParseName at Base 2.6.27
+ xmlXPathPopBoolean at Base 2.6.27
+ xmlXPathPopExternal at Base 2.6.27
+ xmlXPathPopNodeSet at Base 2.6.27
+ xmlXPathPopNumber at Base 2.6.27
+ xmlXPathPopString at Base 2.6.27
+ xmlXPathPositionFunction at Base 2.6.27
+ xmlXPathRegisterAllFunctions at Base 2.6.27
+ xmlXPathRegisterFunc at Base 2.6.27
+ xmlXPathRegisterFuncLookup at Base 2.6.27
+ xmlXPathRegisterFuncNS at Base 2.6.27
+ xmlXPathRegisterNs at Base 2.6.27
+ xmlXPathRegisterVariable at Base 2.6.27
+ xmlXPathRegisterVariableLookup at Base 2.6.27
+ xmlXPathRegisterVariableNS at Base 2.6.27
+ xmlXPathRegisteredFuncsCleanup at Base 2.6.27
+ xmlXPathRegisteredNsCleanup at Base 2.6.27
+ xmlXPathRegisteredVariablesCleanup at Base 2.6.27
+ xmlXPathRoot at Base 2.6.27
+ xmlXPathRoundFunction at Base 2.6.27
+ xmlXPathStartsWithFunction at Base 2.6.27
+ xmlXPathStringEvalNumber at Base 2.6.27
+ xmlXPathStringFunction at Base 2.6.27
+ xmlXPathStringLengthFunction at Base 2.6.27
+ xmlXPathSubValues at Base 2.6.27
+ xmlXPathSubstringAfterFunction at Base 2.6.27
+ xmlXPathSubstringBeforeFunction at Base 2.6.27
+ xmlXPathSubstringFunction at Base 2.6.27
+ xmlXPathSumFunction at Base 2.6.27
+ xmlXPathTrailing at Base 2.6.27
+ xmlXPathTrailingSorted at Base 2.6.27
+ xmlXPathTranslateFunction at Base 2.6.27
+ xmlXPathTrueFunction at Base 2.6.27
+ xmlXPathValueFlipSign at Base 2.6.27
+ xmlXPathVariableLookup at Base 2.6.27
+ xmlXPathVariableLookupNS at Base 2.6.27
+ xmlXPathWrapCString at Base 2.6.27
+ xmlXPathWrapExternal at Base 2.6.27
+ xmlXPathWrapNodeSet at Base 2.6.27
+ xmlXPathWrapString at Base 2.6.27
+ xmlXPatherror at Base 2.6.27
+ xmlXPtrAdvanceNode at Base 2.6.27
+ xmlXPtrBuildNodeList at Base 2.6.27
+ xmlXPtrEndPointFunction at Base 2.6.27
+ xmlXPtrEval at Base 2.6.27
+ xmlXPtrEvalRangePredicate at Base 2.6.27
+ xmlXPtrFreeLocationSet at Base 2.6.27
+ xmlXPtrHereFunction at Base 2.6.27
+ xmlXPtrLocationSetAdd at Base 2.6.27
+ xmlXPtrLocationSetCreate at Base 2.6.27
+ xmlXPtrLocationSetDel at Base 2.6.27
+ xmlXPtrLocationSetMerge at Base 2.6.27
+ xmlXPtrLocationSetRemove at Base 2.6.27
+ xmlXPtrNewCollapsedRange at Base 2.6.27
+ xmlXPtrNewContext at Base 2.6.27
+ xmlXPtrNewLocationSetNodeSet at Base 2.6.27
+ xmlXPtrNewLocationSetNodes at Base 2.6.27
+ xmlXPtrNewRange at Base 2.6.27
+ xmlXPtrNewRangeNodeObject at Base 2.6.27
+ xmlXPtrNewRangeNodePoint at Base 2.6.27
+ xmlXPtrNewRangeNodes at Base 2.6.27
+ xmlXPtrNewRangePointNode at Base 2.6.27
+ xmlXPtrNewRangePoints at Base 2.6.27
+ xmlXPtrOriginFunction at Base 2.6.27
+ xmlXPtrRangeFunction at Base 2.6.27
+ xmlXPtrRangeInsideFunction at Base 2.6.27
+ xmlXPtrRangeToFunction at Base 2.6.27
+ xmlXPtrStartPointFunction at Base 2.6.27
+ xmlXPtrStringRangeFunction at Base 2.6.27
+ xmlXPtrWrapLocationSet at Base 2.6.27

Modified: packages/libxml2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml2/trunk/debian/rules?rev=938&op=diff
==============================================================================
--- packages/libxml2/trunk/debian/rules (original)
+++ packages/libxml2/trunk/debian/rules Wed Nov 21 18:26:33 2007
@@ -7,6 +7,13 @@
 # # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+# FOR AUTOCONF 2.52 AND NEWER ONLY
+ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
+  confflags += --build $(DEB_HOST_GNU_TYPE)
+else
+  confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+endif
 
 # The versions of python currently supported
 PYVERS=$(shell pyversions -s)
@@ -33,7 +40,7 @@
 	  cp -f -a $(file) $(file)-tmp;)
 
 	# ./configure
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --with-history
+	LDFLAGS="-Wl,--as-needed" CFLAGS="$(CFLAGS)" ./configure $(confflags) --prefix=/usr --with-history
 	echo "all:" > example/Makefile
 	echo "install:" >> example/Makefile
 	echo "distclean:" >> example/Makefile




More information about the debian-xml-sgml-commit mailing list