Commit Graph

7720 Commits

Author SHA1 Message Date
Robby Findler
acffaf63fa svn: r9497 2008-04-26 19:08:38 +00:00
Robby Findler
d3e6f29e38 a little framework progress
svn: r9496
2008-04-26 19:07:54 +00:00
Robby Findler
457bf61732 improved the performance of check syntax some more
svn: r9495
2008-04-26 17:34:16 +00:00
Matthew Flatt
c14a965ebd do not write .fail files
svn: r9494
2008-04-26 16:24:25 +00:00
Matthew Flatt
b9054b366b fix hashing problem related to non-GCable value in 3m
svn: r9493
2008-04-26 16:23:26 +00:00
Matthew Flatt
3d36ce495b fix abs for 64-bit
svn: r9492
2008-04-26 16:00:51 +00:00
Kathy Gray
a1370171f1 Correction to two parsing bugs
svn: r9491
2008-04-26 15:33:08 +00:00
Matthew Flatt
56734572d1 add (long) cast in JIT relevant for 64-bit build
svn: r9490
2008-04-26 13:56:16 +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
8e23842d0c fix bug related to allocating primitives on startup, which might explain some failures in writing bytecode
svn: r9488
2008-04-26 13:51:27 +00:00
Mike Sperber
f4287c4eb5 Synch with latest.
svn: r9487
2008-04-26 10:21:03 +00:00
Eli Barzilay
0e2c4c114f Welcome to a new PLT day.
svn: r9486
2008-04-26 07:50:13 +00:00
Matthew Flatt
cd85479afc typoe (PR 9301)
svn: r9485
2008-04-25 23:15:25 +00:00
Matthew Flatt
7a4c379b8f add srfi 41 implementation and update Chinese string constants
svn: r9483
2008-04-25 23:06:15 +00:00
Matthias Felleisen
53b0ed4401 conversion to 4.0 module style
svn: r9482
2008-04-25 22:59:11 +00:00
Matthew Flatt
01baad11a0 hack evcase to support old and new 'else' bindings
svn: r9481
2008-04-25 21:36:37 +00:00
Matthew Flatt
f2a3317df6 more r6rs tests
svn: r9479
2008-04-25 20:10:13 +00:00
Eli Barzilay
6f00cd8a7c docs go in the main tree
svn: r9478
2008-04-25 19:55:23 +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
758a191ffe fix GL-unavailable thunk
svn: r9476
2008-04-25 16:40:09 +00:00
Kathy Gray
764ed78129 Corrected source/syntax error
svn: r9475
2008-04-25 14:07:04 +00:00
Robby Findler
00eb1303e4 optimized drawing a little bit
svn: r9474
2008-04-25 13:52:21 +00:00
Robby Findler
88ac43f545 sped up check syntax
svn: r9473
2008-04-25 13:39:20 +00:00
Matthew Flatt
bb112df454 remove warning about installing mzcom on non-windows
svn: r9472
2008-04-25 12:50:45 +00:00
Eli Barzilay
4d90067891 Welcome to a new PLT day.
svn: r9471
2008-04-25 07:50:09 +00:00
Matthias Felleisen
fb644c1caf relevant teachpacks converted
svn: r9470
2008-04-25 00:50:03 +00:00
Matthias Felleisen
1bf7d81a50 svn: r9469 2008-04-25 00:48:31 +00:00
John Clements
c88c7fd4c5 working on check-expect
svn: r9468
2008-04-25 00:33:35 +00:00
John Clements
2116c4b0eb adding more stepper annotation
svn: r9467
2008-04-25 00:33:10 +00:00
Kathy Gray
2d12ca4a62 Display correction
svn: r9466
2008-04-24 22:55:40 +00:00
Robby Findler
6f0314b40c fixed some bugs
svn: r9464
2008-04-24 20:33:42 +00:00
Robby Findler
06584c3941 attempted to rewrite docs into scribble -- that didnt work, but this is the leftover cleanup
svn: r9463
2008-04-24 20:33:25 +00:00
Robby Findler
e3a13be4a0 added shortcut for collapse that works on the mac
svn: r9462
2008-04-24 19:27:30 +00:00
Matthew Flatt
acfcb9878c test for tailing-vertical-bar regexp bug
svn: r9461
2008-04-24 19:04:16 +00:00
Matthew Flatt
b80d99c2f9 fix bug in regexp parser where vertical bar after a single character is followed by the end-of-string
svn: r9460
2008-04-24 19:02:57 +00:00
Eli Barzilay
2548f7ecbb provide string-join
svn: r9459
2008-04-24 16:26:50 +00:00
Matthew Flatt
ad86a60fba fix srclog on form after #lang when it's terminated by an EOF
svn: r9458
2008-04-24 15:24:31 +00:00
Matthew Flatt
1ee0298552 struct-copy
svn: r9456
2008-04-24 13:56:36 +00:00
Matthias Felleisen
7be28dfc6d docs fixed for 4.0
svn: r9455
2008-04-24 13:22:46 +00:00
Robby Findler
e4563319db a little more of the framework manual is done
svn: r9454
2008-04-24 12:56:30 +00:00
Matthew Flatt
99ae76c2e9 expand user in file module paths; move framework doc index to end, but also fix Scribble latex output when index is not at the end
svn: r9453
2008-04-24 12:36:58 +00:00
Matthew Flatt
f4703d8ab6 fix double evaluation in in-range (PR 9315)
svn: r9452
2008-04-24 12:06:50 +00:00
Matthew Flatt
d09b8c5a78 fix test that looks at expension of a module
svn: r9451
2008-04-24 12:06:19 +00:00
Eli Barzilay
f01241531b Welcome to a new PLT day.
svn: r9450
2008-04-24 07:50:22 +00:00
Matthew Flatt
931d93ba2f Scribble support for redirecting external links and re-rooting corss-reference paths
svn: r9448
2008-04-24 02:37:47 +00:00
Matthias Felleisen
538e960133 svn: r9447 2008-04-24 02:16:40 +00:00
Matthias Felleisen
65467c8483 svn: r9446 2008-04-24 02:02:42 +00:00
Matthias Felleisen
3db855fab1 svn: r9445 2008-04-24 01:29:16 +00:00
Eli Barzilay
4870d9830c slightly more readable code
svn: r9444
2008-04-23 23:25:39 +00:00
Robby Findler
5d6724c75b some progress made documenting the framework
svn: r9443
2008-04-23 23:24:17 +00:00