Matthew Flatt
086f3c3b44
fix int-def context binding problems, fix scheme/splicing, change rnrs/base-6 to use scheme/splicing
...
svn: r11917
2008-09-30 22:03:55 +00:00
Matthew Flatt
b43f0456fc
fix some r6rs printing problems
...
svn: r11822
2008-09-20 11:20:15 +00:00
Matthew Flatt
6c89ae4f09
fix more r6rs expt problems on 0 or 0.0 base
...
svn: r11371
2008-08-21 19:50:28 +00:00
Matthew Flatt
c170f390a7
fix r6rs custom ports for flushing
...
svn: r11370
2008-08-21 19:43:45 +00:00
Matthew Flatt
57b4787739
fix r6rs exactness problems with expt and /
...
svn: r11216
2008-08-13 11:04:00 +00:00
Matthew Flatt
ebb811b491
fix R6RS log to accept 2 arguments
...
svn: r11197
2008-08-12 00:56:07 +00:00
Matthew Flatt
f4df83106e
fix r6rs syntax-case yet again (PR 9647)
...
svn: r11024
2008-08-01 17:45:21 +00:00
Matthew Flatt
e548107acd
revert r6rs fldiv, etc. change based on revised guess
...
svn: r11013
2008-07-31 20:44:40 +00:00
Matthew Flatt
66704a92fe
r6rs fldiv, etc. need to return nan for zero divisor
...
svn: r11012
2008-07-31 20:31:33 +00:00
Matthew Flatt
8140b3644e
add 'bitwise-bit-set?' and 'in-value' (v4.0.2.6)
...
svn: r10971
2008-07-29 19:27:33 +00:00
Matthew Flatt
27375c0d5a
fix equal? on transparent R6RS records
...
svn: r10949
2008-07-28 20:30:25 +00:00
Matthew Flatt
35638a8c5a
fix R6RS syntax->datum and fix broken tests (as reported by Will)
...
svn: r10924
2008-07-26 20:38:02 +00:00
Matthew Flatt
2c0b17cf19
fix bytevector-ieee-native-... tests (from Aziz) and checking in implementation
...
svn: r10893
2008-07-24 09:56:36 +00:00
Matthew Flatt
8e1add79c9
R6RS syntax vector repair (PR 9625)
...
svn: r10870
2008-07-23 12:25:41 +00:00
Matthew Flatt
fe84c8c6a3
protect nan? test by real?, as Aziz points out; also fix nan?, finite?, and infinite? to insist on real arguments
...
svn: r10869
2008-07-23 01:06:26 +00:00
Matthew Flatt
6e668cbb00
fix R6RS template handling of consecutive ellipses
...
svn: r10824
2008-07-17 17:55:52 +00:00
Matthew Flatt
9af00fcfb4
v4.0.2.4: logging
...
svn: r10818
2008-07-17 15:20:17 +00:00
Eli Barzilay
7d50e61c7f
* Newlines at EOFs
...
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind
svn: r10689
2008-07-09 07:18:06 +00:00
Matthew Flatt
4df95e9da7
fix unwrap for an uncaught non-&serious condition
...
svn: r10686
2008-07-09 01:24:32 +00:00
Matthew Flatt
9af966f378
apply (a variant of) Derick Eddington's patch to simulate an initial R6RS exception handler that returns for non-&serious conditions
...
svn: r10685
2008-07-09 01:17:25 +00:00
Matthew Flatt
e62bb306fa
fix R6RS string->number (PR 9546), document non-conformace of initial handler (PR 9547)
...
svn: r10457
2008-06-26 13:13:10 +00:00
Matthew Flatt
344b225e20
add boolean=? to r6rs
...
svn: r9947
2008-05-24 22:26:02 +00:00
Matthew Flatt
7ec0f13a7d
fix r6rs exists
...
svn: r9946
2008-05-24 17:25:39 +00:00
Matthew Flatt
84d010b567
fix r6rs fixnum-width
...
svn: r9856
2008-05-15 18:59:53 +00:00
Matthew Flatt
41ad955597
R6RS repairs (PRs 9361 and 9371)
...
svn: r9844
2008-05-15 13:23:16 +00:00
Matthew Flatt
4ff1cd0ca4
r6rs repairs
...
svn: r9658
2008-05-05 15:50:35 +00:00
Matthew Flatt
7118de47c4
fix r6rs syntax->datum
...
svn: r9640
2008-05-04 12:55:53 +00:00
Matthew Flatt
4e6639fb2f
r6rs tests and bug fixes
...
svn: r9563
2008-05-01 13:52:05 +00:00
Matthew Flatt
a09b2eca94
r6rs tests and bug fixes
...
svn: r9558
2008-05-01 12:28:14 +00:00
Matthew Flatt
53144751d2
r6rs fixes and tests
...
svn: r9549
2008-04-30 21:48:22 +00:00
Matthew Flatt
c71192136e
r6rs io/simple tests; syntax-case bug fix (PR 9328)
...
svn: r9535
2008-04-29 13:30:09 +00:00
Matthew Flatt
94ccfc68c6
r6rs tests and bug fixes (including PR 9324)
...
svn: r9534
2008-04-29 13:02:12 +00:00
Matthew Flatt
e6b2b19030
r6rs io/ports-6 repairs and tests
...
svn: r9523
2008-04-28 21:59:18 +00:00
Matthew Flatt
f579d40b82
'must-update file mode; R6RS tests and bug fixes
...
svn: r9511
2008-04-28 16:32:50 +00:00
Matthew Flatt
b8c425cc42
better syntax errors for define-record-type; support parent-rtd correctly; more r6rs tests
...
svn: r9489
2008-04-26 13:52:29 +00:00
Matthew Flatt
f2a3317df6
more r6rs tests
...
svn: r9479
2008-04-25 20:10:13 +00:00
Matthew Flatt
0483294762
fix JIT abs (on least fixnum), fix some R6RS bugs and pull in some R6RS test cases from Ikarus
...
svn: r9477
2008-04-25 17:18:44 +00:00
Matthew Flatt
a0f65ba33e
dictionaries
...
svn: r9383
2008-04-21 17:26:35 +00:00
Matthew Flatt
31ee3b70e7
fix r6rs generate-temporaries
...
svn: r9376
2008-04-20 01:03:21 +00:00
Matthew Flatt
5aeaf7ea75
R6RS docs, other misc clean-up
...
svn: r9349
2008-04-17 21:29:07 +00:00
Matthew Flatt
49c843742f
restore some R6RS forms to letrec*-like int-def handling
...
svn: r9293
2008-04-14 14:48:11 +00:00
Matthew Flatt
5ec2b40957
fix coercion to r6rs &undefined condition
...
svn: r9226
2008-04-09 21:23:25 +00:00
Matthew Flatt
021d4d7527
new hash function names and ops (3.99.0.23)
...
svn: r9209
2008-04-08 21:42:38 +00:00
Matthew Flatt
7a41c7ddd6
fix else handling for R6RS 'guard'
...
svn: r9155
2008-04-03 16:06:26 +00:00
Matthew Flatt
fbac4e75fd
fix r6rs quasisyntax
...
svn: r9150
2008-04-03 15:10:07 +00:00
Matthew Flatt
788adace20
fix r6rs let[rec]-syntax for expression positions
...
svn: r8982
2008-03-15 21:57:58 +00:00
Matthew Flatt
1abcf7c313
fix (rnrs eval) to be phase-insensitive
...
svn: r8955
2008-03-12 00:25:47 +00:00
Matthew Flatt
1f38a6cb0a
fix (rnrs) so that it exports everything in both phase 0 and 1
...
svn: r8954
2008-03-12 00:22:26 +00:00
Matthew Flatt
aa2b78ef8b
r6rs command-line fix
...
svn: r8916
2008-03-07 13:22:14 +00:00
Matthew Flatt
e80606352d
r6rs bug fix
...
svn: r8914
2008-03-07 03:58:06 +00:00