Commit Graph

10152 Commits

Author SHA1 Message Date
Matthew Flatt
c73bb99cf6 fix struct type immutable-field handling and checking of prop:procedure values (PR 9914 and more)
svn: r12454
2008-11-15 02:49:54 +00:00
Robby Findler
00abb80504 fixed a bug in copy/paste of images that have a zero dimension
svn: r12448
2008-11-14 14:53:20 +00:00
Matthew Flatt
0f8e31d0a2 notes on JIT internals
svn: r12447
2008-11-14 14:33:23 +00:00
Eli Barzilay
c4cdaf3c53 Welcome to a new PLT day.
svn: r12446
2008-11-14 08:50:11 +00:00
Eli Barzilay
7563016cf8 fix probable bug
svn: r12445
2008-11-14 08:02:21 +00:00
Eli Barzilay
984e6d7e2a undo the previous hack, and now avoid putting coverage points around all non-phase-0 expressions
svn: r12444
2008-11-14 08:01:43 +00:00
Eli Barzilay
8e1dc82973 always mark coverage points around quote-syntax as covered (this is a hack, see HACK in the source)
svn: r12443
2008-11-14 08:00:27 +00:00
Eli Barzilay
61d747dc96 hack around namespace-variable-value problem
svn: r12441
2008-11-14 05:02:28 +00:00
Eli Barzilay
dc4eb77b10 remember the last-chosen assignment
svn: r12440
2008-11-14 05:01:55 +00:00
Eli Barzilay
dc3ad7e2f3 Welcome to a new PLT day.
svn: r12439
2008-11-14 02:53:18 +00:00
Matthew Flatt
dcab9448e8 typo (PR 9908)
svn: r12438
2008-11-14 02:34:10 +00:00
Matthew Flatt
13b4240cc0 another attempt to fix JIT inline 'list'
svn: r12437
2008-11-14 02:21:18 +00:00
Matthew Flatt
d4e4d14f10 fix JIT inline 'list' call, especially for PPC
svn: r12436
2008-11-14 01:53:40 +00:00
Matthew Flatt
14f57a3f37 xform: keep system-header flag in line info
svn: r12435
2008-11-14 01:22:58 +00:00
Matthew Flatt
59f3f19f84 make the optimizer slightly smarter, so that it can see through more patterns of nested let and letrec procedure bindings
svn: r12434
2008-11-14 00:48:54 +00:00
Eli Barzilay
f4f559fc3b use namespace-variable-value for !defined, and add !syntax
svn: r12433
2008-11-13 22:19:33 +00:00
Eli Barzilay
4f904c3b4b fix use of (now gone) servlet-url->url-string/no-continuation
svn: r12432
2008-11-13 22:16:01 +00:00
Jay McCarthy
f64d8a5280 Exposing MIME headers to user
svn: r12431
2008-11-13 21:25:13 +00:00
Matthew Flatt
4dd202b960 ,
svn: r12430
2008-11-13 21:11:48 +00:00
Eli Barzilay
fc1b9cdf9d fix expected error messages
svn: r12429
2008-11-13 17:18:50 +00:00
Matthew Flatt
bac4053c37 improved JIT inlining of 'list'
svn: r12428
2008-11-13 16:42:15 +00:00
Jay McCarthy
a93b36c953 Clarify SSL
svn: r12427
2008-11-13 16:07:02 +00:00
Matthew Flatt
422b1d1e09 make keep-lines? argument optional
svn: r12426
2008-11-13 16:03:26 +00:00
Matthew Flatt
358bc2bbed refine jit-buffer limit check after inlining attempts
svn: r12425
2008-11-13 15:31:55 +00:00
Matthew Flatt
54269c8bbd fix xform to not generate srcloc info in the middle of a macro call
svn: r12424
2008-11-13 13:26:25 +00:00
Eli Barzilay
e00480402a Welcome to a new PLT day.
svn: r12423
2008-11-13 08:50:14 +00:00
Robby Findler
c1a98ca9ac added a printout when tests are disabled
svn: r12422
2008-11-13 05:34:56 +00:00
Robby Findler
3abe7d6bea removed '(send this ...)' and improved the 'all tests passed' message so it counts the tests
svn: r12421
2008-11-13 05:29:42 +00:00
Eli Barzilay
987b164478 better syntax error message when define-cstruct gets an identifier without a _
svn: r12420
2008-11-13 02:18:16 +00:00
Matthew Flatt
ba7ad5d2e6 add support to xform to output source line numbers
svn: r12419
2008-11-13 00:26:04 +00:00
Jay McCarthy
d56eed754b Redoing documentation layout
svn: r12418
2008-11-12 23:45:00 +00:00
Matthew Flatt
cc69a51813 inline 'list' and 'box' allocation
svn: r12417
2008-11-12 21:18:08 +00:00
Matthew Flatt
aca2258501 fix defstruct rendering (PR 9906)
svn: r12416
2008-11-12 19:09:14 +00:00
Jay McCarthy
d0a5616cb0 Abstracting HTTP code to sub-module
svn: r12415
2008-11-12 18:44:29 +00:00
Jay McCarthy
a2b5ebb64c Removing old GUI launcher
svn: r12414
2008-11-12 17:39:54 +00:00
Matthew Flatt
a9ec217902 remove compact from default build
svn: r12413
2008-11-12 17:19:27 +00:00
Sam Tobin-Hochstadt
63b33b4765 use new `typed' collection in insert-large-letters
svn: r12411
2008-11-12 16:00:10 +00:00
Sam Tobin-Hochstadt
541a47f7fd Handle (Instance Foo) where Foo is unbound.
Return correct error behavior.

svn: r12410
2008-11-12 15:59:24 +00:00
Sam Tobin-Hochstadt
48c90f1c10 Add collection for typed version of collections.
Start with mred and framework.

svn: r12409
2008-11-12 15:57:45 +00:00
Robby Findler
9d9f06a167 svn: r12408 2008-11-12 14:43:26 +00:00
Matthew Flatt
59ec6aaa34 fix compact build
svn: r12407
2008-11-12 12:22:22 +00:00
Matthew Flatt
17901efeb4 fix call-with-continuation-barrier to work with multiple values
svn: r12406
2008-11-12 12:17:03 +00:00
Eli Barzilay
bc2d7a4b6a Welcome to a new PLT day.
svn: r12405
2008-11-12 08:50:14 +00:00
Eli Barzilay
d9b4e619eb add quotes
svn: r12404
2008-11-12 05:37:52 +00:00
Eli Barzilay
b1aee15004 improve bad access error (PR9901)
svn: r12403
2008-11-12 05:36:52 +00:00
Matthew Flatt
4fe1da791c display-list[-to-file] to display-lines[-to-file]
svn: r12402
2008-11-12 03:25:24 +00:00
Matthew Flatt
68a329430d adjust excessively pessimistic fix to letrec-bound variable propagation (because a test case caught the change, so maybe it matters)
svn: r12401
2008-11-12 03:10:00 +00:00
Matthew Flatt
fc68840124 fix first-order->higher-order
svn: r12400
2008-11-12 03:08:15 +00:00
Matthew Flatt
4bb9ef582f inline vector allocation
svn: r12399
2008-11-12 02:09:43 +00:00
Matthew Flatt
c8c04c2186 use scheme/private/map as doc src point for map, etc.
svn: r12398
2008-11-12 02:09:24 +00:00