Eli Barzilay
c5bda65ee7
documented scheme/modspec-forms
...
svn: r8949
2008-03-11 13:55:11 +00:00
Eli Barzilay
f31d956552
better title(?)
...
svn: r8948
2008-03-11 13:53:18 +00:00
Matthew Flatt
d158302f1c
req-trans and flatten doc clarifications
...
svn: r8946
2008-03-11 13:32:39 +00:00
Eli Barzilay
57b9507a89
clarification on what expand-import returns
...
svn: r8943
2008-03-11 12:48:14 +00:00
Matthew Flatt
73a137d84c
added scheme_add_swap_out_callback
...
svn: r8932
2008-03-08 15:46:50 +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
330649b2d2
flatten and docs
...
svn: r8926
2008-03-08 06:58:12 +00:00
Eli Barzilay
08953a7baf
capital S like in rest of docs
...
svn: r8925
2008-03-08 06:51:50 +00:00
Eli Barzilay
b866eeb557
read-inside-syntax -> read-syntax-inside
...
svn: r8912
2008-03-07 02:27:09 +00:00
Matthew Flatt
5a62ed1df2
fix typos
...
svn: r8911
2008-03-07 00:11:44 +00:00
Eli Barzilay
fb49374527
add an 'include' form to scribble/text
...
svn: r8909
2008-03-06 23:00:28 +00:00
Matthew Flatt
53bc658226
r6rs tests and repairs
...
svn: r8905
2008-03-06 18:56:31 +00:00
Matthew Flatt
f3d74fa4c8
R6RS fixes; fix for <, >, <=, and >= with +nan.0 and a bignum or rational; compile two-byte regexp patterns (common for hand-rolled case-insensitivity, as in the R6RS parser) to a more compact and efficient representation
...
svn: r8898
2008-03-06 04:56:47 +00:00
Matthew Flatt
c8f3d15c79
manually restore property on scribble reader example
...
svn: r8888
2008-03-05 00:10:45 +00:00
Matthew Flatt
8b0a675b9a
add #:id support to defform, etc.
...
svn: r8884
2008-03-04 22:57:02 +00:00
Eli Barzilay
9838b8e79a
some fixes
...
svn: r8883
2008-03-04 21:47:25 +00:00
Eli Barzilay
db62afaadc
set svn:eol-style
...
svn: r8875
2008-03-04 17:28:15 +00:00
Greg Cooper
f721101444
make sure bindings in annotations come from scheme/base
...
remove tip from docs about needing to save files before debugging
svn: r8872
2008-03-04 16:11:07 +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
Sam Tobin-Hochstadt
a8d6e611fe
Fix match documentation - () is not a literal.
...
svn: r8857
2008-03-03 18:44:54 +00:00
Matthew Flatt
b3476706ec
add newline handling to reencode-input/output-port; provide a streamlined path for custom-port buffering (via pipes); fix JIT bug related to updating the runstack pointer after a call that turns out to be a direct-native call
...
svn: r8851
2008-03-02 16:00:12 +00:00
Matthew Flatt
b3a47edde1
Unicode 5.0, use U+FFFD as replacement char
...
svn: r8838
2008-03-01 14:17:50 +00:00
Matthew Flatt
3e77d0b60f
bring numerics (real, rational, etc) in line with R6RS
...
svn: r8832
2008-02-29 19:53:51 +00:00
Matthew Flatt
8ffe707b76
more r6rs work
...
svn: r8825
2008-02-29 02:37:00 +00:00
Matthew Flatt
682f356b45
3.99.0.14, define-require-syntax, define-provide-syntax, fix extreme corner case for identifier binding (a macro-introduced identifier that is unmarked and unrenamed)
...
svn: r8822
2008-02-28 17:15:54 +00:00
Eli Barzilay
1e32dbd324
scribble/text documentation, and a few other fixes and comments
...
svn: r8821
2008-02-28 14:27:37 +00:00
Eli Barzilay
469203f307
minor reformatting
...
svn: r8820
2008-02-28 01:55:11 +00:00
Matthew Flatt
5a646bfe18
r6rs io
...
svn: r8807
2008-02-26 22:15:02 +00:00
Matthew Flatt
743db7529d
r6rs io work; compiler tweaks
...
svn: r8805
2008-02-26 13:54:54 +00:00
Greg Cooper
865b638d7c
don't annotate expressions that have no source information
...
update docs, image for new buttons
svn: r8803
2008-02-26 03:11:29 +00:00
Eli Barzilay
8c1ff5d5e0
strict comparators
...
svn: r8800
2008-02-25 15:02:56 +00:00
Eli Barzilay
7236a89568
strict comparators
...
svn: r8799
2008-02-25 15:02:39 +00:00
Matthew Flatt
8311c8f9e4
Eli's repaired and specialized sort, fix in 'for/fold' binding, generalized integers-bytes functions, and some r6rs work
...
svn: r8798
2008-02-25 14:42:32 +00:00
Greg Cooper
c4b76ea3dc
add support for stack navigation, along with a bit more documentation
...
refactor some large blocks of code and add a few comments
svn: r8791
2008-02-25 05:02:09 +00:00
Eli Barzilay
bb34f747b6
make all files terminate with a newline
...
svn: r8786
2008-02-24 21:27:36 +00:00
Greg Cooper
415b7f9af8
add debugger documentation
...
svn: r8777
2008-02-23 17:29:36 +00:00
Matthew Flatt
bd97e3e797
r6rs progress
...
svn: r8775
2008-02-23 14:11:24 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
Matthew Flatt
f39b12a555
doc repairs and r6rs repairs
...
svn: r8754
2008-02-21 14:49:58 +00:00
Matthew Flatt
b953b448ba
expose struct:struct-info
...
svn: r8753
2008-02-21 13:30:25 +00:00
Matthew Flatt
ba63bd6f95
3.99.0.13: generalize require and provide to work with arbitrary phases
...
svn: r8742
2008-02-20 14:17:37 +00:00
Eli Barzilay
40bbadeaee
simple network evaluator example
...
svn: r8737
2008-02-20 00:26:05 +00:00
Eli Barzilay
8653264868
cleaned up the interface a little
...
svn: r8724
2008-02-19 15:20:37 +00:00
Eli Barzilay
264af9a6d0
improved scribble syntax use
...
svn: r8720
2008-02-19 12:22:45 +00:00
Eli Barzilay
8155554b35
PR 9211
...
svn: r8719
2008-02-19 09:30:54 +00:00
Eli Barzilay
6f0ce91461
add #:indent to verbatim
...
svn: r8707
2008-02-18 20:01:23 +00:00
Eli Barzilay
23494f8530
svn: r8704
2008-02-18 15:26:53 +00:00
Eli Barzilay
9c77909710
use @verbatim{...}
...
svn: r8699
2008-02-18 10:49:20 +00:00
John Clements
5cc21bcbf2
typo?
...
svn: r8685
2008-02-16 08:52:34 +00:00
John Clements
2d55e74093
typos
...
svn: r8683
2008-02-16 06:54:16 +00:00
John Clements
8caa50c20a
includes -> includes
...
svn: r8682
2008-02-16 06:48:37 +00:00
John Clements
f83690cb63
procedure -> form
...
svn: r8677
2008-02-15 22:48:12 +00:00
John Clements
f69f0753e3
More info for any
...
svn: r8675
2008-02-15 19:36:56 +00:00
John Clements
f0ddaaab92
Capitalize the first word.
...
svn: r8674
2008-02-15 18:48:27 +00:00
Matthew Flatt
b87d9a986e
support documentation for bindings from a hypothetical module, as opposed to a specific module
...
svn: r8663
2008-02-14 16:59:26 +00:00
Matthew Flatt
ca1a9dc8bf
docs form David Van Horn; Slideshow tweaks
...
svn: r8661
2008-02-14 14:07:57 +00:00
Eli Barzilay
dfc1b74d66
PR9197
...
svn: r8659
2008-02-14 06:14:41 +00:00
Eli Barzilay
497c56ce3a
comment out unconverted latex
...
svn: r8657
2008-02-13 22:04:09 +00:00
Robby Findler
efeb8c7818
PR 9193
...
svn: r8646
2008-02-13 16:43:07 +00:00
Matthias Felleisen
9627709cd1
added image and image/plain
...
svn: r8643
2008-02-13 15:36:19 +00:00
Eli Barzilay
8e6a957bb9
typo
...
svn: r8639
2008-02-13 02:51:43 +00:00
Matthew Flatt
0dc359a956
fix a scribble bug; add r6rs reader
...
svn: r8635
2008-02-12 21:50:35 +00:00
Matthew Flatt
074b611215
more browser doc repairs
...
svn: r8634
2008-02-12 15:16:03 +00:00
Matthew Flatt
86b0c9909a
fix bug in tracking nominal imporst (which is why the version changed), add EoPL scribblings and fix browser scribblings
...
svn: r8633
2008-02-12 14:59:05 +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
88290b46be
set up mzlib/contract docs a bit more
...
svn: r8624
2008-02-11 22:06:06 +00:00
Matthew Flatt
b03e7426eb
finish mzlib docs, except for contracts
...
svn: r8623
2008-02-11 21:37:03 +00:00
Matthew Flatt
9bfa156f91
fix scribble output when a table appears as the first thing in an itemization item; a little more mzlib scribblings
...
svn: r8617
2008-02-11 12:55:30 +00:00
Matthew Flatt
6f057bd68c
fix syntax-local-expand/capture-lifts
...
svn: r8614
2008-02-10 15:52:46 +00:00
Matthew Flatt
f22f94b345
minor doc-build space savings
...
svn: r8600
2008-02-09 14:38:02 +00:00
Matthew Flatt
1959c56743
doc and test repairs
...
svn: r8597
2008-02-09 13:01:39 +00:00
Eli Barzilay
7539945a3d
much improved search, extended and fixed sendurl, string-based rendering for xrefs
...
svn: r8577
2008-02-08 04:32:49 +00:00
Matthew Flatt
15304f5870
more mzlib scribbling
...
svn: r8552
2008-02-06 04:10:54 +00:00
Matthew Flatt
8bac4b1d28
start scribbling mzlib (about half done)
...
svn: r8546
2008-02-05 22:07:35 +00:00
Matthew Flatt
75b8275231
fix typo on reference first page
...
svn: r8541
2008-02-05 17:01:05 +00:00
Matthew Flatt
8efa991f4f
match: specify failure, and add byte strings as patterns
...
svn: r8540
2008-02-05 16:59:54 +00:00
Matthew Flatt
52355ec9e6
move setup/infotab documentation to setup-plt manual
...
svn: r8539
2008-02-05 16:51:19 +00:00
Matthew Flatt
794e6c8a39
add #:use-sources to Scribble module declarations, so that scheme/base and mzscheme can better share documentation; finish documenting legacy mzscheme bindings
...
svn: r8538
2008-02-05 16:33:26 +00:00
Eli Barzilay
ef5e871f49
add back the erroneous byte-regexp expression
...
svn: r8537
2008-02-05 14:34:20 +00:00
Eli Barzilay
426a4ce5c4
more regexp fixes
...
svn: r8536
2008-02-05 10:05:00 +00:00
Eli Barzilay
b02db9ee94
fix default value for regexp-quote
...
svn: r8535
2008-02-05 09:59:25 +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
096ec546a6
fix struct-out; add -I configuration option
...
svn: r8530
2008-02-04 21:51:39 +00:00
Danny Yoo
ab3dee3d0e
Added #:mutable to fish example in procedures.scrbl.
...
svn: r8517
2008-02-03 04:09:16 +00:00
Danny Yoo
d4da20c951
scribble typos; fixed index entries for concatenate
...
svn: r8516
2008-02-03 03:56:23 +00:00
Danny Yoo
3141700af2
Fixed eval typo for real->decimal-string doc, added shared-eval to shared.scrbl.
...
svn: r8515
2008-02-03 03:32:59 +00:00
Danny Yoo
ed6058025d
Fixed typo with let* scribble example.
...
svn: r8514
2008-02-03 03:32:58 +00:00
Danny Yoo
6267f3000f
fixed typo
...
svn: r8513
2008-02-03 02:48:29 +00:00
Danny Yoo
67904bdb1c
fixed typo
...
svn: r8512
2008-02-03 02:04:33 +00:00
Matthew Flatt
f1abfd55f2
doc patches from David Vanderson
...
svn: r8511
2008-02-02 23:46:52 +00:00
Eli Barzilay
fd652aa462
typo
...
svn: r8510
2008-02-02 19:59:40 +00:00
Matthew Flatt
d1c61e5ef1
plt-r5rs exe and r5rs doc
...
svn: r8501
2008-02-02 04:14:04 +00:00
Matthew Flatt
62d301e87e
more drs scribble
...
svn: r8495
2008-02-01 16:10:08 +00:00
Matthew Flatt
a82d9b5e32
scribble drscheme
...
svn: r8492
2008-02-01 04:11:24 +00:00
Matthew Flatt
10ce5150d4
reference clarifications on immutable literals; JIT tweak
...
svn: r8491
2008-01-31 23:15:10 +00:00
Matthew Flatt
6a8a1557d3
tighten some Scribble contracts, improve docs
...
svn: r8486
2008-01-31 14:16:00 +00:00
Matthew Flatt
841056855e
more scribble struct doc clarifications
...
svn: r8483
2008-01-31 04:40:18 +00:00
Matthew Flatt
beef670942
scribble struct doc clarifications
...
svn: r8482
2008-01-31 04:33:50 +00:00
Matthew Flatt
7e6ef8eeb5
small improvements to scribble data structures
...
svn: r8481
2008-01-31 00:06:54 +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
Eli Barzilay
434488c28d
no need for a master-index link, since it is already part of the contents
...
svn: r8474
2008-01-30 06:54:17 +00:00
Matthew Flatt
4c23a44fd5
fix module->namespace problem, add link to bug report page, fix tests
...
svn: r8470
2008-01-30 00:21:24 +00:00
Matthew Flatt
99818355f7
launcher scribblings and other doc fixes
...
svn: r8469
2008-01-29 22:56:17 +00:00
Eli Barzilay
7ed3d17dba
typo
...
svn: r8468
2008-01-29 22:01:21 +00:00
Matthew Flatt
6ddbaba736
add up-links to documents in the main doc dir; add plain-install makefile targets
...
svn: r8466
2008-01-29 21:27:34 +00:00
Matthew Flatt
6e2e7d9447
3.99.0.10: immutable vector and box literals
...
svn: r8465
2008-01-29 19:23:47 +00:00
Danny Yoo
8fe96fd23b
Typo
...
svn: r8464
2008-01-29 18:36:28 +00:00
Matthew Flatt
3cd1b5f14f
regexp doc fixes
...
svn: r8462
2008-01-29 17:37:10 +00:00
Eli Barzilay
6ba2fc8941
typo
...
svn: r8461
2008-01-29 16:10:02 +00:00
Matthew Flatt
1547458786
fix typo in time-apply
...
svn: r8454
2008-01-28 23:26:34 +00:00
Matthew Flatt
60f7074bab
doc fixes and rendering tweaks
...
svn: r8453
2008-01-28 22:43:50 +00:00
Matthew Flatt
68ae5ace16
setup-plt scribbling
...
svn: r8451
2008-01-28 21:54:02 +00:00
Matthew Flatt
987b9e7681
scribbled dynext (from Will Farr)
...
svn: r8450
2008-01-28 19:40:52 +00:00
Eli Barzilay
cd2724534a
typos from Will Farr
...
svn: r8440
2008-01-28 08:18:58 +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
17d717a8ba
scheme/bool and scheme/local
...
svn: r8394
2008-01-23 18:11:02 +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
Eli Barzilay
cd239fc23c
minor code improvements, added ninth and tenth
...
svn: r8364
2008-01-18 16:04:43 +00:00
Matthew Flatt
4e7842bfa6
fix typos in MrEd docs
...
svn: r8362
2008-01-18 14:14:22 +00:00
Matthew Flatt
3948f6e7ed
tweaks to 'quick' and 'more'
...
svn: r8355
2008-01-17 03:16:59 +00:00
Matthew Flatt
6a2512e0a3
edits to 'quick', mostly from Eli
...
svn: r8354
2008-01-17 02:33:48 +00:00
Matthew Flatt
8f193f9e67
remove obsolete pdf.ss
...
svn: r8351
2008-01-16 22:11:03 +00:00
Matthew Flatt
63c5d8a7cb
doc improvements: enter! and 'more'
...
svn: r8348
2008-01-16 14:09:59 +00:00
Robby Findler
f210fc2ea4
added current-page-number-adjust
...
svn: r8347
2008-01-16 05:04:18 +00:00
Matthew Flatt
1310027d8b
misc fixes
...
svn: r8346
2008-01-16 03:03:23 +00:00
Matthew Flatt
8b6a894399
reference web-server docs from 'more'
...
svn: r8344
2008-01-16 00:35:52 +00:00
Matthew Flatt
6fbd51d96a
tweak 'more' output
...
svn: r8343
2008-01-16 00:29:07 +00:00
Matthew Flatt
b014545c7a
added 'more: systems' doc
...
svn: r8341
2008-01-16 00:21:19 +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
John Clements
0302ca0a8d
added mappend\!
...
svn: r8327
2008-01-14 23:23:39 +00:00
Matthew Flatt
3162537b77
scribbled compiler/cffi
...
svn: r8325
2008-01-14 22:47:12 +00:00
Matthew Flatt
19b142e67d
add HTML docs and some guidance on scripts
...
svn: r8323
2008-01-14 19:55:27 +00:00
John Clements
83568dd0de
immutable -> mutable
...
svn: r8322
2008-01-14 19:53:37 +00:00
Matthew Flatt
62f38e2a40
readline scribblings; set GC alignment to 8-byte by default
...
svn: r8320
2008-01-14 13:06:53 +00:00
Matthew Flatt
d532fe4781
finish up main page: release notes, etc.; add Yavuz's errortrace scribbling
...
svn: r8314
2008-01-13 14:53:54 +00:00
Matthew Flatt
13025bff7a
add master index
...
svn: r8310
2008-01-12 18:32:30 +00:00
Matthew Flatt
2c21778b0a
fix _f64vector, etc., docs
...
svn: r8309
2008-01-12 14:14:43 +00:00
Matthew Flatt
fa5d1c8854
break link from guide to installation doc listing
...
svn: r8307
2008-01-11 23:33:24 +00:00
Matthew Flatt
1c16d5829e
add support for user-specific documentation list
...
svn: r8306
2008-01-11 23:13:11 +00:00
Matthew Flatt
05434ec54d
change path->main-collects-relative, and change output directory of start document
...
svn: r8301
2008-01-11 19:54:38 +00:00
Matthew Flatt
ce04c9457b
change style<%> size caching so that it doesn't create a link to a dc; adjust GC page size of windows to match system allocation granularity
...
svn: r8298
2008-01-11 14:30:37 +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
b333628a39
remove unecessary title tag and prefix
...
svn: r8264
2008-01-08 19:58:07 +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
Matthew Flatt
4c1856f189
scribble reader interface and doc adjustments
...
svn: r8257
2008-01-08 16:09:25 +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
Matthew Flatt
315dc915f5
more scribble layers edits
...
svn: r8248
2008-01-07 14:26:55 +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
14fa3351f1
scribble manual section 2 edits
...
svn: r8246
2008-01-07 13:00:44 +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
4ba06b7ae0
expand Scribble-layers overview
...
svn: r8241
2008-01-07 03:50:43 +00:00
Eli Barzilay
e824a51c59
typos
...
svn: r8239
2008-01-07 02:13:08 +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
Matthew Flatt
4b24262f96
maybe fix decreasing results from process-milliseconds
...
svn: r8226
2008-01-05 21:04:12 +00:00
Robby Findler
7f3a5c13c2
added schemeerror and used it
...
svn: r8223
2008-01-05 16:46:17 +00:00
Matthew Flatt
2658e9917e
add flow hyperlink
...
svn: r8217
2008-01-04 23:46:22 +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
17c6b00f44
fix typo: Beginner -> Beginning
...
svn: r8198
2008-01-03 19:14:33 +00:00
Matthew Flatt
7fc41024c0
3.99.0.9: binding links in docs use nominal import sources
...
svn: r8196
2008-01-03 19:07:02 +00:00
Robby Findler
3cf6ed4673
mostly finished the contract library changes
...
svn: r8195
2008-01-03 18:10:43 +00:00
Matthew Flatt
d4482c90ca
finish first draft of HtDP language docs
...
svn: r8179
2008-01-02 03:33:00 +00:00
Robby Findler
e7b5653dd6
finished case->
...
svn: r8178
2008-01-02 01:24:55 +00:00
Matthew Flatt
63e8522426
3.99.0.8: unify 'random' and SRFI-27
...
svn: r8171
2007-12-31 11:30:06 +00:00
Robby Findler
90de53d2b2
finished ->d
...
svn: r8166
2007-12-30 23:36:58 +00:00
Matthew Flatt
5890eedeb4
scribble mrlib docs
...
svn: r8165
2007-12-30 22:46:20 +00:00
Matthew Flatt
9c6c83d8d2
generalized defproc to support curried notation, start scribbling graphics collection docs
...
svn: r8164
2007-12-30 16:16:11 +00:00
Matthew Flatt
643a19d01b
new 'file' collection to house file-format libraries
...
svn: r8156
2007-12-29 19:27:05 +00:00
Matthew Flatt
f80de2d73f
scribble trait docs
...
svn: r8154
2007-12-29 14:37:46 +00:00
Matthew Flatt
b9cc763355
scheme/runtime-path
...
svn: r8153
2007-12-29 14:18:15 +00:00
Matthew Flatt
1d8b21f53b
disallow empty application; rename regexp-match/fail-without-reading to regexp-try-match
...
svn: r8152
2007-12-29 13:51:32 +00:00
Matthew Flatt
92ac61e806
scheme/mpair
...
svn: r8151
2007-12-29 12:30:25 +00:00
Matthew Flatt
6ccffdffdb
JIT inlines some floating-point ops
...
svn: r8144
2007-12-28 22:11:41 +00:00
Matthew Flatt
bd260e132e
typo in reference
...
svn: r8139
2007-12-27 16:35:35 +00:00
Matthew Flatt
53bf8bae8e
3.99.0.7: add prop:equal+hash
...
svn: r8137
2007-12-27 16:19:35 +00:00
Matthew Flatt
c0872f69ea
equal? and hashing work on cyclic values
...
svn: r8132
2007-12-27 11:07:14 +00:00
Matthew Flatt
5c76cb507e
finish mz docs
...
svn: r8123
2007-12-26 02:58:13 +00:00
Matthew Flatt
396dd54b06
call-with-exception-handler change, plus some configure/Makefile changes that didn't help fix the built-on-10.5-for-10.4 problem but are still healthier in the long run
...
svn: r8102
2007-12-22 12:41:48 +00:00
Matthew Flatt
dfc2da108e
change --main to print its results, add scheme_detach_multiple_values
...
svn: r8092
2007-12-21 13:27:04 +00:00
Matthew Flatt
68ec60f448
fill out more documentation; add placeholder? and hash-table-placeholder?
...
svn: r8089
2007-12-21 03:45:22 +00:00
Robby Findler
342eb86c10
finished the new ->*
...
svn: r8086
2007-12-20 20:35:58 +00:00
Matthew Flatt
d794bde875
liberalize un{quote,syntax}-spliciing to allow a non-list at the end of an enclosing list
...
svn: r8083
2007-12-20 14:00:15 +00:00
Matthew Flatt
c4960b7418
turn shared.ss test suite back on, tweak docs
...
svn: r8076
2007-12-19 22:25:12 +00:00
Matthew Flatt
a018da21f7
detect syntax-wrapped keyword for generate-temporaries
...
svn: r8074
2007-12-19 21:41:28 +00:00
Matthew Flatt
f70ea2d03a
shared
...
svn: r8069
2007-12-19 21:32:07 +00:00
Matthew Flatt
e4a588e405
add support for 'color and 'bgcolor styles
...
svn: r8064
2007-12-19 16:52:54 +00:00
Matthew Flatt
b78f8acb50
catch sxref failures and report as warnings when loading help data
...
svn: r8063
2007-12-19 15:36:35 +00:00
Matthew Flatt
444e2abd12
add honu mini docs
...
svn: r8056
2007-12-18 22:32:36 +00:00
Matthew Flatt
415cd0bf15
lazy, force, delay in scheme/promise and scheme; clean up mzscheme some, and clean up the docs some
...
svn: r8053
2007-12-18 21:37:23 +00:00
Robby Findler
a3f3dcb64d
added keywords to ->*
...
svn: r8049
2007-12-18 20:19:11 +00:00
Matthew Flatt
058d8dc77e
document mz/mr command-line arguments
...
svn: r8047
2007-12-18 13:52:50 +00:00
Eli Barzilay
c71d064da6
many typos
...
svn: r8045
2007-12-18 04:27:01 +00:00
Robby Findler
e050a30cdb
improved the contract -> documentation
...
svn: r8044
2007-12-18 02:29:56 +00:00
Matthew Flatt
ec3f79cf47
doc tweaks
...
svn: r8043
2007-12-18 01:44:09 +00:00
Matthew Flatt
9117a35625
contract doc tweaks
...
svn: r8042
2007-12-18 01:24:40 +00:00
Robby Findler
0e43e1da8c
added keywords to -> contract
...
svn: r8041
2007-12-17 23:48:30 +00:00
Matthew Flatt
dd19a2d1ab
finish Scribbled Slideshow docs
...
svn: r8039
2007-12-17 20:56:24 +00:00
Matthew Flatt
233416bf27
added xref-tag->index-entry
...
svn: r8038
2007-12-17 18:39:07 +00:00
Robby Findler
92081b685d
move docs to scribblings directory
...
svn: r8037
2007-12-17 16:34:17 +00:00
Matthew Flatt
5b984bc34e
tweak mzscheme's help form
...
svn: r8036
2007-12-17 16:23:54 +00:00
Matthew Flatt
f5845e01a0
slideshow fixes
...
svn: r8035
2007-12-17 15:56:53 +00:00
Matthew Flatt
67752bc435
add 'last' field to picts, and document slideshow/code
...
svn: r8033
2007-12-17 00:28:20 +00:00
Matthew Flatt
3e2e0ff02d
more slideshow docs
...
svn: r8031
2007-12-16 14:19:10 +00:00
Robby Findler
57fa5d8e66
fixed a typo
...
svn: r8027
2007-12-16 04:43:24 +00:00
Robby Findler
44d76d4c9a
fixed a typo
...
svn: r8026
2007-12-16 04:38:40 +00:00
Matthew Flatt
fd1de94a48
change Scribble to complain about colliding tags
...
svn: r8025
2007-12-16 03:10:00 +00:00
Matthew Flatt
bfecd9e0f5
doc scribble/xref, and start net docs
...
svn: r8021
2007-12-15 23:36:23 +00:00
Robby Findler
9a0498b44d
moved class, contracts, serialize, and traits into scheme/ and changed the class and contract interface so that contracts no longer depend on the class system (instead its the other way around)
...
svn: r8017
2007-12-15 18:46:55 +00:00
Matthew Flatt
f12a39d97b
added scheme/help
...
svn: r8016
2007-12-15 18:02:05 +00:00
Matthew Flatt
265550c08f
reference doc tweaks
...
svn: r8008
2007-12-14 13:19:46 +00:00
Matthew Flatt
b167903e2c
better arg names in docs for make-polar
...
svn: r8002
2007-12-13 23:14:18 +00:00
Matthew Flatt
a375882307
scribble wxme docs
...
svn: r8000
2007-12-13 22:30:40 +00:00
Eli Barzilay
71e1fe0843
no capitalization
...
svn: r7997
2007-12-13 19:45:21 +00:00
Matthew Flatt
8d4d43e45f
add missing file
...
svn: r7990
2007-12-13 15:39:43 +00:00
Matthew Flatt
138a38ea04
new scheme/cmdline, refine -r/-u to imply -N
...
svn: r7989
2007-12-13 15:04:20 +00:00
Matthew Flatt
bd7ced966e
add 'compose' to scheme/base; switch Help Desk to a mzscheme app
...
svn: r7979
2007-12-12 22:17:09 +00:00
Matthew Flatt
5a6f8aede3
sandbox doc and API tweaks
...
svn: r7972
2007-12-12 18:39:15 +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
e25d25b0cb
fix contract docs
...
svn: r7966
2007-12-12 14:04:47 +00:00
Matthew Flatt
622cd0554d
revised mzlib/sandbox in scheme/sandbox
...
svn: r7965
2007-12-12 13:47:02 +00:00
Matthew Flatt
d7e8371254
finish FFI scribbling
...
svn: r7944
2007-12-11 00:32:41 +00:00
Matthew Flatt
102249efc4
FFI reference mostly Scribbled
...
svn: r7942
2007-12-10 22:39:38 +00:00
Matthew Flatt
ca5a7c5560
split part of scheme/file into scheme/path, document them
...
svn: r7938
2007-12-10 17:59:26 +00:00
Matthew Flatt
eab8008c4f
change 'include' and 'include-bitmap' to better match normal module-path syntax
...
svn: r7936
2007-12-10 16:13:25 +00:00
Matthew Flatt
b7583984d8
Scribble insidemz
...
svn: r7931
2007-12-09 22:59:08 +00:00
Matthew Flatt
8e68038c83
simple bibliography support in Scribble
...
svn: r7929
2007-12-09 17:40:40 +00:00
Matthew Flatt
40910d252c
add DOCTYPE for Scribble-generated HTML
...
svn: r7924
2007-12-07 20:46:12 +00:00
Matthew Flatt
b7a7de9000
fix CRLF handling in match grammar
...
svn: r7922
2007-12-07 20:14:15 +00:00
Matthew Flatt
d91a07ef9b
updates from Chongkai, plus a small doc repair
...
svn: r7919
2007-12-07 18:38:07 +00:00
Matthew Flatt
3b0081a865
fix marshaled image paths to be platform-independent
...
svn: r7916
2007-12-07 17:41:11 +00:00
Matthew Flatt
ac5e43ffb3
fix image paths in quick
...
svn: r7906
2007-12-06 21:23:38 +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
d194a8b145
doc serialize
...
svn: r7875
2007-11-30 21:34:16 +00:00
Matthew Flatt
8930f31115
remove 'else' and '=>' bindings from 'mzscheme'
...
svn: r7859
2007-11-29 14:08:08 +00:00
Matthew Flatt
cbf636442b
define-struct/derived and doc improvements
...
svn: r7844
2007-11-27 15:15:34 +00:00
Matthew Flatt
2c6a894474
fix mismatch between identifier and datums in module paths; revive HtDP language tests; fix quick's cache
...
svn: r7833
2007-11-26 00:38:58 +00:00
Matthew Flatt
5f312dcbde
doc fixes
...
svn: r7832
2007-11-25 19:48:41 +00:00
Matthew Flatt
1858ceb76e
doc scheme/port
...
svn: r7821
2007-11-23 16:56:55 +00:00
Matthew Flatt
0cc6eac6db
doc require/provide transformers and pretty-print
...
svn: r7820
2007-11-23 14:53:20 +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
4fa69c974d
fix typos
...
svn: r7812
2007-11-22 04:12:37 +00:00
Matthew Flatt
60b1a5c55d
typo fixes from Sam
...
svn: r7795
2007-11-21 02:12:44 +00:00
Matthew Flatt
04fb4eacec
,
...
svn: r7793
2007-11-21 01:38:58 +00:00
Matthew Flatt
5b0a0be3d6
change scheme/unit and scheme/signature #langs to build on scheme/base
...
svn: r7792
2007-11-20 23:44:31 +00:00
Matthew Flatt
dc5670cad5
finish up regexp (and former mzlib/string.ss) docs
...
svn: r7785
2007-11-20 13:54:07 +00:00
Matthew Flatt
0f700b8531
add lib'
...
svn: r7771
2007-11-19 22:46:22 +00:00
Matthew Flatt
e11974a6c7
fix typo
...
svn: r7770
2007-11-19 22:17:22 +00:00
Matthew Flatt
c04cf36c29
add some reader forms to the index
...
svn: r7769
2007-11-19 22:17:07 +00:00
Matthew Flatt
e8097b4eaf
docs on variable-reference->...namespace
...
svn: r7767
2007-11-19 19:01: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
cc2a099a32
more slideshow docs/refinements
...
svn: r7751
2007-11-16 21:58:33 +00:00
Matthew Flatt
53027b6c1e
drop _loader in reference
...
svn: r7742
2007-11-15 22:48:34 +00:00
Matthew Flatt
9e70499c8c
remove all the bous exported-from annotations in the reference
...
svn: r7739
2007-11-15 18:14:59 +00:00
Matthew Flatt
5c00400760
add missing file
...
svn: r7711
2007-11-13 16:15:41 +00:00
Matthew Flatt
c4d2882557
better start-doc implementation, including alphabetizing list
...
svn: r7710
2007-11-13 14:15:28 +00:00
Matthew Flatt
be7dc21b69
Scribble manual title change
...
svn: r7709
2007-11-13 13:33:40 +00:00
Matthew Flatt
048c12100d
add start document
...
svn: r7708
2007-11-13 13:28:43 +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
f6088ad0e2
clarification onf editor<%> refresh method
...
svn: r7461
2007-10-09 12:59:31 +00:00
Matthew Flatt
001404dec0
371.3
...
svn: r7350
2007-09-15 22:27:14 +00:00
Matthew Flatt
5154426cf6
improve defproc* to support multiple bindings documented together (instead of just multiple forms of the same binding)
...
svn: r7285
2007-09-06 13:48:44 +00:00
Matthew Flatt
93cc35bd5b
improced scribble class/interface doc forms
...
svn: r7284
2007-09-06 13:19:15 +00:00
Matthew Flatt
7e085ae75f
save define-class-doc approach before trying to get rid of a lyer of bindings
...
svn: r7281
2007-09-05 14:18:44 +00:00
Matthew Flatt
82d45bc644
doc procedure-reduce-arity
...
svn: r7269
2007-09-03 17:06:54 +00:00
Matthew Flatt
f2607d736f
clarify that schemeblock, etc. use for-label bindings
...
svn: r7264
2007-09-02 18:06:06 +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
190b8f6e21
turn on GUI doc generation in scribblings setup
...
svn: r7118
2007-08-18 22:37:36 +00:00
Matthew Flatt
c9f1aec9eb
checkpoint GUI manual work
...
svn: r7117
2007-08-18 12:22:05 +00:00
Matthew Flatt
cac6aa498d
checkpoint GUI docs
...
svn: r7110
2007-08-17 21:13:50 +00:00
Matthew Flatt
c7c3d60b16
checkpoint new GUI toolbox docs
...
svn: r7109
2007-08-17 16:19:31 +00:00
Matthew Flatt
33d7e3ded3
new gui reference work
...
svn: r7106
2007-08-16 18:48:47 +00:00