Ludovic Courtès
0c1f2b0e0d
tests: Add #undef NDEBUG when using <assert.h>.
...
* test-suite/standalone/test-loose-ends.c,
test-suite/standalone/test-num2integral.c,
test-suite/standalone/test-round.c,
test-suite/standalone/test-scm-c-bind-keyword-arguments.c,
test-suite/standalone/test-scm-c-read.c,
test-suite/standalone/test-scm-values.c,
test-suite/standalone/test-smob-mark.c,
test-suite/standalone/test-srfi-4.c: Add #undef NDEBUG.
2014-03-20 09:43:01 +01:00
Ludovic Courtès
4124994771
tests: Avoid missing missing-prototype warning with <fenv.h> on glibc 2.17.
...
* test-suite/standalone/test-round.c: Avoid missing-prototype warning
with <fenv.h> on glibc 2.17.
2013-02-27 20:40:07 +01:00
Ludovic Courtès
d6cf96974e
Use #ifdef HAVE_...', not
#if'.
...
* test-suite/standalone/test-round.c (test_scm_c_round): Use `#ifdef
HAVE_FESETROUND', not `#if'.
2011-02-02 18:06:28 +01:00
Neil Jerram
53befeb700
Change Guile license to LGPLv3+
...
(Not quite finished, the following will be done tomorrow.
module/srfi/*.scm
module/rnrs/*.scm
module/scripts/*.scm
testsuite/*.scm
guile-readline/*
)
2009-06-17 00:22:09 +01:00
Ludovic Courtès
13ff47408f
Fix compilation of `test-round.c' on BSD.
...
* test-suite/standalone/test-round.c (HAVE_MACHINE_FPU_H): Include
<sys/types.h> when available. This fixes compilation on NetBSD.
Reported by Greg Toxel.
2009-05-21 00:12:43 +02:00
Ludovic Courtès
66818dbb71
Use <machine/fpu.h> instead of <fenv.h> when needed (e.g., Tru64 5.1b).
...
* configure.in: Look for <machine/fpu.h>.
* test-suite/standalone/test-round.c: Use <machine/fpu.h> if available.
2009-05-21 00:11:22 +02:00
Ludovic Courtès
5995c6d801
Fix "#include" directives in stand-alone C tests.
2008-04-07 23:59:36 +02:00
Kevin Ryde
8ab3d8a068
merge from 1.8 branch
2006-10-09 23:40:48 +00:00
Kevin Ryde
6e7d5622ee
merge from 1.8 branch
2006-04-16 23:37:40 +00:00
Marius Vollmer
92205699d0
The FSF has a new address.
2005-05-23 19:57:22 +00:00
Marius Vollmer
ee3e40b78e
Replaced all uses of scm_round with scm_c_round.
2004-08-10 12:19:49 +00:00
Kevin Ryde
370b8399a8
New file, exercising scm_round.
2004-04-21 23:53:23 +00:00