summaryrefslogtreecommitdiff
path: root/libxslt/xsltconfig.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Don't check for standard C89 headersNick Wellnhofer2022-03-311-1/+0
| | | | Also stop including non-standard headers.
* Remove CVS and SVN-related codeNick Wellnhofer2022-02-161-1/+1
|
* Make profiler support optionalNick Wellnhofer2019-05-121-0/+13
|
* Stop including ansidecl.hNick Wellnhofer2019-04-081-3/+0
| | | | | | | This seems to be an undocumented, internal GCC header added a long time ago. Resolves !2.
* Fix typosNick Wellnhofer2017-11-041-2/+2
| | | | Fixes bug 788668.
* Rework locale feature testsNick Wellnhofer2017-10-081-13/+0
| | | | | | | | | | | | | Support glibc 2.26 which removes xlocale.h. Fixes bug 788264. Thanks to Quentin Minster for the report. Drop support for ancient glibc 2.2.x. This allows to replace the test program in configure.ac with a simple check for strxfrm_l. Always use WinAPI locales on Windows. Define macros in xsltlocale.h and rename XSLT_LOCALE_XLOCALE to XSLT_LOCALE_POSIX.
* Fix libxslt format warningsDavid Kilzer2016-03-281-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | * config.h.in: Let autoconf have its way with the file. * configure.in: Replace "-Wformat" with "-Wformat=2 -Wmissing-format-attribute". Add "-Wformat=2 -Wmissing-format-attribute" to default CFLAGS. * libxslt/transform.c: (xsltDocumentElem): Fix missing placeholder in format string. Make "unsupported method" format strings more consistent by putting method name in parenthesis. (xsltApplyStylesheetInternal): Ditto. * libxslt/xsltconfig.h.in: (LIBXSLT_ATTR_FORMAT): Add macro to decorate functions that have format string arguments. * libxslt/xsltutils.c: (xsltGenericErrorDefaultFunc): Add macro to decorate functions that have format string arguments. (xsltGenericDebugDefaultFunc): Ditto. * libxslt/xsltutils.h: (xsltTransformError): Add LIBXSLT_ATTR_FORMAT macro. * xsltproc/xsltproc.c: (endTimer): Add predeclaration with LIBXSLT_ATTR_FORMAT macro. Fixes bug #762006. https://bugzilla.gnome.org/show_bug.cgi?id=762006
* big patch from Roumen Petrov finishing xsl:sort lang support with manyDaniel Veillard2008-08-011-3/+3
| | | | | | | | | | | | * libxslt/xsltconfig.h.in libxslt/xslt.c libxslt/extensions.c libxslt/xsltlocale.c libxslt/preproc.c libxslt/xsltutils.c libxslt/xsltlocale.h libxslt/win32config.h configure.in config.h.in win32/configure.js: big patch from Roumen Petrov finishing xsl:sort lang support with many portability issues fixed and feedback from Nick Wellnhofer and Rob Richards Daniel svn path=/trunk/; revision=1488
* patch from Nick Wellnhofer and Roumen Petrov to fix some portabilityDaniel Veillard2008-06-121-0/+13
| | | | | | | | | | * libxslt/xsltconfig.h.in libxslt/xsltlocale.h configure.in config.h.in win32/configure.js: patch from Nick Wellnhofer and Roumen Petrov to fix some portability problems on the previous xsl:sort locale patch Daniel svn path=/trunk/; revision=1478
* added setting of TRIO_REPLACE_STDIO when TRIO routines are required.William M. Brack2007-03-021-1/+5
| | | | | | | | | | * xsltconfig.h.in: added setting of TRIO_REPLACE_STDIO when TRIO routines are required. * namespaces.c, xsltutils.c: enhanced handling of stdio.h vs. trio.h when trio routines are required (now use XSLT_NEED_TRIO) (bug #412787) svn path=/trunk/; revision=1423
* a missing DESTDIR fix reference to build paths in python module fix theDaniel Veillard2006-10-111-2/+2
| | | | | | | | | * libxslt/Makefile.am: a missing DESTDIR * python/Makefile.am: fix reference to build paths in python module * libexslt/exsltconfig.h.in libxslt/xsltconfig.h.in: fix the header comments on version values, the 3 are patches from Peter Breitenlohner and should fix #340995 Daniel
* applied patch from Joel Reed to ease plugin integration DanielDaniel Veillard2005-10-021-1/+1
| | | | | | | * configure.in libxslt/Makefile.am libxslt/xsltconfig.h.in libxslt.spec.in tests/plugins/Makefile.am xslt-config.in: applied patch from Joel Reed to ease plugin integration Daniel
* integrated the module patch from Joel Reed with just a couple of changesDaniel Veillard2005-01-091-0/+13
| | | | | | | | * configure.in win32/configure.js libxslt/extensions.c libxslt/xsltconfig.h.in libxslt/xsltwin32config.h.in: integrated the module patch from Joel Reed with just a couple of changes and cleanup. Daniel
* added some code to include the CVS ChangeLog version in the versionWilliam M. Brack2004-08-181-0/+7
| | | | | | | | * configure.in libxslt/xsltconfig.h.in libxslt/xslt.c libxslt/xsltwin32config.* libexslt/exsltconfig.h.in libexslt/exslt.c: added some code to include the CVS ChangeLog version in the version strings available for printing (e.g. by xsltproc)
* small fix for OpenVMS fixed a leak associated to the change in referenceDaniel Veillard2004-03-221-0/+2
| | | | | | | | * libxslt/xsltconfig.h.in: small fix for OpenVMS * libxslt/documents.c: fixed a leak associated to the change in reference counting when running the XML parser and using the document() function. Daniel
* updated the metadata informations in the headers regenerated the docs.Daniel Veillard2003-12-011-3/+5
| | | | | | * libxslt/*.h *.h.in: updated the metadata informations in the headers * doc/* doc/html/*: regenerated the docs. Daniel
* Minor enhancements to eliminate compile/test warningsWilliam M. Brack2003-11-051-1/+1
| | | | | | | | | * libxslt/xsltconfig.h.in, libexstl/exsltconfig.h.in: changed macro ATTRIBUTE_UNUSED for gcc so that, if undefined, it's defined as __attribute__((unused)) * python/libxslt.c: fixed ATTRIBUTE_UNUSED to appear after variable declaration * libxslt/preproc.c: minor change to get rid of unused var/code
* applied patch from Craig A. Berry for the VMS port. DanielDaniel Veillard2002-12-221-0/+5
| | | | | | * vms/build_xslt.com libxslt/xsltconfig.h.in libxslt/xsltutils.c: applied patch from Craig A. Berry for the VMS port. Daniel
* remove the use of snprintf, and use libxml2 string API instead. try toDaniel Veillard2002-11-041-0/+12
| | | | | | | | | * xsltproc/xsltproc.c: remove the use of snprintf, and use libxml2 string API instead. * configure.in libxslt/xsltconfig.h.in libxslt/xsltutils.c: try to cope with architecture lacking some of the string functions, reuse the trio ones compiled in libxml2 , should close #97113 Daniel
* applied a man page patch from Christian Cornelssen and fixed a couple ofDaniel Veillard2002-05-181-0/+2
| | | | | | | * libexslt/libexslt.4 libxslt/libxslt.4 libxslt/keys.c libxslt/xsltconfig.h.in: applied a man page patch from Christian Cornelssen and fixed a couple of issues he raised. Daniel
* *** empty log message ***Igor Zlatkovic2002-04-161-1/+1
|
* applied Robert Collins patch for Cygwin support DanielDaniel Veillard2002-01-171-3/+3
| | | | | | | | | | | * Makefile.am libexslt/common.c libexslt/date.c libexslt/exslt.c libexslt/exslt.h libexslt/exsltconfig.h.in libexslt/functions.c libexslt/libexslt.h libexslt/math.c libexslt/saxon.c libexslt/sets.c libexslt/strings.c libxslt/libxslt.h libxslt/xslt.h libxslt/xsltconfig.h.in libxslt/xsltutils.c xsltproc/xsltproc.c: applied Robert Collins patch for Cygwin support Daniel
* applied albert portability patch applied Igor patch for Windows DanielDaniel Veillard2001-12-201-2/+6
| | | | | | | | * configure.in: applied albert portability patch * libxslt/libxslt.h libxslt/xslt.h libxslt/xsltconfig.h.in libxslt/xsltutils.c libxslt/xsltwin32config.h.in win32/dsp/libxslt.def: applied Igor patch for Windows Daniel
* Applied Keith Isdale patch for the debugger support, make it the default,Daniel Veillard2001-11-051-0/+11
| | | | | | | | | * Makefile.am acconfig.h config.h.in configure.in xsltproc/Makefile.am breakpoint/* libxslt/transform.[ch] libxslt/xsltconfig.h.in: Applied Keith Isdale patch for the debugger support, make it the default, added the WITH_XSLT_DEBUGGER define to xsltconfig.h.in, small cleanups Daniel
* cleanup of includes export xsltconfig.h at make install stage DanielDaniel Veillard2001-08-151-6/+0
| | | | | | | * libexslt/common.c libexslt/math.c libxslt/Makefile.am libxslt/libxslt.h libxslt/xsltconfig.h.in: cleanup of includes export xsltconfig.h at make install stage Daniel
* this got fixed by libxml patches Applied Igor Zlatkovic Win32 FaceliftDaniel Veillard2001-08-031-0/+9
| | | | | | | | | | | | | * tests/general/bug-21-.out tests/general/bug-31-.out: this got fixed by libxml patches * win32/readme.msvc win32/dsp/* xsltproc/xsltproc.c Makefile.am libexslt/exslt.[ch] libexslt/exsltconfig.h.in libexslt/functions.c libexslt/math.c libxslt/win32config.h libxslt/xsltconfig.h.in libxslt/xsltutils.h libxslt/xsltwin32config.h libxslt/xsltwin32config.h.in: Applied Igor Zlatkovic Win32 Facelift No.2 patch, and fixed a few things related to those changes. Daniel
* added configuration/version informations for Windows/MSC internal headerDaniel Veillard2001-06-281-1/+1
| | | | | | | | | | | | * libxslt/xsltwin32config.h[.in]: added configuration/version informations for Windows/MSC * libxslt/libxslt.h libxslt/*.c: internal header to centralize includes switches * libxslt/Makefile.am: added libxslt.h and xsltwin32config.h[.in] * libxslt/*.[ch] libxslt/*.in: quite a bit of cleanup, especially the email addresses * AUTHORS: added William Daniel
* - Makefile.am libxslt/Makefile.am libxslt/numbers.cDaniel Veillard2001-06-231-0/+4
| | | | | | | | | libxslt/win32config.h libxslt/xsltconfig.h.in libxslt/xsltproc.c: Patches for Windows mostly contributed by Yon Derek - win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp: Project file for Mircrosoft C provided by Yon Derek Daniel
* - configure.in: preparing 0.12.0 releaseLIBXSLT_0_12_0Daniel Veillard2001-06-171-0/+17
| | | | | | | | | | | - 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 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 tutorial ends up in the tars and RPMs Daniel
* - libxslt/xslt.[ch] libxslt/xsltconfig.h.in libxslt/xsltproc.c:Daniel Veillard2001-05-191-0/+4
| | | | | added --version info to xsltproc closing #54952 Daniel
* - libxslt/functions.c libxslt/transform.c libxslt/xsltInternals.h:Daniel Veillard2001-05-171-0/+27
| | | | | | | | | add ctxt->inst to allow stylesheet element lookup (needed for document() fix) - libxslt/*.[ch]: generate docs for the structures and macros, general cleanup for docs - doc/html/*.html: regenerated all docs Daniel
* - transform.c: fixed #53401Daniel Veillard2001-04-221-0/+4
| | | | | | | - configure.in libxslt/*.c: allowed to suppress debug reporting functionalities but it brings not noticeable improvements - doc/xslt.html doc/html/*: updated and regenerated docs Daniel
* - config.h.in configure.in libxslt/xsltconfig.h.in: addedDaniel Veillard2001-04-111-0/+2
| | | | | | | ansidecl.h test - libxslt/xsltproc.c : added --xinclude option - tests/XSLTMark/union.out : fixed the output Daniel
* - libxslt/attributes.c libxslt/extra.c libxslt/keys.c libxslt/numbers.cDaniel Veillard2001-03-261-0/+9
| | | | | | | | | libxslt/templates.c libxslt/transform.c libxslt/xsltconfig.h.in libxslt/xsltutils.c: of course the way I defined UNUSED breaks on old gcc version. Try to be smart and also define it directly in xsltconfig.h - tests/xmlspec/Makefile.am: fixed the timing arg test Daniel
* Not much: - libxslt/xslt.c : small cleanup - configure.inDaniel Veillard2001-01-081-0/+27
Not much: - libxslt/xslt.c : small cleanup - configure.in libxslt/xsltconfig.h.in: add memory debug and mechanism for compile-time options Daniel