Stephen Bloch
|
d3d8659183
|
Moved most files into private directory.
Modified main.rkt, picturing-programs.scrbl, and test-docs-complete
to reflect the new locations.
|
2011-04-28 22:13:41 -04:00 |
|
Stephen Bloch
|
8fb0f8840d
|
Merge branch 'master' of pltgit:plt
|
2011-04-28 21:58:21 -04:00 |
|
Matthew Flatt
|
030eb185bc
|
fix non-futures, non-places build
|
2011-04-28 19:22:10 -06:00 |
|
Sam Tobin-Hochstadt
|
6a87483f38
|
Document a bunch of TR types and special forms.
|
2011-04-28 18:26:07 -04:00 |
|
Sam Tobin-Hochstadt
|
561d89f0af
|
Remove uneccesary provides.
|
2011-04-28 18:25:22 -04:00 |
|
Sam Tobin-Hochstadt
|
c28f024ae0
|
Progress on missing docs.
|
2011-04-28 18:25:22 -04:00 |
|
Sam Tobin-Hochstadt
|
9469835be4
|
Add deftech for "future".
|
2011-04-28 18:23:53 -04:00 |
|
Sam Tobin-Hochstadt
|
0d246de293
|
Remove obselete shell script
|
2011-04-28 18:23:53 -04:00 |
|
Vincent St-Amour
|
632e36f751
|
Add set types to TR.
Original patch by Eric Dobson.
|
2011-04-28 18:22:39 -04:00 |
|
John Clements
|
d2a21d717c
|
refactored stepper tool to work with tabs instead of frames
|
2011-04-28 13:22:12 -07:00 |
|
John Clements
|
e4a834e9b0
|
housekeeping, changed to drracket-tool, moved files to private
|
2011-04-28 13:22:12 -07:00 |
|
John Clements
|
437baf905a
|
added simple scribblings from old doc.txt
|
2011-04-28 13:22:12 -07:00 |
|
Vincent St-Amour
|
fc531c4dbf
|
Fix chicken output processing.
|
2011-04-28 16:19:59 -04:00 |
|
Vincent St-Amour
|
7cf64050f8
|
Make tabulation script more resilient to incorrect input.
|
2011-04-28 16:19:59 -04:00 |
|
Vincent St-Amour
|
e11582a522
|
Chicken can do scheme2 now.
|
2011-04-28 16:19:58 -04:00 |
|
Vincent St-Amour
|
5592e9b34b
|
Add more TR keywords to tabify list.
|
2011-04-28 16:19:58 -04:00 |
|
Eric Dobson
|
cfab042e54
|
Added TR keywords to default tabify list
|
2011-04-28 16:19:58 -04:00 |
|
Robby Findler
|
499852087d
|
stlc bug fix
|
2011-04-28 14:51:29 -05:00 |
|
Matthew Flatt
|
ddc9213fbb
|
allocate shared JIT code on pages shared by places
|
2011-04-28 10:16:35 -06:00 |
|
Stephen Bloch
|
2b3386776c
|
Merge branch 'master' of pltgit:plt
|
2011-04-28 12:15:41 -04:00 |
|
Matthew Flatt
|
651655f7bc
|
fix memory counting on orphaned message pages
|
2011-04-28 09:53:29 -06:00 |
|
Matthew Flatt
|
9f50228db8
|
fix #include for fpsetmask()
|
2011-04-28 09:16:57 -06:00 |
|
Matthew Flatt
|
3dc38f25ee
|
adjust GC logging, include JIT pages size
|
2011-04-28 07:43:42 -06:00 |
|
Matthew Flatt
|
aaf74636c2
|
another __FreeBSD_kernel__ fix
|
2011-04-28 06:58:14 -06:00 |
|
Matthew Flatt
|
7648000608
|
fix alloc_cache page counting
|
2011-04-28 06:51:36 -06:00 |
|
Matthew Flatt
|
5114f5973c
|
remove unneeded places prefab-key conversions
(second try)
|
2011-04-28 06:35:33 -06:00 |
|
Robby Findler
|
2d28276c47
|
added newlines to planet's log
|
2011-04-28 07:35:15 -05:00 |
|
Kevin Tew
|
64ba1f2fa4
|
[Places] rename place-channel.rktl -> place-channel.rkt
|
2011-04-27 22:35:05 -06:00 |
|
Kevin Tew
|
1689ccee47
|
Fix places dying.
|
2011-04-27 21:30:37 -06:00 |
|
Kevin Tew
|
5a01e9ddb8
|
Revert "remove unneeded places prefab-key conversions"
Well try again tomorrow to clean this up.
This reverts commit bd1c47cce1 .
|
2011-04-27 20:18:15 -06:00 |
|
Matthew Flatt
|
982503b083
|
share a timestamp cache across all collections during `raco setup'
|
2011-04-27 19:02:08 -06:00 |
|
Matthew Flatt
|
5881005e18
|
tune GC parameter
|
2011-04-27 19:02:08 -06:00 |
|
Asumu Takikawa
|
836ac18667
|
Fix documented contracts in framework/color.
|
2011-04-27 17:47:30 -04:00 |
|
Matthew Flatt
|
9cf7f88606
|
fix `procedure-arity-includes?' for non-futures, non-places builds
|
2011-04-27 14:57:16 -06:00 |
|
Carl Eastlund
|
943c1bd6b5
|
Added Typed Racket reference subsection for syntax object(-related) types:
Syntaxof, Syntax, Identifier, Syntax-E, Sexpof, Sexp, and Datum.
|
2011-04-27 16:46:20 -04:00 |
|
Matthew Flatt
|
0e229529c0
|
JIT-inline `procedure-arity-includes?'
|
2011-04-27 14:10:21 -06:00 |
|
Vincent St-Amour
|
69b7923cf1
|
Props.
|
2011-04-27 14:14:26 -04:00 |
|
Vincent St-Amour
|
99f4ae14ee
|
Bigloo does not report time in centiseconds anymore (as of 3.6a).
|
2011-04-27 14:14:26 -04:00 |
|
Vincent St-Amour
|
31df4384e1
|
Chicken doesn't print GC time if the GC doesn't fire.
|
2011-04-27 14:14:26 -04:00 |
|
Kevin Tew
|
028421432d
|
[Places] place-channel tests for large messages
|
2011-04-27 11:50:45 -06:00 |
|
Kevin Tew
|
d3b014ba42
|
[Places] copy pair flags
|
2011-04-27 11:50:44 -06:00 |
|
Kevin Tew
|
7134b95ff1
|
[Places] place/anon place/thunk
|
2011-04-27 11:50:44 -06:00 |
|
Matthew Flatt
|
bd1c47cce1
|
remove unneeded places prefab-key conversions
|
2011-04-27 11:03:22 -06:00 |
|
Vincent St-Amour
|
6d56ddcc10
|
Chicken changed its timing output format.
|
2011-04-27 11:03:06 -04:00 |
|
Vincent St-Amour
|
d52c7f2d78
|
Typo.
|
2011-04-27 11:03:06 -04:00 |
|
Vincent St-Amour
|
33348795c9
|
cpstack -> cpstak
|
2011-04-27 11:03:06 -04:00 |
|
Vincent St-Amour
|
fd2d9ba0be
|
Bigloo can't compile nucleic2.
|
2011-04-27 11:03:05 -04:00 |
|
Vincent St-Amour
|
9c9c87aa09
|
Remove file that was accidentally committed.
|
2011-04-27 11:03:05 -04:00 |
|
Vincent St-Amour
|
2d8b4dcc3e
|
Fix typos in rackunit docs.
|
2011-04-27 10:11:05 -04:00 |
|
Vincent St-Amour
|
b2f7132577
|
Fix typos in ephemeron docs.
|
2011-04-27 10:11:05 -04:00 |
|