Matthew Flatt
|
27cd77c16c
|
fix problem with chaperone of chaperoned hash
|
2010-05-05 09:23:40 -06:00 |
|
Matthew Flatt
|
7c52a82216
|
fix another hash chaperone bug
|
2010-05-05 07:52:48 -06:00 |
|
Matthew Flatt
|
0497baece8
|
fix problem with gracket locating the pref file for low-level prefs
|
2010-05-05 07:34:37 -06:00 |
|
Matthew Flatt
|
7359a6f9d0
|
fix equal? on two chaperoned values
|
2010-05-05 07:17:58 -06:00 |
|
Matthew Flatt
|
5b9e0e455d
|
fix problem with iteration over chpaeroned hash table
|
2010-05-05 06:35:16 -06:00 |
|
Kevin Tew
|
9a61471f06
|
[Places] make jit lock thread local
|
2010-05-04 15:49:37 -06:00 |
|
Kevin Tew
|
e3e8a54ee9
|
[Places] THREAD_LOCAL opened_libs
|
2010-05-04 15:49:36 -06:00 |
|
Matthew Flatt
|
e55acb4bc8
|
fix bytecode validator on closed case-lambda forms
|
2010-05-04 15:25:08 -06:00 |
|
Matthew Flatt
|
8af4134991
|
move result-chaperoning procedure to start of chaperioning procedure's results
|
2010-05-04 13:56:21 -06:00 |
|
Matthew Flatt
|
250ae872a7
|
fix Gracket low-level pref, and fix schthread.h for Darwin (and OS X without -DOS_X)
|
2010-05-04 06:49:09 -06:00 |
|
Matthew Flatt
|
a097b2ef6a
|
fix chaperone-hash to be more consistent with key handling
|
2010-05-03 17:59:54 -06:00 |
|
Matthew Flatt
|
6e42f95140
|
fix README typos
|
2010-05-02 08:43:30 -06:00 |
|
Matthew Flatt
|
424f7b6659
|
some rackety READMEs
|
2010-05-02 07:03:16 -06:00 |
|
Matthew Flatt
|
e504acb726
|
use .rktl suffix for files meant to be 'load'ed
|
2010-05-01 09:58:16 -06:00 |
|
Matthew Flatt
|
3db8dd7c26
|
SHA1-based shortcut for compiler/cm
|
2010-04-30 16:30:10 -06:00 |
|
Matthew Flatt
|
7ed0d4e00a
|
futures: protect use of mfence by processor count
|
2010-04-29 17:11:42 -06:00 |
|
Kevin Tew
|
1991e9328f
|
[Places] Tag allocate channels.
mark message array
|
2010-04-29 15:32:55 -06:00 |
|
Kevin Tew
|
5d804c65cb
|
[Places] Only rendezvous with master if rendezvous was requested before local GC started
increase master gen0.max_size to GEN0_INITIAL_SIZE * 10;
|
2010-04-29 15:32:55 -06:00 |
|
Kevin Tew
|
d6bfd0688a
|
more SIGSEGV info
|
2010-04-29 15:32:55 -06:00 |
|
Kevin Tew
|
1ce41d49f4
|
Places GC cleanup on place termination
|
2010-04-28 11:25:38 -06:00 |
|
Kevin Tew
|
ac8aa01a48
|
GC - add sanity check default case
|
2010-04-28 11:25:31 -06:00 |
|
Kevin Tew
|
c56fb66fa0
|
add page to killing debug
|
2010-04-28 11:25:24 -06:00 |
|
Kevin Tew
|
0a287b59e0
|
more SIGSEGV descriptions
|
2010-04-28 11:25:18 -06:00 |
|
Kevin Tew
|
d2670835ce
|
Remove uneeded place gc lock
|
2010-04-28 11:25:12 -06:00 |
|
Matthew Flatt
|
2c54268228
|
move pref file to .rtkd extension, and automatically read from the old PLT Scheme path if the new one doesn't exist
|
2010-04-28 07:24:39 -06:00 |
|
Matthew Flatt
|
28b4043077
|
rename all files .ss -> .rkt
|
2010-04-27 16:50:15 -06:00 |
|
Kevin Tew
|
f4b07e9640
|
fix missing 2 arg case of sch_default_global_port_print_handler
|
2010-04-27 14:28:35 -06:00 |
|
Robby Findler
|
05df75f935
|
Merge branch 'master' of git:plt
|
2010-04-27 09:20:17 -05:00 |
|
Matthew Flatt
|
327408c12f
|
drop suffix from pref-file name
|
2010-04-26 15:33:58 -06:00 |
|
Matthew Flatt
|
ed82cca998
|
Merge branch 'master' of git.racket-lang.org:plt
|
2010-04-26 15:05:15 -06:00 |
|
Matthew Flatt
|
b3e0a784e4
|
.mzschemerc -> .racketrc, etc.
|
2010-04-26 14:40:37 -06:00 |
|
Matthew Flatt
|
db2ed4cef3
|
change printer to not quote ellipsis in partially opaque structure
|
2010-04-26 14:18:43 -06:00 |
|
Kevin Tew
|
71827c2a79
|
GC Cleanup and comments
|
2010-04-26 13:34:17 -06:00 |
|
Kevin Tew
|
b11593fadb
|
Fix accounting of MASTERGC gen0 memory
|
2010-04-26 13:34:16 -06:00 |
|
Kevin Tew
|
7eba20b236
|
Use C Macro to communicate real meaning of page->previous_size
|
2010-04-26 13:34:16 -06:00 |
|
Kevin Tew
|
d8dd03c728
|
Don't GC if in atomic mode(have temporarily switched to master)
|
2010-04-26 13:34:16 -06:00 |
|
Matthew Flatt
|
616080c7c4
|
change 'define-struct' to bind the type name as a constructor, add an #:extra-constructor-name option, etc.
|
2010-04-25 12:10:36 -06:00 |
|
Matthew Flatt
|
22470e4147
|
racket-tool -> raco
|
2010-04-24 07:46:56 -06:00 |
|
Robby Findler
|
975f6445f0
|
renamed drscheme collections files to .rkt
|
2010-04-24 08:01:33 -05:00 |
|
Matthew Flatt
|
845ebfbeb8
|
hash, hasheq, hasheqv, and hash-equal?
|
2010-04-23 12:18:42 -06:00 |
|
Matthew Flatt
|
1812515a57
|
fix xform setup for reader modules, again
|
2010-04-23 08:39:26 -06:00 |
|
Matthew Flatt
|
82eb64451d
|
switch default configuration to have qq printing enabled, add runtime-config for scheme languages
|
2010-04-22 15:10:25 -06:00 |
|
Matthew Flatt
|
c76cee4775
|
fix error reporting for chdir in forked process
|
2010-04-22 15:10:24 -06:00 |
|
Kevin Tew
|
aff19733d3
|
[Places] allow creation and communication of arbitrary place channels
|
2010-04-22 10:51:46 -06:00 |
|
Kevin Tew
|
b86d90a46a
|
[Places] made functions static
|
2010-04-22 10:51:21 -06:00 |
|
Matthew Flatt
|
fec6528c70
|
fix command-line parsingand support '-f -' as eval from stdin
|
2010-04-21 18:50:50 -06:00 |
|
Matthew Flatt
|
0dbf5fc943
|
fix build problem related to scheme->racket shuffle
|
2010-04-20 20:43:15 -06:00 |
|
Matthew Flatt
|
88820fc4a4
|
Merge branch 'master' of git.racket-lang.org:plt
|
2010-04-20 15:47:14 -06:00 |
|
Matthew Flatt
|
c95a398754
|
move most of the 'scheme' collection to the 'racket' collection
|
2010-04-20 15:24:48 -06:00 |
|
tewk
|
8116350df4
|
[Places] fix stack_base
|
2010-04-20 11:10:46 -06:00 |
|