Jon Rafkind
c2b91768cc
add reference to 'fluid-let'
...
svn: r17295
2009-12-14 20:02:18 +00:00
Jon Rafkind
1e8d979c32
add eli's parameterize explanation
...
svn: r17293
2009-12-14 19:53:48 +00:00
Matthew Flatt
5772fa0a9f
bytecode-compiler changes to help enable flonum unboxing
...
svn: r17283
2009-12-13 04:39:46 +00:00
Matthew Flatt
61dd4ca0b9
add unsafe-f64vector-{ref,set!} and improve JIT to inline arithmetic ops with more than 2 arguments
...
svn: r17068
2009-11-26 15:07:16 +00:00
Robby Findler
ba959a9b24
fixed problems uncovered by the dr dr
...
svn: r16356
2009-10-17 21:32:33 +00:00
Eli Barzilay
106f21cc14
typo
...
svn: r16303
2009-10-13 05:35:41 +00:00
Matthew Flatt
818c4b0409
update performace section of gudie to mention unchecked ops
...
svn: r16230
2009-10-03 15:07:41 +00:00
Matthew Flatt
e447bc743f
doc typo and style corrections
...
svn: r16020
2009-09-16 00:59:44 +00:00
Robby Findler
5f688d1144
added scheme/exists lang and some docs in the guide about #:exists contracts
...
svn: r15879
2009-09-04 17:58:08 +00:00
Matthew Flatt
345c17e85c
major Scribble revision (v4.2.1.2)
...
svn: r15569
2009-07-25 20:25:33 +00:00
Matthew Flatt
70566bd740
change 'PLT Scheme' authors to 'PLT'; merge to 4.2.1
...
svn: r15515
2009-07-21 12:00:28 +00:00
Matthew Flatt
bc9f9a385f
fix define-get/put-id example (PR 10334); merge to 4.2.1
...
svn: r15490
2009-07-19 12:14:25 +00:00
Matthew Flatt
dab73989ae
fix references to moved frtime docs
...
svn: r15366
2009-07-03 02:46:04 +00:00
Eli Barzilay
4288c6c2c7
The Scribble reader was improved to make it pull out the syntax
...
punctuations outside of the form, as it does with quote punctuations.
So things like this
#, @foo{...}
that required the space to make the @foo read as a scribble form are
now better written as
@#,foo{...}
This changes all such occurrences. (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)
svn: r15111
2009-06-07 10:12:32 +00:00
Carl Eastlund
5e6153628b
Two instances of the typo: 'indentifier' instead of 'identifier'.
...
svn: r15081
2009-06-04 19:54:54 +00:00
Matthew Flatt
94116052da
minor guide edits (ok to merge to 4.2)
...
svn: r14879
2009-05-20 00:19:12 +00:00
Eli Barzilay
b48be04645
typo from Dorai
...
svn: r14759
2009-05-09 01:01:37 +00:00
Eli Barzilay
ff73a5395e
removed lots of "the the"s
...
svn: r14679
2009-05-01 21:02:51 +00:00
Matthew Flatt
30bb8ed263
some slightly less-boring examples
...
svn: r14582
2009-04-22 00:42:47 +00:00
Eli Barzilay
7838fec40e
fixed typo -- using str instead of result
...
svn: r14545
2009-04-17 17:34:47 +00:00
Eli Barzilay
39ba607413
double quotes
...
svn: r14544
2009-04-17 17:33:38 +00:00
Matthew Flatt
1d26e97a35
Scheme-implemented editor classes; on-demand instantiation of module phases
...
svn: r14445
2009-04-07 17:12:22 +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
550f323845
typo
...
svn: r14259
2009-03-25 02:21:34 +00:00
Eli Barzilay
19eb34367f
typo
...
svn: r14140
2009-03-17 07:06:08 +00:00
Matthew Flatt
0c36eb9ae6
add section to guide on structure equality
...
svn: r14049
2009-03-11 03:40:42 +00:00
Matthew Flatt
7daedece49
getting-started doc improvements, and small change to raise-syntax-error
...
svn: r13607
2009-02-15 15:15:06 +00:00
Stevie Strickland
cbcad0528c
There is now a new form, define-unit/contract, that basically mixes
...
define-unit with the application of a unit contract. So you can think
of it as a define/contract for units that keeps the static info needed
for link inference.
svn: r13584
2009-02-14 21:32:02 +00:00
Stevie Strickland
4f12a1e364
Use unit-binding, and link to the section that details handling first-class
...
units in more length.
svn: r13569
2009-02-14 06:14:08 +00:00
Stevie Strickland
387c8b210f
* Fix unit/c so that less unnecessary code is generated.
...
* Fix contracts for signatures and units so that references to
other signature members work appropriately.
* Add text about signature and unit contracts to the Guide.
svn: r13562
2009-02-13 22:50:49 +00:00
Eli Barzilay
bd561ab191
some paren typos
...
svn: r13416
2009-02-04 16:28:14 +00:00
Matthew Flatt
ea0958e362
doc clarifications on module constants
...
svn: r13248
2009-01-21 15:44:30 +00:00
Matthew Flatt
2527029adb
doc tweaks
...
svn: r13000
2009-01-04 14:08:13 +00:00
Matthew Flatt
5b395a3abc
new guide section on parameterize and other doc tweaks
...
svn: r12953
2008-12-30 16:21:11 +00:00
Matthew Flatt
2ce9667ae4
edits and backpointers related to Scheme dialects in the guide
...
svn: r12927
2008-12-22 21:26:39 +00:00
Matthew Flatt
8c8728337e
new guide chapter on Scheme dialects, and small clean-up for some other docs
...
svn: r12926
2008-12-22 21:17:07 +00:00
Matthew Flatt
89d0801d7a
change quote-syntax to include a certificate for the enclosing module, enable certificate checking of phase-1 bindings, and fix some other problems with certificates
...
svn: r12714
2008-12-05 22:45:04 +00:00
Matthew Flatt
b07b874e2e
scheme/load in guide
...
svn: r12466
2008-11-17 01:25:46 +00:00
Matthew Flatt
dcab9448e8
typo (PR 9908)
...
svn: r12438
2008-11-14 02:34:10 +00:00
Robby Findler
2394848555
function contracts now preserve tail recursion
...
svn: r12360
2008-11-09 02:31:25 +00:00
Matthew Flatt
37aae202c5
speed up doc build a little; fix bugs related to getting continuation marks from a thread and using the errortrace profiler
...
svn: r12237
2008-11-04 23:32:44 +00:00
Matthew Flatt
bb7d3d1a28
fix 'local-expand' checking of stop list to disallow symbols; extend 'continuation-marks' to work on threads; fix HtDP language module-level stop list
...
svn: r12101
2008-10-23 13:38:03 +00:00
Robby Findler
7005c324d4
typos
...
svn: r12091
2008-10-22 12:23:44 +00:00
Robby Findler
505cc65181
added note about experimenting with contracts
...
svn: r12088
2008-10-21 21:24:49 +00:00
Robby Findler
a559c81d63
svn: r12066
2008-10-19 12:40:31 +00:00
Robby Findler
860bbfe0a0
svn: r12063
2008-10-19 03:03:45 +00:00
Matthew Flatt
7a55275a26
unit bug fixes related to new scoping of signature elements; change scribble/manual to compute ids typeset as variables at compile time, in preparation for moving from a parameter to syntax bindings; fix docs typos; extend decompiler's support for unmarshaling syntax objects
...
svn: r12046
2008-10-15 22:23:56 +00:00
Matthew Flatt
bad81f8bcd
small edits to contract docs
...
svn: r12028
2008-10-14 00:13:12 +00:00
Matthew Flatt
077e5a4666
change reference and some other docs to use #f instead of false/c and or/c insteda of one-of/c
...
svn: r12023
2008-10-13 19:45:37 +00:00
Eli Barzilay
4f57cbbf37
fix flushing issue
...
svn: r11986
2008-10-10 09:58:18 +00:00
Robby Findler
85e489219c
a bunch more values are now converted into contracts automatically
...
svn: r11729
2008-09-13 22:35:09 +00:00
Eli Barzilay
d26f27e140
Lots of minor edits -- mainly dropping unnecessary backslashes and
...
using @litchar with braces.
svn: r11451
2008-08-27 08:35:27 +00:00
Eli Barzilay
6cd75acb0a
a bunch of (mostly) latex-leftover typos
...
svn: r11449
2008-08-27 07:07:59 +00:00
Eli Barzilay
ff2ab1f9a8
typos
...
svn: r11436
2008-08-26 18:08:40 +00:00
Eli Barzilay
c1d6152742
typo
...
svn: r11435
2008-08-26 17:56:35 +00:00
Eli Barzilay
3b9e163357
typo
...
svn: r11434
2008-08-26 17:55:49 +00:00
Eli Barzilay
014001b778
typos
...
svn: r11419
2008-08-25 15:33:32 +00:00
Eli Barzilay
9e9cc81c0b
typo
...
svn: r11417
2008-08-25 15:21:54 +00:00
Robby Findler
b987dc265d
possible fix
...
svn: r11396
2008-08-23 02:56:37 +00:00
Eli Barzilay
dfac6998fa
typos
...
svn: r11390
2008-08-22 16:08:29 +00:00
Robby Findler
de74567f46
improved things a little based on Eli's and Greg Woodhouse's comments
...
svn: r11384
2008-08-22 14:13:12 +00:00
Eli Barzilay
f5be074421
typo
...
svn: r11378
2008-08-22 11:26:52 +00:00
Matthew Flatt
e507d9a1a3
fix doc mistakes related to struct guards
...
svn: r11368
2008-08-21 17:02:50 +00:00
Eli Barzilay
c4415e07c1
examples typo
...
svn: r11365
2008-08-21 12:49:52 +00:00
Matthew Flatt
9453aaaccf
assign authors to manuals
...
svn: r11287
2008-08-15 20:16:06 +00:00
Eli Barzilay
fd205b8470
typos from Grant (PR9652)
...
svn: r11036
2008-08-02 19:42:26 +00:00
Matthew Flatt
8140b3644e
add 'bitwise-bit-set?' and 'in-value' (v4.0.2.6)
...
svn: r10971
2008-07-29 19:27:33 +00:00
Matthew Flatt
bbf9376115
doc typo (PR 9634)
...
svn: r10915
2008-07-26 00:09:13 +00:00
Matthew Flatt
a0f7301dff
remove misplaced #:evals in schemeblocks
...
svn: r10877
2008-07-23 15:01:13 +00:00
Matthew Flatt
2e7047b87f
fix guide typos
...
svn: r10862
2008-07-22 14:36:28 +00:00
Matthew Flatt
71a2648851
explain what a box is in the reference, and add cross references to the guide
...
svn: r10753
2008-07-14 00:05:37 +00:00
Matthew Flatt
ebe5138cfc
doc match-let as 'destructuring bind'
...
svn: r10266
2008-06-15 11:25:05 +00:00
Robby Findler
c5680137bb
removed references to non-existent module
...
svn: r10233
2008-06-12 15:13:15 +00:00
Sam Tobin-Hochstadt
3765c3591c
Use deftech instead of defterm for a bunch of terms.
...
svn: r10195
2008-06-09 16:07:52 +00:00
Matthew Flatt
71268dd76e
delete temporary stuff.txt
...
svn: r10020
2008-05-29 18:58:41 +00:00
Matthew Flatt
7ae0f500ae
add and use close-eval to reduce memory use when rendering reference and guide
...
svn: r9981
2008-05-27 17:20:24 +00:00
Matthew Flatt
6a93d0c531
macros chapter in guide
...
svn: r9927
2008-05-22 16:12:51 +00:00
Matthew Flatt
c5ef53525a
eval section of guide
...
svn: r9922
2008-05-21 15:41:57 +00:00
Matthew Flatt
64d8b39b49
more guide clean-up
...
svn: r9920
2008-05-21 13:31:09 +00:00
Matthew Flatt
5ca718b35e
units chapter in guide
...
svn: r9907
2008-05-20 20:16:44 +00:00
Matthew Flatt
6f6d8d74b4
regexp doc repairs and links
...
svn: r9876
2008-05-17 12:29:58 +00:00
Matthew Flatt
5e23e8c683
port pregexp docs to guide chapter
...
svn: r9875
2008-05-17 11:59:52 +00:00
Matthew Flatt
2b48cb0a4d
fill in some guide sections
...
svn: r9871
2008-05-16 21:23:53 +00:00
Matthew Flatt
7d6bf0371e
doc improvements
...
svn: r9566
2008-05-01 17:15:03 +00:00
Matthew Flatt
1ee0298552
struct-copy
...
svn: r9456
2008-04-24 13:56:36 +00:00
Eli Barzilay
1b552354a6
Use @(interaction-eval ...) instead of @interaction-eval[...].
...
svn: r9429
2008-04-23 16:47:17 +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
5aeaf7ea75
R6RS docs, other misc clean-up
...
svn: r9349
2008-04-17 21:29:07 +00:00
Matthew Flatt
2a17f76cec
streamline GC's thread and custodian tracking
...
svn: r9224
2008-04-09 17:25:30 +00:00
Matthew Flatt
021d4d7527
new hash function names and ops (3.99.0.23)
...
svn: r9209
2008-04-08 21:42:38 +00:00
Eli Barzilay
5efae47be8
* Made (planet "path") work like (planet path), except that the former
...
can have an extension (so it's more like the (lib ...) form now.)
(Note: I assume that the one-before-last argument in return
ok_path_string(a, 0, 0, 1, 1) is what makes it not reject a suffix)
* Documented the new form
* Made the `-p' flag get a new-style planet path, and have it work the
same as `-l' (not constructing an `eval')
* BTW, renamed `mzcmd_REQUIRE' to `mzcmd_REQUIRE_FILE', and changed
"missing file after" error message in `-l' to "missing library name
after"
svn: r9171
2008-04-06 14:08:21 +00:00
Matthew Flatt
a796029a56
rename drop and lift in Slideshow; minor doc fixes
...
svn: r9066
2008-03-22 13:48:35 +00:00
Matthew Flatt
34d83b3551
change module-path? for planet path shorthand; doc edits
...
svn: r9048
2008-03-21 23:46:42 +00:00
Robby Findler
9ba432ab9c
added the _ special case to ->d
...
svn: r8998
2008-03-17 04:01:39 +00:00
Matthew Flatt
421706a042
fix sentence
...
svn: r8968
2008-03-13 21:04:07 +00:00
Matthew Flatt
293ba025ba
prefab structure types (3.99.0.18)
...
svn: r8967
2008-03-13 20:59:22 +00:00
Eli Barzilay
db62afaadc
set svn:eol-style
...
svn: r8875
2008-03-04 17:28:15 +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
bb34f747b6
make all files terminate with a newline
...
svn: r8786
2008-02-24 21:27:36 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
Eli Barzilay
264af9a6d0
improved scribble syntax use
...
svn: r8720
2008-02-19 12:22:45 +00:00
Eli Barzilay
6f0ce91461
add #:indent to verbatim
...
svn: r8707
2008-02-18 20:01:23 +00:00
Eli Barzilay
9c77909710
use @verbatim{...}
...
svn: r8699
2008-02-18 10:49:20 +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
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Robby Findler
5094c9b95b
fixed up case for contracts
...
svn: r8479
2008-01-30 20:25:37 +00:00
Robby Findler
9bdbfba888
Matthias's improvements to the contracts docs, plus a few minor fixes
...
svn: r8478
2008-01-30 20:20:31 +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
b2dbe63ed1
small doc fixes, plus change to syntax pattern matching to allow null as a dotted match after ellipses
...
svn: r8384
2008-01-23 01:35:26 +00:00
Matthew Flatt
19b142e67d
add HTML docs and some guidance on scripts
...
svn: r8323
2008-01-14 19:55:27 +00:00
Matthew Flatt
13025bff7a
add master index
...
svn: r8310
2008-01-12 18:32:30 +00:00
Matthew Flatt
fa5d1c8854
break link from guide to installation doc listing
...
svn: r8307
2008-01-11 23:33:24 +00:00
Eli Barzilay
fff894d710
remove the now-redundant main-doc option
...
svn: r8288
2008-01-11 02:29:49 +00:00
Matthew Flatt
1e069dd2bc
doc build automatically go to main doc dir; added doc categories for start doc; fix locale-sensitive byte<->string ops to actually use the locale; other small edits
...
svn: r8286
2008-01-10 23:42:23 +00:00
Matthew Flatt
b76aa843ab
move doc sub-dirs to scribblings sub-dirs
...
svn: r8281
2008-01-10 20:07:32 +00:00
Matthew Flatt
2d08c17725
fix bug in deserializer; also change scribble eval to not use sandbox module mode
...
svn: r8280
2008-01-10 19:47:13 +00:00
Eli Barzilay
3061fc9916
docs -> doc, again
...
svn: r8276
2008-01-10 16:50:07 +00:00
Matthew Flatt
cec8fbbd5f
@require[....]* to @(require ...*)
...
svn: r8269
2008-01-09 13:47:11 +00:00
Robby Findler
364d7ff274
added the example section
...
svn: r8266
2008-01-08 23:30:49 +00:00
Matthew Flatt
f08dbc15da
move/collapse web-server docs, scribble doc improvements
...
svn: r8262
2008-01-08 19:54:01 +00:00
Matthew Flatt
57d173e626
make hash-lang delayed so that scribble/manual doesn't directly depend on scribblings/guide
...
svn: r8260
2008-01-08 18:15:06 +00:00
Robby Findler
1d58054540
some minor fiddling
...
svn: r8256
2008-01-08 14:58:51 +00:00
Robby Findler
1b31b38e1e
a little more work on the contracts guide
...
svn: r8254
2008-01-08 05:43:41 +00:00
Matthew Flatt
eeb62f47f7
fix quick doc build
...
svn: r8253
2008-01-08 01:48:39 +00:00
Matthew Flatt
343308481a
work on guide, and fix problems with scribble/eval
...
svn: r8250
2008-01-07 21:47:22 +00:00
Robby Findler
e4b26b3d67
added something to illustrate the difference between any and any/c
...
svn: r8247
2008-01-07 14:26:31 +00:00
Matthew Flatt
6f2791a503
some edits to the contract guide
...
svn: r8245
2008-01-07 12:48:38 +00:00
Matthew Flatt
a4cd1cdbae
minor Scribbl{e,ings} tweaks
...
svn: r8244
2008-01-07 12:18:53 +00:00
Robby Findler
1644b86aa8
ported all of the contracts guide except the examples section
...
svn: r8242
2008-01-07 04:42:25 +00:00
Matthew Flatt
f3cb86dc1a
sandbox Scribble evaluations; fix rational exact->inexact loss of precision
...
svn: r8238
2008-01-06 16:54:34 +00:00
Robby Findler
7f3a5c13c2
added schemeerror and used it
...
svn: r8223
2008-01-05 16:46:17 +00:00
Matthew Flatt
90f8b75f33
fix docs on planet path syntax
...
svn: r8207
2008-01-04 16:40:38 +00:00
Robby Findler
765ec336e0
a little more progress
...
svn: r8205
2008-01-04 15:44:53 +00:00
Matthew Flatt
1717611b7b
doc format fix, sortof
...
svn: r8204
2008-01-04 15:27:41 +00:00
Robby Findler
fdb9c14eb8
started integrating the contracts guide into the plt scheme guide
...
svn: r8199
2008-01-03 22:23:45 +00:00
Matthew Flatt
6ccffdffdb
JIT inlines some floating-point ops
...
svn: r8144
2007-12-28 22:11:41 +00:00
Eli Barzilay
c71d064da6
many typos
...
svn: r8045
2007-12-18 04:27:01 +00:00
Matthew Flatt
fd1de94a48
change Scribble to complain about colliding tags
...
svn: r8025
2007-12-16 03:10:00 +00:00
Matthew Flatt
020948cf1b
document the scheme/control library
...
svn: r7971
2007-12-12 18:19:07 +00:00
Matthew Flatt
a559a710d4
adjust document names
...
svn: r7968
2007-12-12 16:31:57 +00:00
Matthew Flatt
cd7157641c
Scribble improvements: defmodule & co.
...
svn: r7902
2007-12-05 21:41:07 +00:00
Matthew Flatt
9b96716432
improve arity error messages when keywords are involved
...
svn: r7887
2007-12-02 15:45:51 +00:00
Matthew Flatt
c9545a836b
more doc fixes
...
svn: r7881
2007-12-01 02:47:17 +00:00
Matthew Flatt
58684c1b0b
doc corrections in quick and guide
...
svn: r7880
2007-12-01 01:47:32 +00:00
Matthew Flatt
8930f31115
remove 'else' and '=>' bindings from 'mzscheme'
...
svn: r7859
2007-11-29 14:08:08 +00:00
Matthew Flatt
0d44c0c57a
disable print-vector-length by default
...
svn: r7818
2007-11-22 19:27:02 +00:00
Matthew Flatt
44478fa8e0
match docs
...
svn: r7817
2007-11-22 18:51:26 +00:00
Matthew Flatt
1cf09bf71a
comment out some tentative docs
...
svn: r7757
2007-11-18 02:08:37 +00:00
Matthew Flatt
391892a848
3.99.0.3: improved namespace API
...
svn: r7756
2007-11-18 02:06:57 +00:00
Matthew Flatt
39cedb62ed
v3.99.0.2
...
svn: r7706
2007-11-13 12:40:00 +00:00
Matthew Flatt
ac85e14527
fix planet require of random.plt
...
svn: r7511
2007-10-16 16:09:22 +00:00
Matthew Flatt
e4cbc4e6a9
371.2
...
svn: r7263
2007-09-02 17:39:32 +00:00
Matthew Flatt
3f2341cda8
minor doc edits
...
svn: r7121
2007-08-19 13:20:06 +00:00
Matthew Flatt
0b3c7cb4c8
doc work, especially syntax and reflection reference
...
svn: r6893
2007-07-12 05:37:21 +00:00
Matthew Flatt
987982cd8d
doc work, especially I/O reference
...
svn: r6803
2007-07-03 03:32:13 +00:00
Eli Barzilay
f99393bac3
remove bad space
...
svn: r6764
2007-06-29 07:17:56 +00:00
Eli Barzilay
2974f38f31
removed spaces at eolns to make new-reader-diffs easier to follow
...
svn: r6763
2007-06-29 05:58:56 +00:00
Matthew Flatt
b883f4ef76
fix problem with recursive reads on hash tables, sfix syntax-quoted hash tables in marhsaled compiled code, and add a bit more new documentation
...
svn: r6759
2007-06-28 22:59:06 +00:00
Matthew Flatt
c79499e8b6
regexp table formatted for new docs
...
svn: r6740
2007-06-26 08:18:55 +00:00
Matthew Flatt
efb592bd15
doc work on modules, new big collection
...
svn: r6732
2007-06-25 08:47:02 +00:00
Matthew Flatt
f7bf029234
doc work (start on module guide)
...
svn: r6730
2007-06-25 06:37:25 +00:00
Matthew Flatt
a6cff46fae
scribble: add toc on each HTML page
...
svn: r6725
2007-06-24 06:20:17 +00:00
Matthew Flatt
f78989e8a4
catch up more cross references
...
svn: r6722
2007-06-23 02:50:05 +00:00
Matthew Flatt
c3e28eda73
add note to the docs to explain that they don't match he current version
...
svn: r6721
2007-06-23 02:37:14 +00:00
Matthew Flatt
f9b2e75a75
more cross-referencing and icons to help explain margin notes
...
svn: r6720
2007-06-23 02:33:00 +00:00
Matthew Flatt
ff1189600a
doc work (fix long filename)
...
svn: r6717
2007-06-22 12:19:03 +00:00
Matthew Flatt
7de23b6373
change scribble to use new-lambda and new-struct, and correlate definitions and uses via lexical binding
...
svn: r6714
2007-06-22 05:59:42 +00:00
Matthew Flatt
2fe7c75dc1
doc work
...
svn: r6692
2007-06-19 08:32:38 +00:00
Matthew Flatt
e2dfc97726
doc work: set! in guide
...
svn: r6690
2007-06-19 00:23:11 +00:00
Matthew Flatt
1477c7ec1b
doc work
...
svn: r6685
2007-06-18 06:34:41 +00:00
Matthew Flatt
2e536dc70e
doc work, and also generalize normalize-definition to work with opts and kws
...
svn: r6665
2007-06-15 01:59:06 +00:00
Matthew Flatt
9d425a0bbf
keyword-procedure corrections
...
svn: r6655
2007-06-14 02:15:32 +00:00
Matthew Flatt
b0328d4853
keyword-procedure implementation scribblings; reverted opt-lambda hacks
...
svn: r6654
2007-06-14 02:05:38 +00:00
Matthew Flatt
06f925e50a
improved CSS for IE
...
svn: r6588
2007-06-12 07:54:26 +00:00
Matthew Flatt
1ce06cc65a
small doc edits
...
svn: r6586
2007-06-12 06:12:18 +00:00
Matthew Flatt
ab492c3f7c
some doc edits related to sequences and for
...
svn: r6582
2007-06-12 03:04:16 +00:00
Matthew Flatt
05607ad661
work on docs for keyword arguments
...
svn: r6581
2007-06-12 01:44:02 +00:00
Matthew Flatt
32e9101594
guide and reference work; change opt-lambda to use lambda/kw and hack in keyword support for documentation purposes, along with define-opt
...
svn: r6572
2007-06-11 07:19:42 +00:00
Matthew Flatt
732569c39d
scribblings: more explicit fonts and relative sizes for more consistent output, and colors changed to match DrScheme defaults
...
svn: r6560
2007-06-09 23:21:39 +00:00
Matthew Flatt
39a98d4266
refine and document new scheme grammar forms
...
svn: r6551
2007-06-09 01:39:47 +00:00
Matthew Flatt
7d7cae8bf2
get rid of for-values, change document format for mini-grammars
...
svn: r6549
2007-06-09 01:13:52 +00:00
Matthew Flatt
8c6f3b70de
fix minor newdoc typo
...
svn: r6539
2007-06-08 05:41:39 +00:00
Matthew Flatt
04836dbae1
fix more typos
...
svn: r6501
2007-06-06 07:22:52 +00:00
Matthew Flatt
3ac6ef1d06
fix some typos
...
svn: r6500
2007-06-06 07:15:56 +00:00
Matthew Flatt
a2e6a837ae
guide edits, including demotion of for/list
...
svn: r6499
2007-06-06 07:05:07 +00:00
Matthew Flatt
3856d9e6a4
reference work, and also change ...0 and ...1 to ... and ...+
...
svn: r6498
2007-06-06 06:08:46 +00:00
Matthew Flatt
a0cee55f56
improve reference-to-guide links
...
svn: r6497
2007-06-06 01:39:36 +00:00
Matthew Flatt
8d61bb4c70
reference-manual work
...
svn: r6495
2007-06-06 01:13:51 +00:00
Matthew Flatt
eeaa856ff1
reference-manual work
...
svn: r6480
2007-06-05 06:44:39 +00:00
Matthew Flatt
2423d8bd2b
fix latex output
...
svn: r6469
2007-06-04 06:53:10 +00:00
Matthew Flatt
4736768878
doc and scribble work
...
svn: r6431
2007-06-01 06:28:46 +00:00
Matthew Flatt
c59c7ebab7
revised 'for' and docs
...
svn: r6400
2007-05-30 03:10:57 +00:00
Matthew Flatt
e9385a910e
370.2
...
svn: r6369
2007-05-29 03:26:32 +00:00
Matthew Flatt
b6391ebfdd
guide edits
...
svn: r6342
2007-05-27 00:00:11 +00:00
Matthew Flatt
f438bb590c
minor edit
...
svn: r6339
2007-05-26 06:36:57 +00:00
Matthew Flatt
5f37b5e912
continued work on the guide
...
svn: r6338
2007-05-26 06:31:34 +00:00
Matthew Flatt
574c9b5f78
fix and improve latex rendering
...
svn: r6332
2007-05-26 02:12:34 +00:00
Matthew Flatt
e68b1dbe9d
in-range insteda of range in doc
...
svn: r6330
2007-05-26 00:53:14 +00:00
Matthew Flatt
5cd9016cc1
start work on guide section on data; add support for styled paragraphs; fix interactions and state
...
svn: r6328
2007-05-26 00:50:37 +00:00
Matthew Flatt
7d9f2d8b6a
fix local TOC in latex output
...
svn: r6288
2007-05-25 01:54:44 +00:00
Matthew Flatt
56f636d0c8
doc edits
...
svn: r6287
2007-05-25 01:47:29 +00:00
Matthew Flatt
e7b115cd58
add missing files
...
svn: r6286
2007-05-25 01:44:21 +00:00
Matthew Flatt
30861f4a25
move indenting section
...
svn: r6285
2007-05-25 01:43:51 +00:00
Matthew Flatt
75632a9cc3
reorganize guide to have the Scheme background in one section
...
svn: r6284
2007-05-25 01:30:00 +00:00
Matthew Flatt
7e1e1dcf3d
doc edits, and fix scheme rendering for code that has multiple consecutive spaces
...
svn: r6267
2007-05-24 12:19:35 +00:00
Matthew Flatt
bcd9646911
doc typo
...
svn: r6263
2007-05-24 10:03:12 +00:00
Matthew Flatt
51e52cea87
doc edits and rendering improvements
...
svn: r6260
2007-05-24 09:35:34 +00:00
Matthew Flatt
6c7081f0e6
narrower formatting of docs
...
svn: r6256
2007-05-24 07:08:31 +00:00
Matthew Flatt
49740192d5
doc edits
...
svn: r6255
2007-05-24 06:04:01 +00:00
Matthew Flatt
858c8024ef
new documentation source moved to the trunk collects
...
svn: r6249
2007-05-24 02:20:28 +00:00