Kevin Ryde
c31f534e18
*** empty log message ***
2006-12-12 22:55:15 +00:00
Kevin Ryde
0202ead8ed
(*): Exercise multiply by exact 0 giving exact 0.
2006-12-12 22:46:33 +00:00
Kevin Ryde
9a2e827c0e
*** empty log message ***
2006-12-12 22:34:39 +00:00
Kevin Ryde
7f6a4429dc
(car): Check procedure-name property.
2006-12-12 22:34:16 +00:00
Kevin Ryde
e3e0928621
*** empty log message ***
2006-12-12 22:24:32 +00:00
Kevin Ryde
ab9b209eb8
Exercise top-level define setting procedure-name.
2006-12-12 22:20:40 +00:00
Ludovic Courtès
2ef21bf169
Changes from arch/CVS synchronization
2006-12-12 14:09:08 +00:00
Kevin Ryde
4d2e2c729b
*** empty log message ***
2006-12-08 21:39:09 +00:00
Kevin Ryde
da02cfaf82
* standalone/test-use-srfi: New test.
...
* standalone/Makefile.am (TESTS): Add it.
2006-12-08 21:28:02 +00:00
Kevin Ryde
2bf20ee77a
More of:
...
New test.
2006-12-08 21:20:28 +00:00
Kevin Ryde
14097f28ad
New test.
2006-12-08 20:29:12 +00:00
Kevin Ryde
f6bf9ed903
*** empty log message ***
2006-12-03 00:24:55 +00:00
Kevin Ryde
17e01ff257
(test_cflags): Change from := to plain =, as
...
the former is not portable (according to automake).
2006-12-02 23:09:03 +00:00
Kevin Ryde
2c70341b70
(.x): Change from %.c %.x style to .c.x style
...
since the former is a GNU make extension. (Rule now as per
libguile/Makefile.am.)
2006-12-02 23:07:43 +00:00
Kevin Ryde
afe5a1d725
*** empty log message ***
2006-12-01 20:03:57 +00:00
Kevin Ryde
fefc68eaba
(min, max): Correction to big/real and real/big
...
tests, `big*5' will round on a 64-bit system. And use `eqv?' to
ensure intended exact vs inexact is checked. Reported by Aaron
M. Ucko, Debian bug 396119.
2006-12-01 20:03:12 +00:00
Ludovic Courtès
51785a23a8
Changes from arch/CVS synchronization
2006-11-29 09:25:32 +00:00
Ludovic Courtès
25ee3008f7
Changes from arch/CVS synchronization
2006-11-29 09:08:04 +00:00
Ludovic Courtès
d7bfc0c998
Changes from arch/CVS synchronization
2006-10-26 07:25:24 +00:00
Kevin Ryde
d38934e945
New file.
2006-10-04 22:18:24 +00:00
Kevin Ryde
d4b71bbe14
*** empty log message ***
2006-10-04 22:17:57 +00:00
Kevin Ryde
3c1428ac3c
* tests/ftw.test: New file.
...
* Makefile.am (SCM_TESTS): Add it.
2006-10-04 22:17:38 +00:00
Kevin Ryde
b724fe7797
*** empty log message ***
2006-10-02 20:13:37 +00:00
Kevin Ryde
580ca910b7
(apply): New tests, exercising scm_tc7_subr_2o which
...
had lacked some arg count checking.
2006-10-02 20:11:43 +00:00
Kevin Ryde
76557947d8
*** empty log message ***
2006-09-26 01:17:50 +00:00
Kevin Ryde
0a8320cfc1
(seek): New tests.
...
(truncate-file): More tests.
2006-09-26 01:17:29 +00:00
Ludovic Courtès
903762e5cf
Changes from arch/CVS synchronization
2006-09-25 08:23:24 +00:00
Kevin Ryde
10cbb08c51
*** empty log message ***
2006-09-25 00:54:59 +00:00
Kevin Ryde
10a7fe4c1a
And still more of
...
(exp, log, log10, sqrt): New tests.
2006-09-23 01:08:57 +00:00
Kevin Ryde
d9849f45cf
(gmtime, strptime): Remove the "unresolved" throws,
...
the error+thread tests seem ok now (previously were upset by something
leaking out of syntax.test).
2006-09-23 00:08:49 +00:00
Kevin Ryde
2651eca479
* tests/format.test, tests/srfi-1.test: Use define-module to prevent
...
redefined funcs in those modules extending on to subsequent tests.
2006-09-22 23:52:08 +00:00
Kevin Ryde
13ec28ffc5
*** empty log message ***
2006-09-22 23:36:48 +00:00
Kevin Ryde
de7478b490
(exp, log, log10, sqrt): New tests.
2006-09-22 23:33:33 +00:00
Kevin Ryde
a23acd1c03
remove pending enhancements etc to ice-9 slib module to work with newest slib
2006-09-11 00:12:32 +00:00
Kevin Ryde
c23d8c6ac5
*** empty log message ***
2006-09-07 21:05:18 +00:00
Kevin Ryde
f461265c96
(~f): Test leading zeros bugfix.
2006-09-07 21:04:56 +00:00
Kevin Ryde
bcbecaf7fd
*** empty log message ***
2006-08-25 01:44:40 +00:00
Kevin Ryde
364da711cf
(open-input-pipe, open-output-pipe): In the "no
...
duplicate" tests, close parent side of signalling pipe, to hopefully
generate an error instead of a hang if something bad in the child
means it doesn't write anything.
2006-08-25 01:21:39 +00:00
Kevin Ryde
e315794e34
*** empty log message ***
2006-08-21 23:48:25 +00:00
Kevin Ryde
27a33ef9f1
More tests, in particular check for exceptions on
...
wrong record types passed to accessor and modifier funcs.
2006-08-21 23:46:16 +00:00
Kevin Ryde
729ab63afa
*** empty log message ***
2006-07-25 00:39:39 +00:00
Kevin Ryde
4a7ad916fd
Use "&& exit 1" instead of "!" to
...
invert the sense of exit statuses, as the latter doesn't work on
Solaris 10. Reported by Claes Wallin.
2006-07-25 00:39:18 +00:00
Kevin Ryde
3805c7d8c9
*** empty log message ***
2006-07-25 00:26:05 +00:00
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
Kevin Ryde
2d4fd7f194
*** empty log message ***
2006-07-23 22:29:04 +00:00
Kevin Ryde
6867446f57
(htonl, ntohl): New tests.
2006-07-23 22:22:20 +00:00
Kevin Ryde
c8cefa91e2
also 1.6.9 in comments in last change
2006-07-07 22:41:49 +00:00
Kevin Ryde
0ad95e9ab8
(localtime, mktime, strptime): More tests.
2006-07-06 00:38:09 +00:00
Ludovic Courtès
97217304d6
Changes from arch/CVS synchronization
2006-06-20 16:44:50 +00:00
cvs2svn
6b8801a927
This commit was manufactured by cvs2svn to create branch
...
'branch_release-1-8'.
2006-06-13 07:56:42 +00:00