Matthew Flatt
4292c6e037
fix docs for `box-cas!', fix JITted version to check mutability
2012-05-03 21:38:36 -06:00
Matthew Flatt
23d46620f2
documentation tweaks
2012-05-03 19:22:46 -06:00
Aaron Turon
868dcb6d57
Add box-cas!' and
unsafe-box*-cas!'.
...
These primitives atomically update a box to a new value, as long
as the current value is the same as a provided value. They also
are future-safe.
When futures are enabled, they use low-level hardware instructions
to perform the change atomically.
2012-05-03 19:19:24 -06:00
Asumu Takikawa
db02ad9b75
Add pointers to the Guide in Reference docs.
2012-05-01 14:57:14 -04:00
Matthew Flatt
e44bd3f79d
intern literal strings, byte strings, regexps, characters, and numbers
2011-11-22 08:54:37 -07:00
Matthew Flatt
d4f7020cd2
add cross-reference between data and read/print descriptions
...
Closes PR 11096
2011-10-15 07:20:33 -07:00
Matthew Flatt
c5131d428c
doc clarifications on `eq?'
2011-09-12 19:16:57 -06:00
Eli Barzilay
ac26fe7554
A ton of @scheme*' ->
@racket*' and related updates.
...
Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.
2011-06-25 04:08:47 -04:00
Eli Barzilay
debd1f9f1e
Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
...
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00
Eli Barzilay
28946a0a43
More reformatting
2010-05-21 20:41:35 -04:00
Eli Barzilay
c4f67b3e74
Small typos, some reformatting.
...
Fixes PR10920
2010-05-21 16:30:16 -04:00
Matthew Flatt
7cb13860ee
reference racket conversions and scribble qq repairs
2010-04-23 17:00:53 -06:00
Matthew Flatt
e38e8d88e0
basic set library
...
svn: r18222
2010-02-20 13:00:48 +00:00
Jay McCarthy
c2bfa60e31
Adding documentation for symbol-unreadable?
...
svn: r18133
2010-02-17 22:02:24 +00:00
Ryan Culpepper
927a4b45cb
fixed typo, added line breaks
...
svn: r15829
2009-08-29 22:59:33 +00:00
Matthew Flatt
36f3ed4465
expose and support unreadable symbols, which are generated during expansion
...
svn: r15239
2009-06-23 00:17:45 +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
Eli Barzilay
5860cb892a
fix problems in unbox doc (nested @scheme and shadowed box)
...
svn: r10740
2008-07-13 13:50:14 +00:00
Matthew Flatt
a0f65ba33e
dictionaries
...
svn: r9383
2008-04-21 17:26:35 +00:00
Matthew Flatt
82c212625b
sgl docs
...
svn: r9362
2008-04-18 18:49:23 +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
264af9a6d0
improved scribble syntax use
...
svn: r8720
2008-02-19 12:22:45 +00:00
Matthew Flatt
1959c56743
doc and test repairs
...
svn: r8597
2008-02-09 13:01:39 +00:00
Matthew Flatt
17d717a8ba
scheme/bool and scheme/local
...
svn: r8394
2008-01-23 18:11:02 +00:00
Matthew Flatt
92ac61e806
scheme/mpair
...
svn: r8151
2007-12-29 12:30:25 +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
f70ea2d03a
shared
...
svn: r8069
2007-12-19 21:32:07 +00:00
Matthew Flatt
0cc6eac6db
doc require/provide transformers and pretty-print
...
svn: r7820
2007-11-23 14:53:20 +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
ba1670a88d
class chapter in reference
...
svn: r6975
2007-07-27 16:12:40 +00:00
Matthew Flatt
719a85b1e9
reference work on core data
...
svn: r6896
2007-07-12 08:33:12 +00:00
Matthew Flatt
0b3c7cb4c8
doc work, especially syntax and reflection reference
...
svn: r6893
2007-07-12 05:37:21 +00:00
Matthew Flatt
4dca3a9cf3
doc work on reference
...
svn: r6879
2007-07-10 02:49:44 +00:00
Matthew Flatt
966a9a41a6
fix up scribble manual reader examples
...
svn: r6876
2007-07-10 01:46:46 +00:00
Matthew Flatt
8d75dfcba5
doc reference work, especially chars, bytes, and namespaces
...
svn: r6858
2007-07-08 12:37:53 +00:00
Matthew Flatt
987982cd8d
doc work, especially I/O reference
...
svn: r6803
2007-07-03 03:32:13 +00:00
Eli Barzilay
8b2c4fe6ed
bad space
...
svn: r6765
2007-06-29 07:28:19 +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
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
eeaa856ff1
reference-manual work
...
svn: r6480
2007-06-05 06:44:39 +00:00
Matthew Flatt
4736768878
doc and scribble work
...
svn: r6431
2007-06-01 06:28:46 +00:00
Matthew Flatt
b6391ebfdd
guide edits
...
svn: r6342
2007-05-27 00:00:11 +00:00
Matthew Flatt
858c8024ef
new documentation source moved to the trunk collects
...
svn: r6249
2007-05-24 02:20:28 +00:00