Commit Graph

20534 Commits

Author SHA1 Message Date
Sam Tobin-Hochstadt
cf55168496 Use `in-hash' explicitly.
(cherry picked from commit d459ad47b8)
2011-04-20 19:28:33 -04:00
Sam Tobin-Hochstadt
de002b69e3 Add type keys for Struct and StructTop.
(cherry picked from commit fe60793b4d)
2011-04-20 19:28:29 -04:00
Sam Tobin-Hochstadt
a191a15bca Add clever comments.
(cherry picked from commit 6c17b01f99)
2011-04-20 19:28:25 -04:00
Sam Tobin-Hochstadt
6a906b01b0 Add debugging parameter, and wrappers for unstable/debug.
(cherry picked from commit eaa63f2d1e)
2011-04-20 19:28:21 -04:00
Sam Tobin-Hochstadt
5255446653 Add cache for `resolve-once'.
Substantial speedups on "new-metrics.rkt" test.
(cherry picked from commit 79061150ef)
2011-04-20 19:28:00 -04:00
Sam Tobin-Hochstadt
4380e6d01c Use eq? on sequence numbers.
(cherry picked from commit 0f30f5d8de)
2011-04-20 19:27:57 -04:00
Sam Tobin-Hochstadt
2da100ba8f Remove useless requires.
(cherry picked from commit 51083dbce6)
2011-04-20 19:27:54 -04:00
Sam Tobin-Hochstadt
0a8ad31a47 Fix typo.
(cherry picked from commit 7ba2b6e100)
2011-04-20 19:27:51 -04:00
Sam Tobin-Hochstadt
0d898db859 Remove unused macro.
Convert function to macro for inlining.
(cherry picked from commit e7beef3f4f)
2011-04-20 19:27:45 -04:00
Sam Tobin-Hochstadt
d938e0c9b0 Refactor to avoid duplicated code.
(cherry picked from commit 05d9e1a871)
2011-04-20 19:27:40 -04:00
Stephen Chang
8c26521524 fix typo in guide sec 17.3.3
(cherry picked from commit 3e08a61190)
2011-04-20 19:27:30 -04:00
Robby Findler
5030041385 fix check syntax's stdout so that it can handle specials
related to PR 11854
  merge to release, please
