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
Matthew Flatt
de4352d8fc
avoid depending on the message text for a cm-accomplice event
...
svn: r11355
2008-08-20 13:37:57 +00:00
Matthew Flatt
6516518ae5
fix cm-accomplice and avoid redundant reader-module dependencies
...
svn: r11354
2008-08-20 13:29:42 +00:00
Eli Barzilay
15cf8e72e1
Welcome to a new PLT day.
...
svn: r11353
2008-08-20 06:30:53 +00:00
Eli Barzilay
825a660254
deal with planet hard links
...
svn: r11352
2008-08-20 06:30:30 +00:00
Matthias Felleisen
66bed75bd3
fixed docs for lang
...
svn: r11351
2008-08-20 02:38:02 +00:00
Eli Barzilay
cdc45a3e64
refactored, and made the roots return the implicitly ignored directories still (so setup-plt doesnt try to compile .svn)
...
svn: r11350
2008-08-20 02:19:41 +00:00
Matthew Flatt
9137d5367e
set appripriate reader parameters for info.ss and .sxref files
...
svn: r11349
2008-08-20 01:15:22 +00:00
Matthew Flatt
d1d68c1aed
fix max-depth JIT patch
...
svn: r11348
2008-08-19 23:05:42 +00:00
Matthew Flatt
49f2f894d6
fix non-tail self call with lots of args
...
svn: r11347
2008-08-19 22:58:48 +00:00