Matthew Flatt
7f17d667b1
fix O(n^2) problem in syntax-binding calculation
...
svn: r11406
2008-08-24 12:58:26 +00:00
Matthew Flatt
fea6ea12bf
tune htdp language #%module-begin to avoid unnecessary macro trampolining
...
svn: r11405
2008-08-24 12:34:04 +00:00
Eli Barzilay
a6d552478a
Welcome to a new PLT day.
...
svn: r11404
2008-08-24 07:50:07 +00:00
Robby Findler
f996ae609d
a little progress
...
svn: r11403
2008-08-23 21:38:08 +00:00
Carl Eastlund
7adcdfa444
Corrected syntax for #:use-sources clause of declare-exporting.
...
svn: r11402
2008-08-23 20:48:40 +00:00
Robby Findler
a5f2753801
svn: r11401
2008-08-23 19:32:14 +00:00
Casey Klein
71f6c8b480
1. Generator refactored to avoid mutable state (fixing a bug).
...
2. Incremental progress on properly handling ellipsis patterns.
svn: r11400
2008-08-23 16:11:23 +00:00
Matthew Flatt
188d8a4a98
fix secondary hash code for fixnums
...
svn: r11399
2008-08-23 12:42:42 +00:00
Eli Barzilay
c3985c706c
Change parsing of old versions:
...
NNNpN -> N.NN.N
NNN.N -> N.NN.0.N
This is better than mapping NNN.N to N.NN.N, because it follows the
fact that NNN.N were not release versions, so they're mapped to
numbers that are not release versions now.
svn: r11398
2008-08-23 07:06:33 +00:00
Eli Barzilay
b5fb8569cc
* Deal with NNNpN versions as N.NN.N (eg, 103p1 => 1.03.1),
...
* Some more sane checks -- refuse old-style versions when it's higer
than 380
* Added tests for these
* Move sanity check to tests (where it will do the same since it runs
every day)
svn: r11397
2008-08-23 06:49:06 +00:00
Robby Findler
b987dc265d
possible fix
...
svn: r11396
2008-08-23 02:56:37 +00:00
Robby Findler
a79b0a4d10
svn: r11395
2008-08-23 02:49:40 +00:00
Matthew Flatt
bf5e26a263
fix canvas control border, at least under Vista
...
svn: r11394
2008-08-22 22:32:47 +00:00
Matthew Flatt
8457a3472a
fix Windows window<%> get-text-extent
...
svn: r11393
2008-08-22 22:12:32 +00:00
Matthew Flatt
54ffac164a
reduce right padding of a mac os x message%; add space between a text-field% label and edit box (on all platforms)
...
svn: r11392
2008-08-22 21:40:10 +00:00
Matthew Flatt
70a71422ba
fix showing of label for list-box objects in Mac OS X
...
svn: r11391
2008-08-22 21:33:19 +00:00
Eli Barzilay
dfac6998fa
typos
...
svn: r11390
2008-08-22 16:08:29 +00:00
Jay McCarthy
896757cf1f
Another bug
...
svn: r11389
2008-08-22 15:38:31 +00:00
Matthew Flatt
6b22d93383
partly fix handling of planet paths in stand-alone executables
...
svn: r11388
2008-08-22 15:11:12 +00:00
Jay McCarthy
87c346ae6d
Error from Danny
...
svn: r11387
2008-08-22 14:38:36 +00:00
Jay McCarthy
6a7ac005c0
Suggestion from Robby
...
svn: r11386
2008-08-22 14:34:25 +00:00
Kathy Gray
0f01d3202d
Turning on exceptions in check-expect
...
svn: r11385
2008-08-22 14:25:53 +00:00
Robby Findler
de74567f46
improved things a little based on Eli's and Greg Woodhouse's comments
...
svn: r11384
2008-08-22 14:13:12 +00:00
Robby Findler
979766bee5
PR 9691 and a related bugfix
...
svn: r11383
2008-08-22 13:08:19 +00:00
Matthew Flatt
5a717903ea
setup scribble: fix depends-on-everything dependencies when a collection is removed
...
svn: r11382
2008-08-22 13:03:50 +00:00
Robby Findler
7f31137562
PR 9696
...
svn: r11381
2008-08-22 12:52:01 +00:00
Kathy Gray
bd12705f83
svn: r11380
2008-08-22 12:25:03 +00:00
Eli Barzilay
59041963ca
typo
...
svn: r11379
2008-08-22 11:33:15 +00:00
Eli Barzilay
f5be074421
typo
...
svn: r11378
2008-08-22 11:26:52 +00:00
Eli Barzilay
e91759d114
Welcome to a new PLT day.
...
svn: r11377
2008-08-22 07:50:14 +00:00
Robby Findler
5c8864ac65
added (now properly failing) test case for PR 9696
...
svn: r11376
2008-08-22 03:54:39 +00:00
Robby Findler
a9592f0d46
added a test for values that print out as part of the scheme language top-level printing
...
svn: r11375
2008-08-21 22:54:52 +00:00
Robby Findler
607c13017f
the flush needs to happen after the finished-complete-program happens
...
svn: r11374
2008-08-21 22:47:55 +00:00
Robby Findler
6e674a9804
PR 9705
...
svn: r11373
2008-08-21 22:03:34 +00:00
Matthew Flatt
408f2034d0
fix r6rs test suite problems with flushing on custom ports, and add more expt tests
...
svn: r11372
2008-08-21 19:51:07 +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
8f12007984
JIT tweaks, including enabling tiny-jump support (which was accidentally disabled) on x86
...
svn: r11369
2008-08-21 18:37:48 +00:00
Matthew Flatt
e507d9a1a3
fix doc mistakes related to struct guards
...
svn: r11368
2008-08-21 17:02:50 +00:00
Matthew Flatt
c2e9a78ea9
fix sync bug
...
svn: r11367
2008-08-21 15:47:16 +00:00
Jay McCarthy
0a8e045c11
Typo
...
svn: r11366
2008-08-21 14:30:24 +00:00
Eli Barzilay
c4415e07c1
examples typo
...
svn: r11365
2008-08-21 12:49:52 +00:00
Eli Barzilay
a8ce7f6fe3
v4-ized, and use "mzscheme.exe" on cygwin
...
svn: r11364
2008-08-21 09:55:37 +00:00
Eli Barzilay
e0a00155bd
Welcome to a new PLT day.
...
svn: r11363
2008-08-21 07:09:18 +00:00
Eli Barzilay
ebcee44f7f
some improvements
...
svn: r11362
2008-08-21 07:01:55 +00:00
Jay McCarthy
afe17e511c
Adding parameter and removing unnecessary base64
...
svn: r11361
2008-08-20 21:10:24 +00:00
Sam Tobin-Hochstadt
5b0da0948a
Fix or not to use continuations, and to use a success/failure flag instead. Fixed PR 9689.
...
svn: r11360
2008-08-20 19:52:58 +00:00
Sam Tobin-Hochstadt
252086b7ff
Add test with or and multiple values from clklein.
...
svn: r11359
2008-08-20 19:52:13 +00:00
Jay McCarthy
47133090f5
Streamline
...
svn: r11357
2008-08-20 16:04:44 +00:00
Matthias Felleisen
52c1a313c8
elicit --> does not hold
...
svn: r11356
2008-08-20 15:48:16 +00:00