Matthew Flatt
|
655f6045a2
|
fix shared' for #:auto' fields and constructors without `make-'
Closes PR 11588
Closes PR 11591
|
2011-01-05 13:52:11 -07:00 |
|
Matthew Flatt
|
3bb120545f
|
fix ~300 typos reported by Vladimir Nesterovich (a.k.a. Gwyth)
--- but Gwyth's amazingly helpful review of chapters 1-11
pointed out a few problems that are more difficult to fix
and are still pending
|
2011-01-04 09:53:31 -07:00 |
|
Matthew Flatt
|
90ac279096
|
add 'can-impersonate option to `make-struct-type-property'
|
2010-11-08 14:00:59 -07:00 |
|
Matthew Flatt
|
52d04449a1
|
improve racket/serialize to handle cycles with mutable prefabs
|
2010-07-09 14:19:59 -06:00 |
|
Eli Barzilay
|
c4f67b3e74
|
Small typos, some reformatting.
Fixes PR10920
|
2010-05-21 16:30:16 -04:00 |
|
Matthew Flatt
|
b0deb8affb
|
more doc and scribble repairs
|
2010-04-24 07:18:11 -06:00 |
|
Matthew Flatt
|
c7e723eef7
|
somewhat rackety core docs
|
2010-04-22 15:10:25 -06:00 |
|
Matthew Flatt
|
c5ac9f23ec
|
better compiler handling of unused local bindings where the RHS either doesn't obviously produce a single value or is discovered to be unused late in bytecode compilation; initial Scribble support for printing qq-style results
svn: r18737
|
2010-04-06 15:52:36 +00:00 |
|
Matthew Flatt
|
3cc95b31ef
|
add prop:struct-info
svn: r18730
|
2010-04-03 13:08:39 +00:00 |
|
Matthew Flatt
|
2cb9f378aa
|
Racket experiments
svn: r18725
|
2010-04-02 21:29:59 +00:00 |
|
Matthew Flatt
|
73807aef24
|
chaperones (v4.2.5.3)
svn: r18650
|
2010-03-28 01:10:33 +00:00 |
|
Matthew Flatt
|
f37c71c6ee
|
setup-plt -D skips compilation of .scrbl files
svn: r15727
|
2009-08-13 16:24:33 +00:00 |
|
Matthew Flatt
|
f51f8c8b7f
|
avoid generating unnecessary struct-accessor and -mutator names
svn: r14566
|
2009-04-20 13:14:40 +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
|
24e4fd407b
|
chat-noir literate small repairs
svn: r13765
|
2009-02-21 13:30:22 +00:00 |
|
Jon Rafkind
|
516ebbbc4c
|
typo
svn: r13379
|
2009-02-03 17:25:46 +00:00 |
|
Matthew Flatt
|
87274b2a97
|
procedure-rename
svn: r12952
|
2008-12-30 14:36:25 +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 |
|
Matthew Flatt
|
e507d9a1a3
|
fix doc mistakes related to struct guards
svn: r11368
|
2008-08-21 17:02:50 +00:00 |
|
Eli Barzilay
|
3858ad007f
|
added example
svn: r11032
|
2008-08-02 07:46:48 +00:00 |
|
Eli Barzilay
|
857bc4b63b
|
typo
svn: r11031
|
2008-08-02 07:42:06 +00:00 |
|
Matthew Flatt
|
5ff75bac42
|
allow duplicate struct properties if the values are eq?; add position-locations to text%
svn: r10849
|
2008-07-21 18:54:09 +00:00 |
|
Matthew Flatt
|
763d37d775
|
properties can now effectively inherit properties (v4.0.2.5)
svn: r10848
|
2008-07-21 17:04:25 +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
|
1ee0298552
|
struct-copy
svn: r9456
|
2008-04-24 13:56:36 +00:00 |
|
Matthew Flatt
|
a0f65ba33e
|
dictionaries
svn: r9383
|
2008-04-21 17:26:35 +00:00 |
|
Matthew Flatt
|
85583d4ebb
|
more net docs
svn: r9279
|
2008-04-13 03:07:56 +00:00 |
|
Matthew Flatt
|
0153e122b7
|
change -q to config option, fix unlikely race condition in wake-on-signal, add path->url and url->path, and adjust URL parsing
svn: r9239
|
2008-04-10 19:05:35 +00:00 |
|
Sam Tobin-Hochstadt
|
13b7f8c506
|
Add checked-struct-info.
svn: r9227
|
2008-04-09 23:25:30 +00:00 |
|
Matthew Flatt
|
293ba025ba
|
prefab structure types (3.99.0.18)
svn: r8967
|
2008-03-13 20:59:22 +00:00 |
|
Matthew Flatt
|
b953b448ba
|
expose struct:struct-info
svn: r8753
|
2008-02-21 13:30:25 +00:00 |
|
Eli Barzilay
|
264af9a6d0
|
improved scribble syntax use
svn: r8720
|
2008-02-19 12:22:45 +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
|
cd7157641c
|
Scribble improvements: defmodule & co.
svn: r7902
|
2007-12-05 21:41:07 +00:00 |
|
Matthew Flatt
|
5f312dcbde
|
doc fixes
svn: r7832
|
2007-11-25 19:48:41 +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
|
39cedb62ed
|
v3.99.0.2
svn: r7706
|
2007-11-13 12:40:00 +00:00 |
|
Matthew Flatt
|
e4cbc4e6a9
|
371.2
svn: r7263
|
2007-09-02 17:39:32 +00:00 |
|
Matthew Flatt
|
ab9c34a8ec
|
improve scribble index support
svn: r7047
|
2007-08-07 20:39:54 +00:00 |
|
Matthew Flatt
|
0b3c7cb4c8
|
doc work, especially syntax and reflection reference
svn: r6893
|
2007-07-12 05:37:21 +00:00 |
|
Matthew Flatt
|
a1e2d59690
|
370.6
svn: r6849
|
2007-07-08 00:24:03 +00:00 |
|
Matthew Flatt
|
9764065c6a
|
370.5
svn: r6832
|
2007-07-07 08:31:19 +00:00 |
|
Matthew Flatt
|
987982cd8d
|
doc work, especially I/O reference
svn: r6803
|
2007-07-03 03:32:13 +00:00 |
|
Matthew Flatt
|
174eb84534
|
doc work, especially ports in reference
svn: r6795
|
2007-07-02 08:07:55 +00:00 |
|
Matthew Flatt
|
560eb67217
|
doc work, especially threads and continuations reference
svn: r6786
|
2007-07-02 02:02:10 +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
|
bf717526b0
|
start on regexp functions; further formatting improvements for defproc
svn: r6745
|
2007-06-27 00:17:04 +00:00 |
|
Matthew Flatt
|
f7bf029234
|
doc work (start on module guide)
svn: r6730
|
2007-06-25 06:37:25 +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 |
|