diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-08-21 11:11:21 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-08-21 11:11:21 +0000 |
commit | d0257234348f5d0ee199bb879406a8a2b80e7744 (patch) | |
tree | 39b544dbc97a97e61c01209496668a7f4e8e0304 /tests | |
parent | c6604a959bcf8c6f7d1dfe2d1a7374836746365c (diff) | |
download | libxslt-d0257234348f5d0ee199bb879406a8a2b80e7744.tar.gz |
use xmlXPathIsNaN() and xmlXPathIsInf() tag a potential threading problem.
* libexslt/math.c libxslt/numbers.c: use xmlXPathIsNaN() and
xmlXPathIsInf()
* libxslt/pattern.c: tag a potential threading problem.
Daniel
Diffstat (limited to 'tests')
-rw-r--r-- | tests/exslt/sets/Makefile.am | 2 | ||||
-rw-r--r-- | tests/extensions/Makefile.am | 2 | ||||
-rw-r--r-- | tests/general/Makefile.am | 2 | ||||
-rw-r--r-- | tests/multiple/Makefile.am | 2 | ||||
-rw-r--r-- | tests/namespaces/Makefile.am | 2 | ||||
-rw-r--r-- | tests/numbers/Makefile.am | 2 | ||||
-rw-r--r-- | tests/xmlspec/Makefile.am | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/exslt/sets/Makefile.am b/tests/exslt/sets/Makefile.am index 223e2c70..084aaaaf 100644 --- a/tests/exslt/sets/Makefile.am +++ b/tests/exslt/sets/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in $(top_builddir)/xsltproc/xsltproc: - @(cd ../../../xsltproc ; make xsltproc) + @(cd ../../../xsltproc ; xsltproc) EXTRA_DIST = \ difference.1.out difference.1.xml difference.1.xsl \ diff --git a/tests/extensions/Makefile.am b/tests/extensions/Makefile.am index df0ed74f..68aa380f 100644 --- a/tests/extensions/Makefile.am +++ b/tests/extensions/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in $(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; make xsltproc) + @(cd ../../xsltproc ; xsltproc) EXTRA_DIST = \ module.xml module.xsl module.out \ diff --git a/tests/general/Makefile.am b/tests/general/Makefile.am index d834ae9a..70f65685 100644 --- a/tests/general/Makefile.am +++ b/tests/general/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in $(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; make xsltproc) + @(cd ../../xsltproc ; xsltproc) EXTRA_DIST = \ bug-1-.out bug-1-.xsl \ diff --git a/tests/multiple/Makefile.am b/tests/multiple/Makefile.am index 3e23d382..e62c5d34 100644 --- a/tests/multiple/Makefile.am +++ b/tests/multiple/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in $(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; make xsltproc) + @(cd ../../xsltproc ; xsltproc) EXTRA_DIST = dict.dtd dict.xml dict.xsl result.xml \ out/lettera.orig out/letterb.orig \ diff --git a/tests/namespaces/Makefile.am b/tests/namespaces/Makefile.am index 86549244..72c5360c 100644 --- a/tests/namespaces/Makefile.am +++ b/tests/namespaces/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in $(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; make xsltproc) + @(cd ../../xsltproc ; xsltproc) EXTRA_DIST = \ tst.xml tst.xsl tst.out \ diff --git a/tests/numbers/Makefile.am b/tests/numbers/Makefile.am index 60991853..8f1ca766 100644 --- a/tests/numbers/Makefile.am +++ b/tests/numbers/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in $(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; make xsltproc) + @(cd ../../xsltproc ; xsltproc) EXTRA_DIST = format-number.xsl format-number.xml format-number.out diff --git a/tests/xmlspec/Makefile.am b/tests/xmlspec/Makefile.am index 9e02e3ba..4c62c827 100644 --- a/tests/xmlspec/Makefile.am +++ b/tests/xmlspec/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in $(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; make xsltproc) + @(cd ../../xsltproc ; xsltproc) EXTRA_DIST = REC-xml-20001006.xml xmlspec-v21.dtd W3C-REC.css \ logo-REC xmlspec.xsl REC-xml-2e.xsl diffspec.xsl \ |