Commit Graph

9877 Commits

Author SHA1 Message Date
Eli Barzilay
e0658b6e27 Welcome to a new PLT day.
svn: r11430
2008-08-26 07:50:15 +00:00
Robby Findler
7c6bf8644a made more files begin with #lang lines
svn: r11429
2008-08-25 20:02:02 +00:00
Jay McCarthy
4e764d8f0e Adding better contracts and renaming in accordance w/ Robbys suggestion
svn: r11428
2008-08-25 19:57:34 +00:00
Robby Findler
354ebabe0c wired in the first line text
svn: r11427
2008-08-25 19:46:41 +00:00
Robby Findler
3e0f3c47e1 moved #lang line to the first line
svn: r11426
2008-08-25 19:35:04 +00:00
Jay McCarthy
9cb82aebf3 Using immutable hash vs alist
svn: r11425
2008-08-25 18:13:29 +00:00
Jay McCarthy
ee42d18e6b Removing auto-test
svn: r11424
2008-08-25 18:08:12 +00:00
Jay McCarthy
d50c1e401d Using immutable hash vs alist
svn: r11423
2008-08-25 18:07:41 +00:00
Eli Barzilay
8956e83c72 minor edits
svn: r11422
2008-08-25 17:01:03 +00:00
Jay McCarthy
bc7747f4cf New tests
svn: r11421
2008-08-25 16:48:14 +00:00
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