1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-04-19 05:42:15 +03:00

6 Commits

Author SHA1 Message Date
Nick Wellnhofer
0f1f2c361c xsltproc: Stop calling xmlMemoryDump
Memory dumps were removed from libxml2.
2024-06-12 18:43:48 +02:00
Nick Wellnhofer
a0623d9f7a Fix various compiler warnings 2022-09-01 08:19:00 +02:00
Nick Wellnhofer
8760bb2276 Fix Windows compiler warnings
Fixes bug 788317. Thanks to J. Peter Mugaas for the initial patch.
2017-10-25 16:21:23 +02:00
IlyaS
2d6e741ed9 Portability fix for testThreads.c
Similar to the one in libxml2, don't assume threads id are scalars
2012-08-16 17:27:15 +08:00
Daniel Veillard
807fdba3dd Improve testThreads a bit
* xsltproc/testThreads.c: load exslt extensions, the test module and
  a bit of output
2009-08-14 09:14:51 +02:00
Daniel Veillard
52588cf2f1 Adding a test program to check thread reentrancy
* xsltproc/testThreads.c: based loosely on libxml2 one, checks
  concurrent use of the same stylesheet and extensions reentrancy
* config.h.in configure.in: we need to check for pthreads
* Makefile.am xsltproc/Makefile.am: add the new program and insert
  in make check
2009-08-14 08:58:50 +02:00