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
John Clements
4520570cb2
added indexing to compile-omit-paths etc.
...
svn: r8961
2008-03-12 19:34:35 +00:00
Matthew Flatt
af78c215a2
setup-plt info.ss docs, including info on scribblings and doc-categories
...
svn: r8931
2008-03-08 15:37:27 +00:00
Eli Barzilay
b76390a452
revise the way setup-plt crawls over the collection trees
...
svn: r8860
2008-03-03 22:04:28 +00:00
Matthew Flatt
b7cfd2fd00
plt-r6rs executable and initial r6rs docs
...
svn: r8859
2008-03-03 21:59:09 +00:00
Eli Barzilay
699c40643d
* Changed setup-plt to compile collections if they have an "info.ss"
...
file. (That is, it does not require the file to have a `name'
entry.)
* The name shown when setup works is the directory name, followed by
the `name' field from the info file when specified.
* This means that many `name's are no longer needed, so I'm removing
them. To see if you need a `name' entry, consider that the name
will be shown like this:
... foo (<your name here>)
This means that if the name is the same as the directory name, then
there is no point in having it. I also removed cases where the name
differed only in its capitalization for collections where the case
is obvious.
* Also, for subcollections, the name should clarify the name of the
subcollection in context. For example "Acknowledgments" explains
what scribbling/acks is, but there's no need to add the context name
as in "Scribblings: Acknowledgments".
* There may also be a point in keeping names for other uses. One such
example was in games, where the name field was used in the PLT Games
application. (This was changed to default on the directory name, so
it is no longer needed in most games.) Another example is in planet
packages.
svn: r8629
2008-02-12 10:33:01 +00:00
Eli Barzilay
ba779ff7cb
clarification
...
svn: r8628
2008-02-12 09:47:20 +00:00
Matthew Flatt
52355ec9e6
move setup/infotab documentation to setup-plt manual
...
svn: r8539
2008-02-05 16:51:19 +00:00
Eli Barzilay
03f29ff7b1
fix uses of #lang setup/infotab
...
svn: r8534
2008-02-05 05:24:32 +00:00
Eli Barzilay
3da233dd8e
fix some minor bug and typos in previous commit
...
svn: r8533
2008-02-05 00:22:33 +00:00
Eli Barzilay
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Matthew Flatt
99818355f7
launcher scribblings and other doc fixes
...
svn: r8469
2008-01-29 22:56:17 +00:00
Matthew Flatt
60f7074bab
doc fixes and rendering tweaks
...
svn: r8453
2008-01-28 22:43:50 +00:00
Matthew Flatt
e35c94f91d
clean out _loader compilation support; merge compiler library docs into mzc manual; improve mzscheme cmdline handling so that configuration options do not cancel defaults like -i and -u
...
svn: r8432
2008-01-27 14:20:42 +00:00
Matthew Flatt
04859fb2dd
normalize some doc titles
...
svn: r8336
2008-01-15 14:46:36 +00:00
Matthew Flatt
e3af8a5a52
more mzc scribblings; scribbled HTML layout tweaks
...
svn: r8335
2008-01-15 14:20:49 +00:00
Matthew Flatt
8b16cee613
start mzc scribbling
...
svn: r8334
2008-01-15 13:09:40 +00:00