From 5d63feac1d0058fc1ad291efc1003437becbd9fa Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Tue, 12 Nov 2019 15:20:00 +0900 Subject: Imported Upstream version 1.1.33 --- ChangeLog | 30 +- Makefile.in | 4 +- aclocal.m4 | 44 +- compile | 11 +- config.guess | 40 +- config.sub | 29 +- configure | 22 +- configure.ac | 2 +- depcomp | 8 +- doc/APIchunk0.html | 30 +- doc/APIchunk1.html | 31 +- doc/APIchunk10.html | 651 ++++++++--------------- doc/APIchunk11.html | 516 +++++++++++-------- doc/APIchunk12.html | 341 +----------- doc/APIchunk2.html | 37 +- doc/APIchunk3.html | 31 +- doc/APIchunk4.html | 31 +- doc/APIchunk5.html | 31 +- doc/APIchunk6.html | 89 ++-- doc/APIchunk7.html | 174 +++++-- doc/APIchunk8.html | 393 +++++++++----- doc/APIchunk9.html | 659 ++++++++++++++++-------- doc/APIfiles.html | 1 - doc/APIfunctions.html | 40 +- doc/APIsymbols.html | 1 - doc/EXSLT/exslt.html | 8 +- doc/Makefile.in | 4 +- doc/apibuild.py | 2 +- doc/html/libxslt-extra.html | 6 +- doc/html/libxslt-functions.html | 6 +- doc/html/libxslt-imports.html | 2 +- doc/html/libxslt-transform.html | 68 +-- doc/html/libxslt-variables.html | 5 +- doc/html/libxslt-xsltInternals.html | 6 +- doc/html/libxslt-xsltutils.html | 6 +- doc/libxslt-api.xml | 60 +-- doc/libxslt-refs.xml | 136 ++--- doc/libxslt.xsa | 97 +--- doc/news.html | 47 +- doc/xslt.html | 49 ++ install-sh | 4 +- libexslt/Makefile.in | 4 +- libexslt/common.c | 4 +- libexslt/date.c | 1 + libexslt/exsltconfig.h.in | 2 +- libexslt/exsltexports.h | 6 +- libexslt/functions.c | 71 ++- libexslt/saxon.c | 17 +- libxslt.spec | 6 +- libxslt/Makefile.in | 4 +- libxslt/attributes.c | 20 +- libxslt/extensions.c | 90 ++-- libxslt/extra.c | 14 +- libxslt/extra.h | 2 +- libxslt/functions.c | 3 +- libxslt/functions.h | 4 +- libxslt/imports.c | 5 +- libxslt/keys.c | 8 +- libxslt/numbers.c | 4 +- libxslt/pattern.c | 20 +- libxslt/preproc.c | 40 +- libxslt/transform.c | 134 ++--- libxslt/transform.h | 34 +- libxslt/variables.c | 45 +- libxslt/variables.h | 12 +- libxslt/xslt.c | 2 +- libxslt/xsltInternals.h | 6 +- libxslt/xsltconfig.h.in | 4 +- libxslt/xsltexports.h | 6 +- libxslt/xsltutils.c | 14 +- libxslt/xsltwin32config.h.in | 4 +- ltmain.sh | 4 +- missing | 8 +- python/Makefile.in | 6 +- python/libxslt.c | 12 +- python/tests/Makefile.in | 4 +- python/tests/pyxsltproc.py | 4 +- tests/Makefile.in | 4 +- tests/REC/Makefile.in | 4 +- tests/REC1/Makefile.in | 4 +- tests/REC2/Makefile.in | 4 +- tests/XSLTMark/Makefile.in | 4 +- tests/docbook/Makefile.in | 4 +- tests/docbook/result/fo/gdp-handbook.fo | 2 +- tests/docbook/result/html/gdp-handbook.html | 2 +- tests/docbook/result/xhtml/gdp-handbook.xhtml | 2 +- tests/docbook/result/xtchunk/html/indexs02.orig | 2 +- tests/docbook/test/gdp-handbook.xml | 2 +- tests/docs/Makefile.in | 4 +- tests/documents/Makefile.in | 4 +- tests/exslt/Makefile.in | 4 +- tests/exslt/common/Makefile.in | 4 +- tests/exslt/crypto/Makefile.in | 4 +- tests/exslt/date/Makefile.in | 4 +- tests/exslt/dynamic/Makefile.in | 4 +- tests/exslt/functions/Makefile.in | 4 +- tests/exslt/math/Makefile.in | 4 +- tests/exslt/saxon/Makefile.in | 4 +- tests/exslt/sets/Makefile.in | 4 +- tests/exslt/strings/Makefile.in | 4 +- tests/extensions/Makefile.in | 4 +- tests/general/Makefile.in | 4 +- tests/keys/Makefile.in | 4 +- tests/multiple/Makefile.in | 4 +- tests/namespaces/Makefile.in | 4 +- tests/numbers/Makefile.in | 4 +- tests/plugins/Makefile.in | 4 +- tests/plugins/testplugin.c | 2 +- tests/reports/Makefile.in | 4 +- tests/xinclude/Makefile.in | 4 +- tests/xmlspec/Makefile.in | 4 +- xsltproc/Makefile.in | 4 +- xsltproc/xsltproc.c | 2 +- 113 files changed, 2256 insertions(+), 2250 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7761eb34..c4a44214 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2057,7 +2057,7 @@ Wed Feb 25 16:35:01 CET 2004 Daniel Veillard * libxslt/attributes.c libxslt/keys.h libxslt/preproc.c libxslt/transform.c libxslt/variables.c libxslt/xsltutils.c: First step toward _private cleanup: use the psvi field to store - the precompilation informations in the stylesheet nodes. + the precompilation information in the stylesheet nodes. Wed Feb 25 14:24:34 CET 2004 Daniel Veillard @@ -2402,7 +2402,7 @@ Mon Dec 8 23:34:32 HKT 2003 William Brack Mon Dec 1 16:41:27 CET 2003 Daniel Veillard - * libxslt/*.h *.h.in: updated the metadata informations in the headers + * libxslt/*.h *.h.in: updated the metadata information in the headers * doc/* doc/html/*: regenerated the docs. Sun Nov 30 23:25:22 HKT 2003 William Brack @@ -3614,14 +3614,14 @@ Tue Nov 26 16:02:38 CET 2002 Daniel Veillard Tue Nov 26 15:17:13 CET 2002 Daniel Veillard * libxslt/xsltutils.c libxslt/xsltutils.h: added the function - xsltGetProfileInformation() to retrieve profiling informations + xsltGetProfileInformation() to retrieve profiling information from an XSLT transformation context. It returns it as an XML tree. Provided by Michael Rothwell this closes RFE #99527 Tue Nov 26 14:40:45 CET 2002 Daniel Veillard * libxslt/imports.c: apply patch from Daniel Stodden, a bug - in xsltFindElemSpaceHandling() missing imported informations + in xsltFindElemSpaceHandling() missing imported information * tests/REC/stand-2.7-1.stand.out: this change slightly the result of this test. @@ -3903,7 +3903,7 @@ Mon Oct 14 09:27:01 CEST 2002 Daniel Veillard Tue Oct 15 12:42:25 CEST 2002 Daniel Veillard - * README: updated the contact informations + * README: updated the contact information Tue Oct 15 11:40:19 CEST 2002 Daniel Veillard @@ -4196,7 +4196,7 @@ Tue Jul 2 00:02:53 CEST 2002 Daniel Veillard tests/general/Makefile.am tests/general/bug-87.*: added a example in the regression tests for a case where the XML default namespace was missing from the namespace axis - * xsltproc/xsltproc.c: added the informations that parameter + * xsltproc/xsltproc.c: added the information that parameter strings are expected to be UTF8 * libxslt/attributes.c: fixes on attribute group implementation @@ -4685,7 +4685,7 @@ Sun Feb 10 20:16:15 CET 2002 Daniel Veillard * libxslt/imports.c libxslt/numbers.c libxslt/pattern.c libxslt/pattern.h libxslt/transform.c libxslt/xslt.c - libxslt/xsltInternals.h: adding extra run-time informations + libxslt/xsltInternals.h: adding extra run-time information to make the stylesheet really read-only at run-time. Sun Feb 10 16:21:09 CET 2002 Daniel Veillard @@ -5822,7 +5822,7 @@ Mon Jul 16 14:26:48 CEST 2001 Daniel Veillard * tests/*/Makefile.am: updated the path to xsltproc * libexslt/common.c libexslt/exslt.h libexslt/exsltconfig.h.in libexslt/functions.c libexslt/math.c libexslt/sets.c: added - versionning informations, some cleanup, and added documentation + versioning information, some cleanup, and added documentation to a couple of exported functions Sun Jul 15 15:27:47 CEST 2001 Thomas Broyer @@ -5955,7 +5955,7 @@ Sun Jul 8 15:40:44 CEST 2001 Daniel Veillard Sun Jul 8 14:39:27 CEST 2001 Daniel Veillard * doc/extensions.html: fixed a number of typo found by Dan York - * libxslt/xsltutils.c: improved the profiling ouput, added the + * libxslt/xsltutils.c: improved the profiling output, added the average value too. Sun Jul 8 00:01:21 CEST 2001 Daniel Veillard @@ -6076,7 +6076,7 @@ Thu Jun 28 23:01:14 CEST 2001 Daniel Veillard Thu Jun 28 15:48:06 CEST 2001 Daniel Veillard * libxslt/xsltwin32config.h[.in]: added configuration/version - informations for Windows/MSC + information for Windows/MSC * libxslt/libxslt.h libxslt/*.c: internal header to centralize includes switches * libxslt/Makefile.am: added libxslt.h and xsltwin32config.h[.in] @@ -6205,7 +6205,7 @@ Sun Jun 17 13:15:48 CEST 2001 Daniel Veillard * configure.in: preparing 0.12.0 release * libxslt/transform.c: a bit of cleanup on the XInclude defaults * libxslt/xsltconfig.h.in: added doc inline comment - * libxslt/xslt.[ch] libxslt/xsltproc.c: added more version informations + * libxslt/xslt.[ch] libxslt/xsltproc.c: added more version information and enriched xsltproc --version to show them * doc/html/*.html: rebuilt the docs * doc/Makefile.am libxslt.spec.in: try to make sure John Fleck @@ -6440,7 +6440,7 @@ Fri May 18 16:48:13 CEST 2001 Daniel Veillard * libxslt/xslt.c libxslt/variables.c libxslt/templates.c libxslt/keys.[ch] libxslt/functions.c: cleanups for ctxt->inst - avoiding modifying stylesheet informations, and fixing + avoiding modifying stylesheet information, and fixing document() when called from a global variable init Thu May 17 17:24:35 CEST 2001 Daniel Veillard @@ -6954,7 +6954,7 @@ Tue Mar 6 19:03:21 CET 2001 Daniel Veillard * libxslt/preproc.[ch] Makefile.am templates.[ch] transform.[ch] xsltInternals.h: started working on optimizing stylesheet - element parsing. Just builds the extra informations so far. + element parsing. Just builds the extra information so far. * xsltutils.h: added a missing XPath decl Tue Mar 6 09:52:13 CET 2001 Daniel Veillard @@ -7145,7 +7145,7 @@ Wed Feb 14 15:39:06 CET 2001 Daniel Veillard libxslt/xsltInternals.h libxslt/transform.[ch] libxslt/templates.c libxslt/xslt.c: Added apply-imports, keep a stack of running templates - * libxslt/xsltutils.c: bugfixes, gather the output informations + * libxslt/xsltutils.c: bugfixes, gather the output information down the cascade * tests/xmlspec/Makefile.am tests/xmlspec/REC-xml-2e.xsl tests/xmlspec/diffspec.xsl tests/xmlspec/xmlspec.xsl: running @@ -7679,5 +7679,5 @@ Fri Jan 5 11:34:12 CET 2001 Daniel Veillard Fri Jan 5 11:14:29 CET 2001 Daniel Veillard - * README: basic informations + * README: basic information * Changelog: created diff --git a/Makefile.in b/Makefile.in index dc09261c..8b0f7849 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff --git a/aclocal.m4 b/aclocal.m4 index bcea046b..4b89f972 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.15 -*- Autoconf -*- +# generated automatically by aclocal 1.15.1 -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -9396,7 +9396,7 @@ AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"], [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])]) ])dnl PKG_HAVE_DEFINE_WITH_MODULES -# Copyright (C) 2002-2014 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -9411,7 +9411,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.15], [], +m4_if([$1], [1.15.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -9427,14 +9427,14 @@ m4_define([_AM_AUTOCONF_VERSION], []) # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.15])dnl +[AM_AUTOMAKE_VERSION([1.15.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -9486,7 +9486,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd` # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -9517,7 +9517,7 @@ AC_CONFIG_COMMANDS_PRE( Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -9708,7 +9708,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -9784,7 +9784,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -9981,7 +9981,7 @@ for _am_header in $config_headers :; do done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10002,7 +10002,7 @@ if test x"${install_sh+set}" != xset; then fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2014 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10023,7 +10023,7 @@ AC_SUBST([am__leading_dot])]) # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10073,7 +10073,7 @@ rm -f confinc confmf # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10112,7 +10112,7 @@ fi # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10141,7 +10141,7 @@ AC_DEFUN([_AM_SET_OPTIONS], AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10188,7 +10188,7 @@ AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10207,7 +10207,7 @@ AC_DEFUN([AM_RUN_LOG], # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10288,7 +10288,7 @@ AC_CONFIG_COMMANDS_PRE( rm -f conftest.file ]) -# Copyright (C) 2009-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10348,7 +10348,7 @@ AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10376,7 +10376,7 @@ fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2014 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10395,7 +10395,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2014 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff --git a/compile b/compile index a85b723c..de0005d4 100755 --- a/compile +++ b/compile @@ -1,9 +1,9 @@ -#! /bin/sh +#!/bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2012-10-14.11; # UTC +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -255,7 +255,8 @@ EOF echo "compile $scriptversion" exit $? ;; - cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ + icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac @@ -342,6 +343,6 @@ exit $ret # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff --git a/config.guess b/config.guess index 2e9ad7fe..717b2287 100755 --- a/config.guess +++ b/config.guess @@ -1,8 +1,8 @@ -#! /bin/sh +#!/bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2016-10-02' +timestamp='2017-08-08' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -259,6 +259,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:Sortix:*:*) echo ${UNAME_MACHINE}-unknown-sortix exit ;; + *:Redox:*:*) + echo ${UNAME_MACHINE}-unknown-redox + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -837,10 +840,11 @@ EOF UNAME_PROCESSOR=`/usr/bin/uname -p` case ${UNAME_PROCESSOR} in amd64) - echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - *) - echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + UNAME_PROCESSOR=x86_64 ;; + i386) + UNAME_PROCESSOR=i586 ;; esac + echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin @@ -1303,14 +1307,21 @@ EOF if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in i386) UNAME_PROCESSOR=x86_64 ;; powerpc) UNAME_PROCESSOR=powerpc64 ;; esac fi + # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc + if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_PPC >/dev/null + then + UNAME_PROCESSOR=powerpc + fi fi elif test "$UNAME_PROCESSOR" = i386 ; then # Avoid executing cc on OS X 10.9, as it ships with a stub @@ -1334,15 +1345,18 @@ EOF *:QNX:*:4*) echo i386-pc-qnx exit ;; - NEO-?:NONSTOP_KERNEL:*:*) + NEO-*:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; - NSR-?:NONSTOP_KERNEL:*:*) + NSR-*:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; + NSX-*:NONSTOP_KERNEL:*:*) + echo nsx-tandem-nsk${UNAME_RELEASE} + exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; @@ -1418,8 +1432,8 @@ cat >&2 <." version="\ GNU config.sub ($timestamp) -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -263,7 +263,7 @@ case $basic_machine in | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ - | i370 | i860 | i960 | ia64 \ + | i370 | i860 | i960 | ia16 | ia64 \ | ip2k | iq2000 \ | k1om \ | le32 | le64 \ @@ -301,6 +301,7 @@ case $basic_machine in | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ + | pru \ | pyramid \ | riscv32 | riscv64 \ | rl78 | rx \ @@ -314,6 +315,7 @@ case $basic_machine in | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | visium \ + | wasm32 \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) @@ -387,7 +389,7 @@ case $basic_machine in | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hexagon-* \ - | i*86-* | i860-* | i960-* | ia64-* \ + | i*86-* | i860-* | i960-* | ia16-* | ia64-* \ | ip2k-* | iq2000-* \ | k1om-* \ | le32-* | le64-* \ @@ -428,6 +430,7 @@ case $basic_machine in | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ + | pru-* \ | pyramid-* \ | riscv32-* | riscv64-* \ | rl78-* | romp-* | rs6000-* | rx-* \ @@ -444,6 +447,7 @@ case $basic_machine in | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | visium-* \ + | wasm32-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ @@ -946,6 +950,9 @@ case $basic_machine in nsr-tandem) basic_machine=nsr-tandem ;; + nsx-tandem) + basic_machine=nsx-tandem + ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf @@ -1241,6 +1248,9 @@ case $basic_machine in basic_machine=a29k-wrs os=-vxworks ;; + wasm32) + basic_machine=wasm32-unknown + ;; w65*) basic_machine=w65-wdc os=-none @@ -1395,7 +1405,7 @@ case $os in | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -chorusos* | -chorusrdb* | -cegcc* \ + | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ @@ -1407,7 +1417,7 @@ case $os in | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ - | -onefs* | -tirtos* | -phoenix*) + | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1636,6 +1646,9 @@ case $basic_machine in sparc-* | *-sun) os=-sunos4.1.1 ;; + pru-*) + os=-elf + ;; *-be) os=-beos ;; diff --git a/configure b/configure index b94c2c53..f5062b2c 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libxslt 1.1.32. +# Generated by GNU Autoconf 2.69 for libxslt 1.1.33. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libxslt' PACKAGE_TARNAME='libxslt' -PACKAGE_VERSION='1.1.32' -PACKAGE_STRING='libxslt 1.1.32' +PACKAGE_VERSION='1.1.33' +PACKAGE_STRING='libxslt 1.1.33' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1396,7 +1396,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libxslt 1.1.32 to adapt to many kinds of systems. +\`configure' configures libxslt 1.1.33 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1466,7 +1466,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libxslt 1.1.32:";; + short | recursive ) echo "Configuration of libxslt 1.1.33:";; esac cat <<\_ACEOF @@ -1598,7 +1598,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libxslt configure 1.1.32 +libxslt configure 1.1.33 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1963,7 +1963,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libxslt $as_me 1.1.32, which was +It was created by libxslt $as_me 1.1.33, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3727,7 +3727,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=1 -LIBXSLT_MICRO_VERSION=32 +LIBXSLT_MICRO_VERSION=33 LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=8 LIBEXSLT_MICRO_VERSION=20 @@ -4338,7 +4338,7 @@ fi # Define the identity of the package. PACKAGE='libxslt' - VERSION='1.1.32' + VERSION='1.1.33' cat >>confdefs.h <<_ACEOF @@ -15442,7 +15442,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libxslt $as_me 1.1.32, which was +This file was extended by libxslt $as_me 1.1.33, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15508,7 +15508,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libxslt config.status 1.1.32 +libxslt config.status 1.1.33 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 9f40d9aa..37b18c3f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.63) m4_define([MAJOR_VERSION], [1]) m4_define([MINOR_VERSION], [1]) -m4_define([MICRO_VERSION], [32]) +m4_define([MICRO_VERSION], [33]) AC_INIT([libxslt], [MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION]) AC_CONFIG_SRCDIR([libxslt/xslt.c]) diff --git a/depcomp b/depcomp index fc98710e..30379e22 100755 --- a/depcomp +++ b/depcomp @@ -1,9 +1,9 @@ -#! /bin/sh +#!/bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2013-05-30.07; # UTC +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -786,6 +786,6 @@ exit 0 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff --git a/doc/APIchunk0.html b/doc/APIchunk0.html index 99ded6ce..e3089b26 100644 --- a/doc/APIchunk0.html +++ b/doc/APIchunk0.html @@ -14,14 +14,13 @@ A:link, A:visited, A:active { text-decoration: underline } b-c d-e f-g -h-i -j-m -n-o -p-p -q-s -t-u -v-x -y-z +h-k +l-n +o-p +q-s +t-u +v-x +y-z

Letter A:

API
XSLT_ITEM_COMPATIBILITY_FIELDS
xsltCopyTextString
xsltCreateRVT
@@ -241,12 +240,11 @@ A:link, A:visited, A:active { text-decoration: underline } b-c d-e f-g -h-i -j-m -n-o -p-p -q-s -t-u -v-x -y-z +h-k +l-n +o-p +q-s +t-u +v-x +y-z

Daniel Veillard

diff --git a/doc/APIchunk1.html b/doc/APIchunk1.html index d6e975a4..0bcef04f 100644 --- a/doc/APIchunk1.html +++ b/doc/APIchunk1.html @@ -14,14 +14,13 @@ A:link, A:visited, A:active { text-decoration: underline } b-c d-e f-g -h-i -j-m -n-o -p-p -q-s -t-u -v-x -y-z +h-k +l-n +o-p +q-s +t-u +v-x +y-z

Letter J:

JDK
xsltFormatNumberConversion
James
XSLT_XT_NAMESPACE

Letter K:

Kay
XSLT_SAXON_NAMESPACE
@@ -176,7 +175,6 @@ A:link, A:visited, A:active { text-decoration: underline }
RVT
XSLT_RVT_FUNC_RESULT
XSLT_RVT_GLOBAL
XSLT_RVT_LOCAL
-XSLT_RVT_VARIABLE
_xsltTransformContext
xsltRegisterLocalRVT
xsltReleaseRVT
@@ -232,12 +230,11 @@ A:link, A:visited, A:active { text-decoration: underline } b-c d-e f-g -h-i -j-m -n-o -p-p -q-s -t-u -v-x -y-z +h-k +l-n +o-p +q-s +t-u +v-x +y-z

Daniel Veillard

diff --git a/doc/APIchunk10.html b/doc/APIchunk10.html index 8cc1850a..d1398a35 100644 --- a/doc/APIchunk10.html +++ b/doc/APIchunk10.html @@ -7,478 +7,259 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - API Alphabetic Index q-s for libxslt
Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
Made with Libxslt Logo

The XSLT C library for GNOME

API Alphabetic Index q-s for libxslt

Main Menu
Related links
diff --git a/doc/APIchunk4.html b/doc/APIchunk4.html index ffd923bf..f002a55b 100644 --- a/doc/APIchunk4.html +++ b/doc/APIchunk4.html @@ -14,14 +14,13 @@ A:link, A:visited, A:active { text-decoration: underline } b-c d-e f-g -h-i -j-m -n-o -p-p -q-s -t-u -v-x -y-z +h-k +l-n +o-p +q-s +t-u +v-x +y-z

Letter d:

data
_xsltRuntimeExtra
_xsltStylesheet
_xsltTransformContext
@@ -121,7 +120,6 @@ A:link, A:visited, A:active { text-decoration: underline } xsltGetExtInfo
destroyed
XSLT_RVT_FUNC_RESULT
XSLT_RVT_LOCAL
-XSLT_RVT_VARIABLE
xsltFlagRVTs
details
xsltEvalOneUserParam
detected
XSLT_STRANGE
@@ -340,12 +338,11 @@ A:link, A:visited, A:active { text-decoration: underline } b-c d-e f-g -h-i -j-m -n-o -p-p -q-s -t-u -v-x -y-z +h-k +l-n +o-p +q-s +t-u +v-x +y-z

Daniel Veillard

diff --git a/doc/APIchunk5.html b/doc/APIchunk5.html index 4b19860e..3a722ae5 100644 --- a/doc/APIchunk5.html +++ b/doc/APIchunk5.html @@ -14,14 +14,13 @@ A:link, A:visited, A:active { text-decoration: underline } b-c d-e f-g -h-i -j-m -n-o -p-p -q-s -t-u -v-x -y-z +h-k +l-n +o-p +q-s +t-u +v-x +y-z

Letter f:

factor
xsltSaveResultToFilename
failure
xsltAddKey
xsltAddStackElemList
@@ -233,7 +232,6 @@ A:link, A:visited, A:active { text-decoration: underline } xsltQuoteOneUserParam
xsltSetCtxtSortFunc
xsltSetSortFunc
-
goes
XSLT_RVT_VARIABLE
goto
CHECK_STOPPEDE
grafted
xsltAttrListTemplateProcess
xsltAttrTemplateProcess
@@ -245,12 +243,11 @@ A:link, A:visited, A:active { text-decoration: underline } b-c d-e f-g -h-i -j-m -n-o -p-p -q-s -t-u -v-x -y-z +h-k +l-n +o-p +q-s +t-u +v-x +y-z

Daniel Veillard

diff --git a/doc/APIchunk6.html b/doc/APIchunk6.html index af3dffc8..544387a5 100644 --- a/doc/APIchunk6.html +++ b/doc/APIchunk6.html @@ -7,21 +7,20 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - API Alphabetic Index h-i for libxslt
Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
Made with Libxslt Logo

The XSLT C library for GNOME

API Alphabetic Index h-i for libxslt

Main Menu
Related links