ikarus/scheme/tests
Abdulaziz Ghuloum 1e5e516b08 - added (ikarus foreign) library that should be used instead of
(ikarus system $foreign).
- changed the names of some of the pointer primitives
- changed the name of the procedure make-ffi to make-callout
- updated examples and libraries to conform with new names
- updated the users guide to provide a complete description of 
  the (ikarus foreign) library
- updated list of missing R6RS features in the users guide
2008-10-06 01:19:27 -04:00
..
SRFI-1.ss Added IO tests. 2007-12-10 10:42:43 -05:00
bignum-to-flonum.ss more progress on the AMD64 front, fixing more numeric and more cogen 2008-07-18 22:21:57 -07:00
bignums.ss more progress on the AMD64 front, fixing more numeric and more cogen 2008-07-18 22:21:57 -07:00
bitwise-op.ss Added bitwise-xor. 2008-05-18 03:21:05 -07:00
bytevectors.ss Added input-socket-buffer-size and output-socket-buffer-size 2008-04-11 14:02:43 -04:00
case-folding.ss Added string case-folding test. 2007-12-14 22:12:59 -05:00
div-and-mod.ss fixed a bug in quotient and div when given (least-fixnum) and -1. 2008-07-26 12:28:51 -07:00
enums.ss reimplemented enums to use bitmaps instead of lists. 2008-08-03 12:52:33 -07:00
fasl.ss fixed a bug in fasl reader for shared/cyclic data structures. 2008-07-30 17:28:33 -07:00
fixnums.ss more progress on the AMD64 front, fixing more numeric and more cogen 2008-07-18 22:21:57 -07:00
fldiv-and-mod.ss * Added fxdiv0, fxmod0, and fxdiv0-and-mod0 2007-11-11 21:52:27 -05:00
framework.ss all existing tests pass under 64-bit 2008-07-19 14:41:06 -07:00
fxcarry.ss renamed: 2007-10-17 20:07:10 -04:00
hashtables.ss renamed: 2007-10-17 20:07:10 -04:00
input-ports.ss minor fix to string-input-ports 2007-12-10 09:28:48 -05:00
io.ss Added test to exercise last bug fixed (refilling io read buffer 2008-06-08 06:42:58 -07:00
lists.ss renamed: 2007-10-17 20:07:10 -04:00
numerics.ss fixed rounding for rationals. 2008-07-07 00:22:14 -07:00
parse-flonums.ss Reimplemented the guardians collector which was yellowing out since 2008-01-12 17:32:43 -05:00
pointers.ss - added (ikarus foreign) library that should be used instead of 2008-10-06 01:19:27 -04:00
r6rs-records-procedural.ss * Fixed implementation of record-constructor in (rnrs records procedural) 2007-10-23 00:28:21 -04:00
reader.ss minor fix to string-input-ports 2007-12-10 09:28:48 -05:00
rn100 Kind of a better implementation of ratnum->flonum. 2008-01-06 02:27:23 -05:00
sorting.ss Added tests for list-sort and vector-sort. 2008-01-20 17:52:19 -05:00
string-to-number.ss Added make-polar. 2008-07-15 23:13:59 -07:00
strings.ss changed implementation of string-foldcase to eliminate use of string 2007-12-14 21:04:54 -05:00
tests-1.1-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-1.2-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-1.3-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-1.4-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-1.5-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-1.6-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-1.7-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-1.8-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-1.9-req.scm Passing 709 tests in 64-bit mode 2008-04-12 15:06:55 -04:00
tests-2.1-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-2.2-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-2.3-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-2.4-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-2.6-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-2.8-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-2.9-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-3.1-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-3.2-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-3.3-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-3.4-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-4.1-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-4.2-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-4.3-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-5.1-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-5.2-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-5.3-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00
tests-5.6-req.scm Added the tests that I'm using for porting. 2008-01-04 05:55:06 -05:00