Commit Graph

21877 Commits

Author SHA1 Message Date
Casey Klein
1c8c6ddbee Adds generate-term option for LHS-based generation 2011-04-22 04:43:11 -05:00
Casey Klein
362a6d75a5 Changes redex-match to suppress ..._x bindings 2011-04-22 04:43:11 -05:00
Casey Klein
24d697e83c Fixes bug in STLC example 2011-04-22 04:43:11 -05:00
Eli Barzilay
3f94c3dcfc Fix typo 2011-04-21 23:33:07 -04:00
Kevin Tew
34fd6c35dd Typo fix 2011-04-21 20:55:34 -06:00
Robby Findler
7f9bd52857 fixed a bug in the way PR 11775 was fixed
related to PR 11775
  pls. merge to release branch
2011-04-21 21:40:04 -05:00
Matthew Flatt
3f9a4c49fa fix `#define's that are used in more configurations than originally 2011-04-21 19:34:07 -06:00
Matthew Flatt
c4dbbdfaf3 fix C declaration 2011-04-21 19:34:07 -06:00
Matthew Flatt
f761be02be fix logging for master GC 2011-04-21 19:34:07 -06:00
Robby Findler
22e08dde07 removed drscheme man page
merge to release branch
2011-04-21 19:38:30 -05:00
Robby Findler
8655c4a55e added in recent changes 2011-04-21 19:37:08 -05:00
Kevin Tew
8b049bb2ff Missed old code removal during recent refactor 2011-04-21 18:16:47 -06:00
Kevin Tew
d197d39d2c [Places] free gcs when places terminate 2011-04-21 14:27:27 -06:00
Matthew Flatt
c280b19ee2 remove unused var 2011-04-21 11:45:34 -06:00
Matthew Flatt
5e24a6d37c improve logging related to GC and places 2011-04-21 11:42:20 -06:00
Kevin Tew
c00a85edf8 Free msg_memory when place channel is finalized 2011-04-21 11:20:53 -06:00
Kevin Tew
8e2c09ac2f Add finalizer for place-channel's mutexes 2011-04-21 11:20:53 -06:00
Asumu Takikawa
45253454c7 plt-games: Fix minor bug in paint-by-numbers game. 2011-04-21 13:11:46 -04:00
Sam Tobin-Hochstadt
295cb191cf Fix undocumented binding. 2011-04-21 12:23:44 -04:00
Kevin Tew
113918e85a Revert "disable places-by-default for now"
This reverts commit 8760d38a95.
2011-04-21 10:18:29 -06:00
Kevin Tew
23fa4fb684 Disable places build, using processes only. 2011-04-21 06:24:30 -06:00
Kevin Tew
6bfef986d1 Match error messasge in places.c 2011-04-21 06:24:09 -06:00
Kevin Tew
b1cd60213f Test all allowed types in place messages 2011-04-21 06:14:27 -06:00
Matthew Flatt
8760d38a95 disable places-by-default for now
--- pending further investigation of memory consumption
2011-04-21 06:12:31 -06:00
Matthew Flatt
2177681336 remove leftover(?) place GC-switching code on prefab lookup 2011-04-20 21:13:21 -06:00
Matthew Flatt
275d4a7a05 future scheduling fix and tweak
- put an atomic action on the atomic queue, even if the future
   was locally suspended
 - try local allocation for a multiple-values buffer
2011-04-20 20:01:29 -06:00
Matthew Flatt
7a47974a69 adjust `in-vector' with ranges to cooperate with futures 2011-04-20 17:52:06 -06:00
Matthew Flatt
1601f8b73e fix gc of ps/pdf/svg cairo-surface stream
(cherry picked from commit aed7bdf0c9)
2011-04-20 19:28:46 -04:00
Matthew Flatt
5957da6bd9 fix typos
(cherry picked from commit 499800d96e)
2011-04-20 19:28:42 -04:00
Sam Tobin-Hochstadt
f858496f14 Avoid resolving types when checking subtyping on structs.
This fixes problems with caching, because sometimes we were giving the wrong answer for nested calls to `subtype'.
(cherry picked from commit 82e6e9d19e)
2011-04-20 19:28:36 -04:00
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
aed7bdf0c9 fix gc of ps/pdf/svg cairo-surface stream 2011-04-20 14:25:58 -06:00
Matthew Flatt
499800d96e fix typos 2011-04-20 14:25:53 -06:00
Matthew Flatt
e9dd7580a8 win32: fix incorrectly shared path-conversion buffer 2011-04-20 12:25:48 -06:00