Robby Findler
|
ee9fc4a8d7
|
reworked the buttons along the top of drscheme
svn: r9578
|
2008-05-01 23:15:06 +00:00 |
|
Sam Tobin-Hochstadt
|
567e438f1d
|
Most typecheck tests now pass.
Add two new success tests.
svn: r9577
|
2008-05-01 22:53:10 +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 |
|
Sam Tobin-Hochstadt
|
c714d0ac59
|
Disable tests for old inference.
svn: r9550
|
2008-04-30 21:54:03 +00:00 |
|
Matthew Flatt
|
53144751d2
|
r6rs fixes and tests
svn: r9549
|
2008-04-30 21:48:22 +00:00 |
|
Matthew Flatt
|
abf86a46a8
|
fix lack of space-safety in delimited continuations (related to recently fixed crashing bug)
svn: r9544
|
2008-04-30 17:39:30 +00:00 |
|
Matthew Flatt
|
95aca3e86a
|
fix gcd & lcm on single negative argument (PR 9330)
svn: r9543
|
2008-04-30 12:26:09 +00:00 |
|
Matthew Flatt
|
ac31eba987
|
fix delim-cont bug (in the case that a captured continuation is delimited in the middle of a meta-contiuation that isn't the current one)
svn: r9540
|
2008-04-30 03:01:40 +00:00 |
|
Sam Tobin-Hochstadt
|
ab81b1d64f
|
Ignore.
Remove supurious annotation.
svn: r9537
|
2008-04-29 21:42:16 +00:00 |
|
Kathy Gray
|
6a1b99a74f
|
Fixes to v4 errors discovered in test suite;
Fixes to undefined errors in parser;
Tweak to error selection in parser;
Removal of irrelevant preference in ProfJ Tool
svn: r9536
|
2008-04-29 16:07:47 +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
|
2837df70a6
|
reencode-output: flush buffer on encoding error, so that the port can be closed
svn: r9528
|
2008-04-29 01:18:13 +00:00 |
|
Robby Findler
|
e5fba85ed0
|
fixed a bug in check syntax and a bug in the contract system
svn: r9524
|
2008-04-28 22:12:21 +00:00 |
|
Matthew Flatt
|
e6b2b19030
|
r6rs io/ports-6 repairs and tests
svn: r9523
|
2008-04-28 21:59:18 +00:00 |
|
Sam Tobin-Hochstadt
|
53709f1faf
|
Fix indentation.
Add missing variable annotation.
Remove unecessary annotations.
Now pass.
svn: r9522
|
2008-04-28 21:21:30 +00:00 |
|
Matthew Flatt
|
c7424bbf14
|
add missing r6rs test file
svn: r9512
|
2008-04-28 16:33:23 +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 |
|
Robby Findler
|
6f0314b40c
|
fixed some bugs
svn: r9464
|
2008-04-24 20:33:42 +00:00 |
|
Matthew Flatt
|
acfcb9878c
|
test for tailing-vertical-bar regexp bug
svn: r9461
|
2008-04-24 19:04:16 +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
|
b1024c8952
|
Added append-map' and filter-not'.
svn: r9433
|
2008-04-23 17:26:41 +00:00 |
|
Matthew Flatt
|
e5350bb22f
|
sync HtDP languages and test suite
svn: r9424
|
2008-04-23 13:28:43 +00:00 |
|
Eli Barzilay
|
13c5e3812d
|
Added last-pair and tests
svn: r9422
|
2008-04-23 13:20:05 +00:00 |
|
Eli Barzilay
|
bcde2e1424
|
added filter-map' and partition', with tests
--This line, and those below, will be ignored--
M collects/scheme/list.ss
M collects/tests/mzscheme/list.ss
svn: r9421
|
2008-04-23 12:53:47 +00:00 |
|
Eli Barzilay
|
e2c4500e41
|
added test for no collisions between srfi/1/list and scheme/base
svn: r9419
|
2008-04-23 11:41:59 +00:00 |
|
Sam Tobin-Hochstadt
|
fca36c126c
|
Add typed scheme tests.
svn: r9404
|
2008-04-22 21:58:10 +00:00 |
|
Matthew Flatt
|
e25e7a1098
|
keyword in methods and apply; procedure-reduce-keyword-arity
svn: r9396
|
2008-04-22 18:00:04 +00:00 |
|
Eli Barzilay
|
8e6b3e9ba0
|
Simplified remove-duplicates interface, adjusted tests.
svn: r9386
|
2008-04-21 19:46:11 +00:00 |
|
Matthew Flatt
|
a0f65ba33e
|
dictionaries
svn: r9383
|
2008-04-21 17:26:35 +00:00 |
|
Eli Barzilay
|
9b0fc20d3e
|
added a powerful remove-duplicates and tests
svn: r9373
|
2008-04-19 15:41:24 +00:00 |
|
Eli Barzilay
|
352036ea42
|
can use keywords with test
svn: r9372
|
2008-04-19 14:16:50 +00:00 |
|
Eli Barzilay
|
4fea43c61f
|
made test accept keyword
svn: r9371
|
2008-04-19 14:07:46 +00:00 |
|
Matthew Flatt
|
99943314d2
|
setup/unpack addition and docs
svn: r9370
|
2008-04-19 12:42:54 +00:00 |
|
Eli Barzilay
|
2736de7404
|
* move flatten' next to append*'
* document `add-between'
svn: r9369
|
2008-04-19 10:30:31 +00:00 |
|
Eli Barzilay
|
180dc08777
|
added add-between and string-join, no lists-join
svn: r9361
|
2008-04-18 14:00:41 +00:00 |
|
Eli Barzilay
|
0b7bdfe92c
|
added scheme/string, include it in the scheme language, put string-append* in there, tested, documented
svn: r9356
|
2008-04-18 04:10:46 +00:00 |
|
Matthew Flatt
|
53c4ee3255
|
update tests for empty vector
svn: r9318
|
2008-04-15 14:13:43 +00:00 |
|
John Clements
|
81123caf55
|
...
svn: r9310
|
2008-04-15 05:30:40 +00:00 |
|
John Clements
|
8262a57205
|
...
svn: r9280
|
2008-04-13 05:05:02 +00:00 |
|
John Clements
|
eacfa111d6
|
updates...
svn: r9270
|
2008-04-11 22:42:02 +00:00 |
|
Matthew Flatt
|
2dc02d81fe
|
net/url and tests fixes for windows
svn: r9249
|
2008-04-11 01:12:01 +00:00 |
|
Matthew Flatt
|
0153e122b7
|
change -q to config option, fix unlikely race condition in wake-on-signal, add path->url and url->path, and adjust URL parsing
svn: r9239
|
2008-04-10 19:05:35 +00:00 |
|
Sam Tobin-Hochstadt
|
6a4414c82b
|
Fix PR 9286.
svn: r9219
|
2008-04-09 13:21:46 +00:00 |
|
Matthew Flatt
|
cb3fdd8fc5
|
change real->decimal-string (PR 9285)
svn: r9210
|
2008-04-08 21:56:29 +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 |
|