Matthew Flatt
|
d1c61e5ef1
|
plt-r5rs exe and r5rs doc
svn: r8501
|
2008-02-02 04:14:04 +00:00 |
|
Matthew Flatt
|
10ce5150d4
|
reference clarifications on immutable literals; JIT tweak
svn: r8491
|
2008-01-31 23:15:10 +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
|
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
|
987b9e7681
|
scribbled dynext (from Will Farr)
svn: r8450
|
2008-01-28 19:40:52 +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
|
63c5d8a7cb
|
doc improvements: enter! and 'more'
svn: r8348
|
2008-01-16 14:09:59 +00:00 |
|
Matthew Flatt
|
b014545c7a
|
added 'more: systems' doc
svn: r8341
|
2008-01-16 00:21:19 +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 |
|
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
|
1c16d5829e
|
add support for user-specific documentation list
svn: r8306
|
2008-01-11 23:13:11 +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
|
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 |
|
Matthew Flatt
|
343308481a
|
work on guide, and fix problems with scribble/eval
svn: r8250
|
2008-01-07 21:47:22 +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 |
|
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 |
|
Matthew Flatt
|
90f8b75f33
|
fix docs on planet path syntax
svn: r8207
|
2008-01-04 16:40:38 +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 |
|
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
|
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
|
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 |
|