Kevin Ryde
|
158d3dac8a
|
Use scm_boot_guile rather than scm_init_guile, for the benefit of
those systems where we can't implement the latter.
|
2006-07-25 00:22:45 +00:00 |
|
Marius Vollmer
|
0ab652a386
|
Added 2006 to copyright years in every file, as per the new rules.
|
2006-02-12 13:42:52 +00:00 |
|
Marius Vollmer
|
92205699d0
|
The FSF has a new address.
|
2005-05-23 19:57:22 +00:00 |
|
Marius Vollmer
|
b8f63daff4
|
Only perform the tests when the disabled features are enabled.
|
2004-08-03 15:07:23 +00:00 |
|
Marius Vollmer
|
67b74a4c3e
|
(LLONG_MIN, LLONG_MAX, ULLONG_MAX): Removed and used SCM_I_LLONG_MIN
etc. instead.
* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to
SCM_I_MAKINUM and changed all uses.
|
2004-07-08 16:01:02 +00:00 |
|
Marius Vollmer
|
66dd7f149c
|
Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
scm_from_bool, and scm_is_bool, respectively.
|
2004-07-06 13:19:42 +00:00 |
|
Kevin Ryde
|
b313d73a19
|
(test_long_long): Exercise
out-of-range errors on various cases.
(test_ulong_long): New function, split from test_long_long and
similarly exercising out-of-range.
|
2004-04-27 23:19:35 +00:00 |
|
Rob Browning
|
257ca0d7c6
|
* standalone/test-num2integral.c: new test -- one new regression
check.
|
2003-04-07 17:48:31 +00:00 |
|