Matthew Flatt
|
c8c04c2186
|
use scheme/private/map as doc src point for map, etc.
svn: r12398
|
2008-11-12 02:09:24 +00:00 |
|
Robby Findler
|
256182ecbd
|
adjusted the automatic compilation to make it more disableable
svn: r12397
|
2008-11-11 23:56:54 +00:00 |
|
Jay McCarthy
|
fd6dfdbbc4
|
Better SSL support
svn: r12396
|
2008-11-11 23:31:26 +00:00 |
|
Jay McCarthy
|
9c174affa7
|
Removing some old functions
svn: r12395
|
2008-11-11 23:04:49 +00:00 |
|
Jay McCarthy
|
35cb453ea9
|
Pulling out servlet creation routines
svn: r12394
|
2008-11-11 22:57:41 +00:00 |
|
Matthew Flatt
|
02277342ac
|
substitute Scheme-implemented map, for-each, andmap, and ormap in scheme/base and mzscheme, since the JIT generates faster code for the common 1- and 2-argument cases
svn: r12393
|
2008-11-11 22:25:24 +00:00 |
|
Jay McCarthy
|
34c5db31ef
|
Adding a barrier, making a better name, and support stateless in serve/servlet
svn: r12392
|
2008-11-11 22:24:44 +00:00 |
|
Matthew Flatt
|
f96026edf1
|
minor doc corrections
svn: r12391
|
2008-11-11 22:24:17 +00:00 |
|
Matthew Flatt
|
8b6ccea76c
|
restore GC_malloc_pair to 3m
svn: r12390
|
2008-11-11 22:23:30 +00:00 |
|
Matthew Flatt
|
74ac5ba272
|
fix bug in call-with-immediate-continuation-mark
svn: r12389
|
2008-11-11 21:56:41 +00:00 |
|
Matthew Flatt
|
a6d953b6f5
|
add port->string, file->string, etc.
svn: r12388
|
2008-11-11 17:55:14 +00:00 |
|
Matthew Flatt
|
209b252f2c
|
fix shared on top-level 'list' binding
svn: r12387
|
2008-11-11 17:53:12 +00:00 |
|
Jay McCarthy
|
ab1da92ee9
|
Error in elim-letrec
svn: r12386
|
2008-11-11 17:46:43 +00:00 |
|
Matthew Flatt
|
cbb4985996
|
fix over-eager bytecode optimization of folding a reference to a letrec-bound identifier that is not yet ready
svn: r12385
|
2008-11-11 17:14:35 +00:00 |
|
Matthew Flatt
|
c4f994658c
|
fix mzc --include-compiled (PR 9900)
svn: r12384
|
2008-11-11 15:36:33 +00:00 |
|
Matthew Flatt
|
54a8fe3143
|
fix relto delay in colalpse-module-path
svn: r12383
|
2008-11-11 15:30:24 +00:00 |
|
Eli Barzilay
|
874937eaed
|
Welcome to a new PLT day.
svn: r12382
|
2008-11-11 08:50:15 +00:00 |
|
Jay McCarthy
|
3c51e88785
|
Removing unneccessary mutation
svn: r12381
|
2008-11-10 23:04:46 +00:00 |
|
Matthew Flatt
|
ad75c8aa58
|
fix problems in lex-rename simplification; other tiny improvements and doc repairs
svn: r12380
|
2008-11-10 22:50:54 +00:00 |
|
Jay McCarthy
|
15ad16f28d
|
Docs update
svn: r12379
|
2008-11-10 22:35:54 +00:00 |
|
Jay McCarthy
|
4f8dfc7514
|
Merging the web language dispatcher into the standard one
svn: r12378
|
2008-11-10 22:32:51 +00:00 |
|
Jay McCarthy
|
f7481b0c08
|
Slowly merging the two servlet regimes
svn: r12377
|
2008-11-10 18:45:44 +00:00 |
|
Jay McCarthy
|
138a64c24b
|
Updating continue
svn: r12376
|
2008-11-10 17:39:30 +00:00 |
|
Matthew Flatt
|
a452fa0cef
|
fix Windows out-of-memory dialog
svn: r12375
|
2008-11-10 15:50:48 +00:00 |
|
Matthew Flatt
|
9a1916e03e
|
link 'help' to general docs
svn: r12374
|
2008-11-10 15:49:39 +00:00 |
|
Matthew Flatt
|
49a4a3a26f
|
algol60: fix passing array slot as by-reference argument (PR 9895)
svn: r12373
|
2008-11-10 14:33:51 +00:00 |
|
Eli Barzilay
|
80b462c5e5
|
Welcome to a new PLT day.
svn: r12372
|
2008-11-10 08:50:12 +00:00 |
|
Robby Findler
|
788443072b
|
misc improvements after writing a beginner program with contracts
svn: r12371
|
2008-11-10 05:54:04 +00:00 |
|
Eli Barzilay
|
1e8bda724d
|
fix result of write-{string,bytes}
svn: r12370
|
2008-11-10 04:02:44 +00:00 |
|
Matthew Flatt
|
a63a20bd83
|
first-order->higher-order from lang/prim
svn: r12369
|
2008-11-10 03:21:51 +00:00 |
|
Matthias Felleisen
|
fbd683abb0
|
small fix to check-proc
svn: r12368
|
2008-11-09 20:57:34 +00:00 |
|
Greg Cooper
|
4d38b45205
|
fix rendering in debugger when number of return values is not 1
svn: r12367
|
2008-11-09 17:51:04 +00:00 |
|
Robby Findler
|
773aaca3ba
|
made mutual recursion work for ->d
svn: r12366
|
2008-11-09 13:42:46 +00:00 |
|
Eli Barzilay
|
cfdcfd9a0a
|
Welcome to a new PLT day.
svn: r12365
|
2008-11-09 08:50:13 +00:00 |
|
Eli Barzilay
|
8009a73622
|
added get-namespace
svn: r12364
|
2008-11-09 07:35:49 +00:00 |
|
Eli Barzilay
|
f85ab5567c
|
increment line counter only on real inputs (not evaluator messages)
svn: r12363
|
2008-11-09 07:25:36 +00:00 |
|
Eli Barzilay
|
1e3517d904
|
clarify errors when creating the sandbox
svn: r12362
|
2008-11-09 05:21:30 +00:00 |
|
Eli Barzilay
|
f278926617
|
protect more ways of creating a sandbox
svn: r12361
|
2008-11-09 05:14:53 +00:00 |
|
Robby Findler
|
2394848555
|
function contracts now preserve tail recursion
svn: r12360
|
2008-11-09 02:31:25 +00:00 |
|
Eli Barzilay
|
5c2e2c25c5
|
argument typo
svn: r12359
|
2008-11-09 01:59:00 +00:00 |
|
Matthias Felleisen
|
0dcf6dc0ee
|
svn: r12358
|
2008-11-08 20:35:23 +00:00 |
|
Robby Findler
|
1490cd1c4d
|
added support for automatic compilation of source files to drscheme
svn: r12356
|
2008-11-08 18:34:39 +00:00 |
|
Eli Barzilay
|
b0a0c8c2ce
|
avoid using the mzscheme tests in planet, added to nightly tests, but commented out
svn: r12354
|
2008-11-08 17:59:11 +00:00 |
|
Mike Sperber
|
95767e38c0
|
Synch german-string-constants.ss with latest.
svn: r12353
|
2008-11-08 17:51:53 +00:00 |
|
Robby Findler
|
4e623ef655
|
improved tab switching when the contour window is open
svn: r12352
|
2008-11-08 16:54:43 +00:00 |
|
Matthew Flatt
|
8ec4e7f087
|
improve error message when an unbound id leads to a check for #%app or #%top (especially in the transformer environment)
svn: r12351
|
2008-11-08 15:23:43 +00:00 |
|
Eli Barzilay
|
e10c33eccf
|
Welcome to a new PLT day.
svn: r12350
|
2008-11-08 08:50:16 +00:00 |
|
Jay McCarthy
|
411f6321fe
|
Cleaning up dispatch-servlets
svn: r12349
|
2008-11-08 00:23:45 +00:00 |
|
Jay McCarthy
|
8a91afa69d
|
Moving config:scripts back inside the adt barrier
svn: r12348
|
2008-11-07 23:22:11 +00:00 |
|
Matthew Flatt
|
c1a10edaff
|
fix compile-zos for modules
svn: r12347
|
2008-11-07 23:21:02 +00:00 |
|