racket/collects/meta
Matthew Flatt 21a07ae9d6 fix problems with `(_fun #:in-original-place? #t ....)'
The old implementation could cause deadlock by blocking on a semaphore
while waiting for the original place to run a callback, but a master
GC might be needed (and the blocked place wouldn't get the signal).

Beside fixing that problem, a potential memory leak is fixed in
calling an ffi funcition and having a Racket->C unmarshaling fail.
Also, the GC marking routine for a `place' value didn't reference the
place's underlying `place_obj' value.
2012-02-26 22:13:01 -05:00
..
build Fix a very old typo in the pre-built "binaries" directory index. 2012-02-26 18:58:24 -05:00
contrib Remove bash completion for commands we don't provide. 2011-08-02 15:14:07 -04:00
drdr Better explanation of DrDr's behavior 2012-02-20 10:50:48 -07:00
drdr2 A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
tree ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
web Do a timeout for http polls too. 2012-02-24 14:46:17 -05:00
check-dists.rkt fix meta/check-dists 2011-12-04 08:01:48 -07:00
checker.rkt fix meta/check-dists 2011-12-04 08:01:48 -07:00
dist-specs.rkt remove MysterX DLL, replace with wrapper around `ffi/com' 2012-02-17 06:37:19 -07:00
info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
props fix problems with `(_fun #:in-original-place? #t ....)' 2012-02-26 22:13:01 -05:00
readme.txt Some "plt" -> "racket" in distribution files and other meta stuff. 2010-05-26 21:29:27 -04:00
spec-lang.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
spec-reader.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
specs.rkt Lots of "~e" to "~.s" changes. 2010-08-25 17:17:01 -04:00

This directory contains code that is used to manage Racket infrastructure.