Stevie Strickland
|
c04baf6d83
|
Sync to trunk in preparation of merging.
svn: r13170
|
2009-01-16 16:59:09 +00:00 |
|
Eli Barzilay
|
c0bdc22085
|
bleh
svn: r13169
|
2009-01-16 16:36:51 +00:00 |
|
Eli Barzilay
|
c5f8c43dbf
|
better code order
svn: r13168
|
2009-01-16 16:29:53 +00:00 |
|
Eli Barzilay
|
99592959b8
|
fix display/write swap, use ~s for exn-messages
svn: r13161
|
2009-01-16 05:49:16 +00:00 |
|
Eli Barzilay
|
a76cdc248f
|
added promise-forced? and promise-running?
svn: r13160
|
2009-01-16 05:46:07 +00:00 |
|
Stevie Strickland
|
9abbdce906
|
Syncing up.
svn: r13153
|
2009-01-15 17:57:20 +00:00 |
|
Matthew Flatt
|
6aea96cb5c
|
improve name of class field accessors/mutators
svn: r13150
|
2009-01-15 13:49:04 +00:00 |
|
Stevie Strickland
|
3aedb21b8f
|
Syncing here also.
svn: r13147
|
2009-01-15 09:19:20 +00:00 |
|
Eli Barzilay
|
873fe865cd
|
another tweak to the error message
svn: r13139
|
2009-01-15 03:24:04 +00:00 |
|
Stevie Strickland
|
f739d7a8d3
|
Syncing here also.
svn: r13137
|
2009-01-15 02:38:49 +00:00 |
|
Eli Barzilay
|
3418b1404e
|
plural
svn: r13131
|
2009-01-14 22:58:06 +00:00 |
|
Eli Barzilay
|
559363bc2b
|
remove #:from from error message, a little clearer code
svn: r13130
|
2009-01-14 22:57:52 +00:00 |
|
Matthew Flatt
|
9e341c4e0d
|
correct syntax-error message for 'help'
svn: r13129
|
2009-01-14 22:52:06 +00:00 |
|
Eli Barzilay
|
62ed5ba3ad
|
make it require one or more strings, just in case
svn: r13127
|
2009-01-14 22:39:17 +00:00 |
|
Eli Barzilay
|
ac5dcae9e6
|
make (help "foo") run a search for "foo"
svn: r13126
|
2009-01-14 22:35:39 +00:00 |
|
Stevie Strickland
|
4ca79e31ff
|
Syncing up to trunk.
svn: r13115
|
2009-01-14 16:45:50 +00:00 |
|
Eli Barzilay
|
d1a0086471
|
newlines at EOFs
svn: r13105
|
2009-01-14 03:10:47 +00:00 |
|
Stevie Strickland
|
dbf2ade9b2
|
Syncing up with trunk YET AGAIN.
svn: r13083
|
2009-01-13 01:02:24 +00:00 |
|
Matthew Flatt
|
2530e04720
|
add some-system-path<->string functions to scheme/path
svn: r13065
|
2009-01-11 14:47:51 +00:00 |
|
Matthew Flatt
|
4180d67e34
|
make scheme/path fuctions work on paths for any playform
svn: r13064
|
2009-01-11 13:52:26 +00:00 |
|
Matthew Flatt
|
a58010fd0d
|
scheme/class: fix local member names to provide an better message on misuse, and to declare itself as an expression form
svn: r13050
|
2009-01-09 21:00:50 +00:00 |
|
Stevie Strickland
|
d5f0b90981
|
My fellow Americans. As a young boy, I dreamed of being a baseball,
but tonight I say, we must move forward, not backward, upward, not
forward, and always twirling, twirling, twirling towards freedom.
svn: r13036
|
2009-01-08 14:53:46 +00:00 |
|
Robby Findler
|
c9ebe9bba3
|
changed the way or/c works; PR 10010
svn: r13030
|
2009-01-07 16:48:17 +00:00 |
|
Matthew Flatt
|
821a82195e
|
change 'help' to open the main doc page instead of the docs for 'help' itself
svn: r13004
|
2009-01-04 23:15:50 +00:00 |
|
Robby Findler
|
97e00eef97
|
fixed a bug in the ->d contract checking (wrt tail dropping)
svn: r12987
|
2009-01-03 16:57:46 +00:00 |
|
Robby Findler
|
3af2ea45d0
|
changed ->d so that it only checks the contract just above, not many above
svn: r12986
|
2009-01-03 16:40:54 +00:00 |
|
Stevie Strickland
|
a80ac8d72f
|
Syncing up.
svn: r12981
|
2009-01-03 02:51:36 +00:00 |
|
Matthew Flatt
|
b2d0a37f7b
|
add propagated arguments to 'call-with-continuation-prompt'; streamline 'with-handlers' expansion; speed up slightly some JITted cross-module function calls
svn: r12979
|
2009-01-02 21:57:31 +00:00 |
|
Matthew Flatt
|
e92b588985
|
macro-expansion performance tweaks
svn: r12972
|
2009-01-02 16:50:32 +00:00 |
|
Robby Findler
|
fb821d9041
|
added argmin and argmax to scheme/list and to the teaching languages
svn: r12960
|
2009-01-01 00:03:31 +00:00 |
|
Matthew Flatt
|
8fac3dbc89
|
fix gui-available? to return #f for phases other than 0
svn: r12955
|
2008-12-30 21:20:55 +00:00 |
|
Matthew Flatt
|
1642a84e69
|
add equal?/recur; implement equal? for image-snip% via properties
svn: r12950
|
2008-12-29 22:36:53 +00:00 |
|
Matthew Flatt
|
0cd2537a82
|
add equal<%> ad interface*
svn: r12946
|
2008-12-28 15:05:02 +00:00 |
|
Stevie Strickland
|
3def625a77
|
Sync
svn: r12898
|
2008-12-19 05:42:21 +00:00 |
|
Eli Barzilay
|
13e58dc786
|
* Fix call-with-custodian-shutdown and call-with-killing-threads
* Organize similarities into a utility `nested' function
* Make trusted configuration disable the evaluation handlers
svn: r12891
|
2008-12-18 20:25:03 +00:00 |
|
Stevie Strickland
|
48ea3995b4
|
Another day, another sync.
svn: r12887
|
2008-12-18 15:24:18 +00:00 |
|
Eli Barzilay
|
11107f4e22
|
(Second part of the previous commit)
svn: r12886
|
2008-12-18 13:43:59 +00:00 |
|
Eli Barzilay
|
0c85f221be
|
Added:
sandbox-eval-handlers
set-eval-handler
call-with-custodian-shutdown
call-with-killing-threads
Added optional `unrestricted?' argument to `call-in-sandbox-context'
svn: r12885
|
2008-12-18 13:35:49 +00:00 |
|
Matthew Flatt
|
efd7446b09
|
current-exit-handler => exit-handler
svn: r12874
|
2008-12-17 00:04:20 +00:00 |
|
Eli Barzilay
|
f74dc2b8c7
|
Added `call-with-trusted-sandbox-configuration', and used in scribble
and in tests.
svn: r12871
|
2008-12-16 20:29:17 +00:00 |
|
Eli Barzilay
|
0cd1b5fea9
|
* reorganize termination code a bit better
* use it when the sandbox is being setup, so we catch an out of memory
error at that time
svn: r12854
|
2008-12-15 17:13:44 +00:00 |
|
Matthew Flatt
|
45e4684e4f
|
memory accounting: blame the parent instead of the child
svn: r12853
|
2008-12-15 17:09:33 +00:00 |
|
Eli Barzilay
|
ab115fb6e4
|
default global limit is 30mb
svn: r12852
|
2008-12-15 16:26:25 +00:00 |
|
Eli Barzilay
|
b882de2409
|
allow any number for memory limits
svn: r12851
|
2008-12-15 16:22:41 +00:00 |
|
Eli Barzilay
|
a2ef8a5aae
|
allow 'exists access to addon directory
svn: r12847
|
2008-12-15 02:24:32 +00:00 |
|
Eli Barzilay
|
c62595772f
|
Finally enabled using a sub code-inspector properly, with a new
'read-bytecode permission mode. Added tests and (crappily)
documented.
svn: r12846
|
2008-12-15 01:07:00 +00:00 |
|
Stevie Strickland
|
ac9a437c10
|
Sync
svn: r12845
|
2008-12-14 20:04:29 +00:00 |
|
Eli Barzilay
|
340b193571
|
minor improvements
svn: r12842
|
2008-12-14 05:17:32 +00:00 |
|
Eli Barzilay
|
9295a1dc27
|
* Fix memory test
* Better organization of `user-eval'
* Deal with cases when the evaluator dies outside of our control
svn: r12841
|
2008-12-13 23:26:44 +00:00 |
|
Eli Barzilay
|
5ab0de415d
|
formatting
svn: r12840
|
2008-12-13 22:45:35 +00:00 |
|