Matthew Flatt
|
fdd7122994
|
scheme/flonum (v4.2.3.8)
svn: r17348
|
2009-12-18 15:40:00 +00:00 |
|
Matthew Flatt
|
cab948d61f
|
fix up validator, decompiler, and zo-marshaler for flonum-argument annotations
svn: r17341
|
2009-12-17 20:17:48 +00:00 |
|
Matthew Flatt
|
45e84ca087
|
unboxing of let-bound flonums (v4.2.3.6)
svn: r17328
|
2009-12-16 13:30:40 +00:00 |
|
Matthew Flatt
|
5772fa0a9f
|
bytecode-compiler changes to help enable flonum unboxing
svn: r17283
|
2009-12-13 04:39:46 +00:00 |
|
Eli Barzilay
|
6a8c35d429
|
typo in DFlag
svn: r16181
|
2009-09-30 03:58:59 +00:00 |
|
Eli Barzilay
|
ac39ffe739
|
undo revision 16179, which had some junk included by mistake
svn: r16180
|
2009-09-30 03:57:08 +00:00 |
|
Eli Barzilay
|
38388b1d34
|
typo in DFlag
svn: r16179
|
2009-09-30 03:55:22 +00:00 |
|
Robby Findler
|
83728f04fe
|
automatic compilation in drscheme now avoids the installed planet files
svn: r15928
|
2009-09-09 02:35:09 +00:00 |
|
Matthew Flatt
|
8ae0ea9d14
|
unsafe ops (v4.2.1.8)
svn: r15899
|
2009-09-06 18:24:46 +00:00 |
|
Robby Findler
|
4c9dcdc36d
|
moved some of the module language compiler setup code into the compiler/cm library so others can use it outside of DrScheme
svn: r15730
|
2009-08-13 21:09:15 +00:00 |
|
Matthew Flatt
|
f37c71c6ee
|
setup-plt -D skips compilation of .scrbl files
svn: r15727
|
2009-08-13 16:24:33 +00:00 |
|
Robby Findler
|
6c86f7e305
|
removed duplication
svn: r15641
|
2009-07-30 19:25:23 +00:00 |
|
Robby Findler
|
6fe071364f
|
svn: r15634
|
2009-07-30 04:23:20 +00:00 |
|
Matthew Flatt
|
53a011cf65
|
adjust planet client to handle nested planet invocations by re-building the doc index only once
svn: r15246
|
2009-06-23 22:02:07 +00:00 |
|
Matthew Flatt
|
9375b49d1b
|
let-rec clarifications
svn: r14776
|
2009-05-11 20:13:54 +00:00 |
|
Matthew Flatt
|
39d405fe6e
|
zo-marshal supports module forms
svn: r14637
|
2009-04-28 13:13:22 +00:00 |
|
Jay McCarthy
|
8f4ece0f9f
|
typos
svn: r14589
|
2009-04-23 16:17:48 +00:00 |
|
Matthew Flatt
|
01e7df1780
|
fix contract links in docs for compiler/zo-parse
svn: r14485
|
2009-04-10 16:34:59 +00:00 |
|
Eli Barzilay
|
c0a8a01222
|
Changed @itemize{...} to @itemize[...] (done after comparing the doc
tree and verifying that there are no changes).
(Also fixed a few bugs that were in the code)
svn: r14427
|
2009-04-05 17:46:20 +00:00 |
|
Matthew Flatt
|
c656a658e9
|
doc xform Scheme API a provided by Will Farr (PR 10151)
svn: r14242
|
2009-03-23 18:49:03 +00:00 |
|
Matthew Flatt
|
5a8bd8b724
|
partially working compiler/zo-marshal
svn: r13976
|
2009-03-06 02:23:19 +00:00 |
|
Matthew Flatt
|
25e7978999
|
rename write-bytecode to zo-marshal
svn: r13974
|
2009-03-06 00:48:08 +00:00 |
|
Matthew Flatt
|
a1f0873143
|
initial version of write-bytecode
svn: r13973
|
2009-03-06 00:45:13 +00:00 |
|
Matthew Flatt
|
005d257dc4
|
add high-level explanation of bytecode to compiler/zo-parse docs
svn: r13428
|
2009-02-04 20:37:10 +00:00 |
|
Matthew Flatt
|
836e108401
|
refine compiler/zo-parse docs
svn: r12948
|
2008-12-28 19:21:15 +00:00 |
|
Matthew Flatt
|
7aec6b8761
|
document compiler/zo-parse and compiler/decompile
svn: r12947
|
2008-12-28 18:57:13 +00:00 |
|
Robby Findler
|
256182ecbd
|
adjusted the automatic compilation to make it more disableable
svn: r12397
|
2008-11-11 23:56:54 +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 |
|
Matthew Flatt
|
c1a10edaff
|
fix compile-zos for modules
svn: r12347
|
2008-11-07 23:21:02 +00:00 |
|
Matthew Flatt
|
f076494c48
|
change mzc verbosity
svn: r12333
|
2008-11-06 18:54:12 +00:00 |
|
Eli Barzilay
|
be989d5cc5
|
typo
svn: r11524
|
2008-09-02 14:32:59 +00:00 |
|
Matthew Flatt
|
de4352d8fc
|
avoid depending on the message text for a cm-accomplice event
svn: r11355
|
2008-08-20 13:37:57 +00:00 |
|
Matthew Flatt
|
6516518ae5
|
fix cm-accomplice and avoid redundant reader-module dependencies
svn: r11354
|
2008-08-20 13:29:42 +00:00 |
|
Matthew Flatt
|
ebab4270bf
|
fix letrec compilation when call/cc is used on the RHS of something that otherwise looks like it could be let*; add #%in annotations to decompiler output
svn: r11329
|
2008-08-19 15:18:09 +00:00 |
|
Matthew Flatt
|
76cf25fc12
|
document 'mzc --decompile'
svn: r11317
|
2008-08-19 00:50:52 +00:00 |
|
Eli Barzilay
|
c78b20790d
|
typo
svn: r11163
|
2008-08-09 06:12:20 +00:00 |
|
Eli Barzilay
|
97913489ad
|
typo
svn: r11162
|
2008-08-09 06:08:24 +00:00 |
|
Matthew Flatt
|
7af044e2ce
|
allow multiple uses of an .icns filein .filetypes
svn: r10752
|
2008-07-13 23:06:24 +00:00 |
|
Eli Barzilay
|
4cd2614c21
|
scribble fixes -- nested @scheme and a few other similar problems
svn: r10744
|
2008-07-13 17:13:20 +00:00 |
|
Danny Yoo
|
f2fdb531a6
|
Typo
svn: r10509
|
2008-06-29 22:42:00 +00:00 |
|
Matthew Flatt
|
6f8dbf0ec5
|
make tech links gray; fix-ups in reference manual
svn: r10430
|
2008-06-23 21:03:10 +00:00 |
|
Matthew Flatt
|
d30e8261d4
|
doc automatically excluded paths for setup-plt compilation
svn: r10171
|
2008-06-06 13:44:18 +00:00 |
|
Matthew Flatt
|
7c3962720e
|
add uti-exports support (thanks to Dave Gurnell for help)
svn: r10129
|
2008-06-04 14:16:30 +00:00 |
|
Matthew Flatt
|
d9ec897b68
|
flip mzc flag from --prim to --no-prim (update docs)
svn: r10124
|
2008-06-04 12:36:26 +00:00 |
|
Matthew Flatt
|
bb2d82bfb1
|
minor doc corrections
svn: r10059
|
2008-05-30 19:36:59 +00:00 |
|
Matthew Flatt
|
64d8b39b49
|
more guide clean-up
svn: r9920
|
2008-05-21 13:31:09 +00:00 |
|
Matthew Flatt
|
58f1177258
|
finish DrScheme doc port
svn: r9572
|
2008-05-01 19:51:52 +00:00 |
|
Matthew Flatt
|
a26b334c67
|
proprocessor doc, merge scribblings and doc-categories fields
svn: r9414
|
2008-04-23 00:20:25 +00:00 |
|
Matthew Flatt
|
476c374751
|
finish mzc docs
svn: r9378
|
2008-04-20 14:28:20 +00:00 |
|
Matthew Flatt
|
b64d03d932
|
fix mac sdk support; change initial namespace to not have 'module'; set up mzc --c-mods (still need docs)
svn: r8997
|
2008-03-16 23:08:53 +00:00 |
|