(cherry picked from commit 57b9bcfe38)
2011-04-20 19:27:26 -04:00
Stephen Chang
8ba24327c1 fix struct constructor application in lazy racket
(cherry picked from commit 718b9709bc)
2011-04-20 19:27:02 -04:00
Jon Rafkind
86b781e5bf show an example of define-fun-syntax and using the keywords
(cherry picked from commit cdb63b9c77)
2011-04-20 19:26:59 -04:00
Jon Rafkind
35491070d0 better error message when pre: or post: is used incorrectly
(cherry picked from commit 3f572809c9)
2011-04-20 19:26:56 -04:00
Sam Tobin-Hochstadt
05260c16c2 Remove useless propositional clauses. Thanks to dyoo for test case.
(cherry picked from commit 0f5dfd6871)
2011-04-20 19:26:52 -04:00
Matthew Flatt
4321a1e13c fix `namespace-attach-module' at phases above 0
Closes PR 11863
 Merge to 5.1.1
(cherry picked from commit 586478a241)
2011-04-20 19:26:43 -04:00
Matthew Flatt
2d375a7d29 doc corrections
Closes PR 11865
 Merge to 5.1.1
(cherry picked from commit 18e3f54fa5)
2011-04-19 09:31:25 -04:00
Matthew Flatt
8f368d8df6 fix typo
Closes PR 11864
 Merge to 5.1.1
(cherry picked from commit 6664e20815)
2011-04-19 09:31:23 -04:00
Matthew Flatt
6586ab1201 fix typo
Closes PR 11862
 Merge to 5.1.1
(cherry picked from commit 963a8214b8)
2011-04-19 09:31:20 -04:00
Matthew Flatt
67b490adb1 adjust Racket release notes for 5.1.1
Merge to v5.1.1
(cherry picked from commit 4e576a8ac9)
2011-04-19 09:31:16 -04:00
Eli Barzilay
d827278dd8 Indentation in example
(cherry picked from commit 49e1b47bb2)
2011-04-19 09:31:13 -04:00
Sam Tobin-Hochstadt
cb4ab1869e Copy properties when optimizing bodies of lambda/define-values.
Closes PR 11860.
(cherry picked from commit 981616d504)
2011-04-19 09:31:10 -04:00
Sam Tobin-Hochstadt
d61e0e4c5c Remove unused code.
(cherry picked from commit 187dc63493)
2011-04-19 09:31:06 -04:00
Hari Prashanth
14ba5fb38a Added some examples to to the TR reference docs.
Signed-off-by: Sam Tobin-Hochstadt <samth@racket-lang.org>
(cherry picked from commit 7934ac3461)
2011-04-19 09:31:03 -04:00
Matthew Flatt
d863ee466b fix bug in thread'-based implementation of place'
which is used when parallel places are unavailable
(cherry picked from commit 2fa35a2a5c)
2011-04-19 09:31:01 -04:00
Vincent St-Amour
2db9698835 Optimize filter operations.
(cherry picked from commit bce90e2a71)
2011-04-19 09:30:58 -04:00
Robby Findler
34ae8d15bf make the close icon clicky thingy not grab the focus
closes PR 10380
(cherry picked from commit 100b4d31f1)
2011-04-19 09:30:54 -04:00
Eli Barzilay
a3ce6c184e New Racket version 5.1.0.900. 2011-04-17 22:00:19 -04:00
Robby Findler
0923d07acb adjust the close callback so that it knows what state the bug report window is in
closes PR 11773

merge to the release, please
(cherry picked from commit 95b6f149fa)
2011-04-16 20:30:10 -06:00
Matthew Flatt
34678b6f72 fix gl canvas created after parent is shown
Merge to 5.1.1
(cherry picked from commit 546faf8b34)
2011-04-16 16:41:44 -06:00
Ryan Culpepper
d82bc3f455 Alpha version number for the v5.1.1 release 2011-04-16 08:19:19 -06:00
Robby Findler
bf7218df73 added note to history about docs cleanup for racket/contract 2011-04-16 08:08:43 -05:00
Robby Findler
8afeed8c66 fix up contract test suites 2011-04-16 07:55:49 -05:00
Robby Findler
cc091bd25c fix an ordering problem in check syntax's error message display
closes PR 11845
2011-04-16 07:38:23 -05:00
Mike Sperber
f76bee8180 Synch German string constants with latest. 2011-04-16 09:18:59 +02:00
Matthew Flatt
49903be78f gtk: fix button enable when mouse is over button 2011-04-15 16:54:49 -06:00
Ryan Culpepper
fdede6f063 syntax/parse: added docs for litset #:at kw, relaxed restriction on arg 2011-04-15 14:47:29 -06:00
Ryan Culpepper
9bc3457bbd renamed ffi/unsafe/security to ffi/file 2011-04-15 14:47:29 -06:00
Stevie Strickland
bdd5ac2d41 Document prop:contracted and impersonator-prop:contracted. 2011-04-15 16:29:17 -04:00
Robby Findler
ec50a8c5a2 additional fixes to the docs and racket/contract's exports to make them match up 2011-04-15 12:44:44 -05:00
Matthew Flatt
92fd8f2dd4 fix version in release note 2011-04-15 08:03:36 -06:00
Matthew Flatt
8d9e10f34e remove compat bins: DrScheme, MrEd.exe, MrEd.app
leaving mred (Unix and Mac OS X) for scripts
2011-04-15 07:49:45 -06:00
Matthew Flatt
f1d0811249 fix typo 2011-04-15 07:32:45 -06:00
Casey Klein
7319bd1884 Fixes test-->>E documentation 2011-04-15 04:57:01 -05:00
Casey Klein
0b9db752ca Fixes test-->>E failure message
Fixes PR 11853
2011-04-15 04:52:13 -05:00
Casey Klein
46b3a9d13d Fixes generation of any' within in-hole' context position 2011-04-14 18:32:06 -05:00
Casey Klein
319ae5f825 Deletes code that should have been deleted when named holes went away 2011-04-14 18:32:05 -05:00
Casey Klein
ff7aba9750 Moves `term-let' test to proper file 2011-04-14 18:32:05 -05:00
Matthew Flatt
5386206667 fix 'solid vs. 'opaque for mono on mono Closes PR 11839 2011-04-14 15:38:38 -06:00