Matthew Flatt
0c56691440
fix ambiguous wording about #! as a synonym for #lang
...
svn: r11420
2008-08-25 15:39:26 +00:00
Eli Barzilay
014001b778
typos
...
svn: r11419
2008-08-25 15:33:32 +00:00
Eli Barzilay
ca99fe0b0d
improved example a little further
...
svn: r11418
2008-08-25 15:31:01 +00:00
Eli Barzilay
9e9cc81c0b
typo
...
svn: r11417
2008-08-25 15:21:54 +00:00
Robby Findler
4f5eb015fd
a little more progress on the first line text
...
svn: r11416
2008-08-25 14:47:41 +00:00
Eli Barzilay
98e597f495
use symbols for network port names
...
svn: r11415
2008-08-25 14:23:31 +00:00
Eli Barzilay
524cf0414d
fix typo, more explanations, better IO sample code
...
svn: r11414
2008-08-25 14:22:56 +00:00
Matthias Felleisen
a56b3bff61
mouse events in [0,WIDTH] x [0,HEIGHT]
...
svn: r11413
2008-08-25 13:30:51 +00:00
Matthew Flatt
6793197f68
set XtNinput on frames (PR 9690)
...
svn: r11412
2008-08-25 12:57:57 +00:00
Matthew Flatt
f530f6c9ed
note custom-port problems in R6RS conformance description
...
svn: r11411
2008-08-25 12:34:25 +00:00
Eli Barzilay
cc3062f201
Welcome to a new PLT day.
...
svn: r11410
2008-08-25 07:50:12 +00:00
Robby Findler
ea55f7edce
svn: r11409
2008-08-25 03:01:32 +00:00
Robby Findler
6a2b6a10be
svn: r11408
2008-08-25 02:21:29 +00:00
Eli Barzilay
e58bf78f04
web-server-tutorial -> continue
...
svn: r11407
2008-08-24 14:22:39 +00:00
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