Matthew Flatt
11882b0819
Andreas Rottmann's patches to R6RS support (merge to 4.2.2)
...
svn: r16169
2009-09-29 16:06:15 +00:00
Kevin Tew
95524d71a1
THREAD_LOCAL gmp state
...
svn: r16168
2009-09-29 16:01:36 +00:00
Matthew Flatt
28e84131a6
fix insidemz doc bug (merge to 4.2.2)
...
svn: r16167
2009-09-29 15:49:37 +00:00
Matthew Flatt
f3de56f742
fix 'append' in ISL+ to disallow a non-list last argument (merge to 4.2.2)
...
svn: r16166
2009-09-29 15:28:44 +00:00
Robby Findler
75a5e0c23a
removed extraneous export
...
svn: r16165
2009-09-29 14:34:57 +00:00
Eli Barzilay
6d2bdb9e1c
forgot this rename in last commit
...
svn: r16164
2009-09-29 13:40:17 +00:00
Matthew Flatt
d44c202d63
update mz+mr notes for 4.2.2 (merge to 4.2.2)
...
svn: r16163
2009-09-29 12:56:46 +00:00
Eli Barzilay
274fb159b9
Welcome to a new PLT day.
...
svn: r16162
2009-09-29 07:50:31 +00:00
Eli Barzilay
6cea680b62
* Reorganize macro code.
...
* Change `trace-apply' to accept keyword arguments by being a keyworded
function itself
* Renamed `trace-apply' to `trace-call' -- since it's not following the
calling convention of `apply'.
svn: r16161
2009-09-29 07:33:07 +00:00
Eli Barzilay
b280232aea
mu
...
svn: r16160
2009-09-29 04:38:02 +00:00
Jon Rafkind
230fcf49df
add simple trace tests
...
svn: r16158
2009-09-29 04:30:31 +00:00
Kevin Tew
090f5eb474
Disable check_cycles_fast for places
...
svn: r16157
2009-09-28 22:08:31 +00:00
Kevin Tew
1d95e97c29
THREAD_LOCAL scheme_system_idle_channel
...
svn: r16156
2009-09-28 22:08:25 +00:00
Kevin Tew
cdeb27255e
Prehashed kernel_modidx empty_self_modidx, avoided unneeded late write of NULL in kernel env
...
svn: r16155
2009-09-28 22:08:18 +00:00
Kevin Tew
0e89f5c580
scheme_init_network cleanup
...
svn: r16154
2009-09-28 21:41:59 +00:00
Kevin Tew
7e942fa211
THREAD_LOCAL fun.c module.c network.c port.c print.c thread.c
...
svn: r16153
2009-09-28 21:41:52 +00:00
Kevin Tew
34955dd358
THREAD_LOCAL thread.c
...
svn: r16152
2009-09-28 21:41:43 +00:00
Kevin Tew
7d3099c980
Moved THREAD_LOCAL stxobj globals to place REGISTER_SO
...
svn: r16151
2009-09-28 21:13:08 +00:00
Kevin Tew
b4b0512961
Made external_event_fd THREAD_LOCAL
...
svn: r16150
2009-09-28 21:13:02 +00:00
Kevin Tew
3840b6f50b
Precompute hash of scheme_default_prompt_tag
...
svn: r16149
2009-09-28 21:12:52 +00:00
Robby Findler
d69af45338
svn: r16148
2009-09-28 20:57:49 +00:00
Robby Findler
dfaf397cac
added iota
...
svn: r16147
2009-09-28 19:36:38 +00:00
Robby Findler
522c290678
svn: r16146
2009-09-28 18:05:30 +00:00
Robby Findler
53a796d7af
first (broken) attempt at bounding boxes for ellipses
...
svn: r16145
2009-09-28 16:26:03 +00:00
Matthew Flatt
ce6c12daf8
fix bug when JIT is dynamically disabled
...
svn: r16144
2009-09-28 15:22:46 +00:00
Robby Findler
982f533d28
split up image into core library (required for copy & paste) and other stuff (implementation of the combinators, mostly)
...
svn: r16141
2009-09-28 11:36:13 +00:00
Robby Findler
68d461f60a
renamed 2htdp/picture to 2htdp/image
...
svn: r16140
2009-09-28 11:04:23 +00:00
Eli Barzilay
d21b719f63
Welcome to a new PLT day.
...
svn: r16139
2009-09-28 07:50:19 +00:00
Eli Barzilay
b9f4662af9
Very partial change, the only visible effect should be that "Pre-Query"
...
is no longer part of the interface in any way.
svn: r16136
2009-09-27 14:13:57 +00:00
Matthew Flatt
c3602ff740
remove debugging printf
...
svn: r16135
2009-09-26 19:43:46 +00:00
Matthew Flatt
b9c1fafb74
register module body and import traversal for JIT-based stack traces
...
svn: r16134
2009-09-26 19:04:18 +00:00
Matthew Flatt
95235a4522
fix problem with regexp-match*, etc. and byte regexps (merge to 4.2.2)
...
svn: r16133
2009-09-26 18:50:41 +00:00
Robby Findler
c91a9847aa
more progress on picture.ss; hopefully this is a final version of the internal data definitions
...
svn: r16132
2009-09-26 15:39:00 +00:00
Robby Findler
9b8c2d15cc
added a test case for just creating a snip% (but the test case doesnt run yet)
...
svn: r16131
2009-09-26 15:38:35 +00:00
Robby Findler
cde6f8818b
minor bugfix
...
svn: r16130
2009-09-26 15:38:13 +00:00
Eli Barzilay
c349d6dc2d
Welcome to a new PLT day.
...
svn: r16129
2009-09-26 07:50:34 +00:00
Casey Klein
29a3ed2a20
Improved error reporting for side-conditions Redex can't satisfy
...
svn: r16128
2009-09-25 15:16:29 +00:00
Stevie Strickland
df409ae42f
Fixes some bad references in the mzlib scribble documentation that refer to
...
things that have moved away from the base contract file.
svn: r16127
2009-09-25 14:57:36 +00:00
Matthew Flatt
ccb20d1be6
fix ordering problem between initial and later imports for certain cases leading to module->namespace
...
svn: r16126
2009-09-25 14:44:37 +00:00
Matthew Flatt
be2c552788
fix cleanse-path security-guard test
...
svn: r16125
2009-09-25 14:16:44 +00:00
Eli Barzilay
5abe0a4a7a
Welcome to a new PLT day.
...
svn: r16124
2009-09-25 07:50:30 +00:00
Eli Barzilay
cee0e5f326
fix optional argument to number<->string functions
...
svn: r16123
2009-09-24 15:26:13 +00:00
Matthew Flatt
eab6803895
change sandbox to allow read from the planet directory; delay some path calculations in other libraries to avoid sandbox prohibitions (but the ones in Scribble seem like too much)
...
svn: r16122
2009-09-24 14:54:15 +00:00
Matthew Flatt
26f99d3fa4
remove security-guard check from cleanse-path, because it does not consult the filesystem
...
svn: r16121
2009-09-24 14:49:59 +00:00
Matthew Flatt
a8f50e76a7
fix typos (could merge to 4.2.2)
...
svn: r16120
2009-09-24 14:49:17 +00:00
Eli Barzilay
f624a90955
Welcome to a new PLT day.
...
svn: r16119
2009-09-24 07:50:26 +00:00
Matthias Felleisen
d39c717b69
fixed argmax doc bug; please propagate
...
svn: r16118
2009-09-23 22:27:13 +00:00
Matthew Flatt
f25e8976b5
doc slideshow/play (merge to 4.2.2)
...
svn: r16116
2009-09-23 10:53:56 +00:00
Robby Findler
d8c206531d
current-load-relative-directory is now just set to #f
...
svn: r16115
2009-09-23 10:09:18 +00:00
Eli Barzilay
8f371c7bc2
Welcome to a new PLT day.
...
svn: r16114
2009-09-23 07:50:27 +00:00