Robby Findler
|
aa7a99112e
|
fixed indentation of an example
svn: r16409
|
2009-10-22 14:48:42 +00:00 |
|
Stevie Strickland
|
dbf380208a
|
read-line -> read-line-evt
svn: r16384
|
2009-10-20 17:37:19 +00:00 |
|
Kevin Tew
|
ac7853dc00
|
Allow binding to ephemeral ports
svn: r16382
|
2009-10-20 17:00:20 +00:00 |
|
Jon Rafkind
|
56cb585e7d
|
add examples to the class documentation
svn: r16378
|
2009-10-20 01:10:45 +00:00 |
|
Stevie Strickland
|
c17885638a
|
* Fix with-contract so that all uncontracted names are automatically exported
* Also allow mutation of contracted names that flow in/out of with-contract.
svn: r16376
|
2009-10-19 23:17:30 +00:00 |
|
Robby Findler
|
0bd8b828e9
|
clarified how to best read and write bytes
svn: r16372
|
2009-10-19 20:10:25 +00:00 |
|
Robby Findler
|
ba959a9b24
|
fixed problems uncovered by the dr dr
svn: r16356
|
2009-10-17 21:32:33 +00:00 |
|
Jon Rafkind
|
04386a7839
|
add some examples for byte strings
svn: r16343
|
2009-10-16 19:41:40 +00:00 |
|
Mike Sperber
|
c4e9f3d1aa
|
Add check-member-of' and check-range' to the HtDP languages grammar.
svn: r16336
|
2009-10-16 11:50:21 +00:00 |
|
Eli Barzilay
|
e1d2fdb3d6
|
typo
svn: r16325
|
2009-10-15 15:02:07 +00:00 |
|
Jay McCarthy
|
a9a9274ff8
|
Fixing a typo
svn: r16306
|
2009-10-13 16:00:15 +00:00 |
|
Eli Barzilay
|
106f21cc14
|
typo
svn: r16303
|
2009-10-13 05:35:41 +00:00 |
|
Matthias Felleisen
|
1d78134f11
|
fixed 2 typos in syntax
svn: r16294
|
2009-10-10 18:10:43 +00:00 |
|
Matthew Flatt
|
d39cbf9c57
|
add some cross-references to sequence defns
svn: r16280
|
2009-10-08 12:25:24 +00:00 |
|
Matthew Flatt
|
75dc35602c
|
fix and improve docs on hash-map and hash-for-each
svn: r16279
|
2009-10-08 12:06:50 +00:00 |
|
Matthew Flatt
|
f1a3eaaf6d
|
more updates to 'do' docs (continuing from PR 10508)
svn: r16246
|
2009-10-05 18:01:17 +00:00 |
|
Eli Barzilay
|
a71b7ab998
|
typo (PR10508)
svn: r16245
|
2009-10-05 17:36:29 +00:00 |
|
Matthew Flatt
|
f6d34ab964
|
add unsafe-flabs and unsafe-fxabs (4.2.2.4)
svn: r16234
|
2009-10-04 03:25:56 +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
|
01d15eb9b6
|
add unsafe-fx->fl; avoid some gcc warnings
svn: r16221
|
2009-10-02 19:45:41 +00:00 |
|
Matthew Flatt
|
83f9c99cf1
|
adjust para decoding to better work with @ notation
svn: r16220
|
2009-10-02 19:44:10 +00:00 |
|
Matthew Flatt
|
954e850e20
|
fix reference (restoring some text that was lost in the reference-manual rewrite) to describe the problem with macro-introduced bindings and the top level
svn: r16205
|
2009-10-01 21:14:21 +00:00 |
|
Eli Barzilay
|
6a8c35d429
|
typo in DFlag
svn: r16181
|
2009-09-30 03:58:59 +00:00 |
|
Eli Barzilay
|
ac39ffe739
|
undo revision 16179, which had some junk included by mistake
svn: r16180
|
2009-09-30 03:57:08 +00:00 |
|
Eli Barzilay
|
38388b1d34
|
typo in DFlag
svn: r16179
|
2009-09-30 03:55:22 +00:00 |
|
Matthew Flatt
|
28e84131a6
|
fix insidemz doc bug (merge to 4.2.2)
svn: r16167
|
2009-09-29 15:49:37 +00:00 |
|
Eli Barzilay
|
b9f4662af9
|
Very partial change, the only visible effect should be that "Pre-Query"
is no longer part of the interface in any way.
svn: r16136
|
2009-09-27 14:13:57 +00:00 |
|
Stevie Strickland
|
df409ae42f
|
Fixes some bad references in the mzlib scribble documentation that refer to
things that have moved away from the base contract file.
svn: r16127
|
2009-09-25 14:57:36 +00:00 |
|
Matthew Flatt
|
f25e8976b5
|
doc slideshow/play (merge to 4.2.2)
svn: r16116
|
2009-09-23 10:53:56 +00:00 |
|
Robby Findler
|
8b73819d72
|
removed profj
svn: r16094
|
2009-09-20 22:23:36 +00:00 |
|
Sam Tobin-Hochstadt
|
f64fe4a2e2
|
Fix bug in reader examples for keywords. Push to 4.2.2.
svn: r16066
|
2009-09-19 00:00:21 +00:00 |
|
Kathy Gray
|
f300ba967a
|
Changed syntax of check-member-of so that it will work in htdp-beginner
Updated docs to reflect this
svn: r16065
|
2009-09-18 14:19:50 +00:00 |
|
Kathy Gray
|
e3c2721052
|
Adding check-member-of and check-range to the htdp languages and updating the docs.
svn: r16064
|
2009-09-18 12:37:18 +00:00 |
|
Eli Barzilay
|
5e1def3615
|
argument name typo
svn: r16060
|
2009-09-18 05:47:20 +00:00 |
|
Stevie Strickland
|
636adcc142
|
Refactoring all the private contract stuff into its own playpen.
svn: r16052
|
2009-09-17 20:55:37 +00:00 |
|
Stevie Strickland
|
aca0bcf82e
|
First moving private/contract.ss to a different name. The diaspora from
that file into others will happen next.
svn: r16048
|
2009-09-17 17:42:45 +00:00 |
|
Matthew Flatt
|
ffe5097042
|
fix documented contract on current-load-relative-directory
svn: r16037
|
2009-09-17 12:47:51 +00:00 |
|
Robby Findler
|
b5fe3916ec
|
fixed a typo
svn: r16033
|
2009-09-17 10:20:17 +00:00 |
|
Jon Rafkind
|
f48b567901
|
add better example for define-for-syntax
svn: r16025
|
2009-09-16 19:03:55 +00:00 |
|
Matthew Flatt
|
e447bc743f
|
doc typo and style corrections
svn: r16020
|
2009-09-16 00:59:44 +00:00 |
|
Jon Rafkind
|
aef4f3905c
|
add prompt/control examples
svn: r16016
|
2009-09-15 01:18:33 +00:00 |
|
Jon Rafkind
|
f6b9265f77
|
add some examples for the control operators
svn: r16013
|
2009-09-14 21:42:59 +00:00 |
|
Jon Rafkind
|
9f10bc960b
|
typo
svn: r16011
|
2009-09-14 21:13:22 +00:00 |
|
Matthew Flatt
|
c28ed519a0
|
turn off Scribble e-mail address obfuscation
svn: r15989
|
2009-09-13 01:12:55 +00:00 |
|
Matthew Flatt
|
30c0dcf045
|
dynamic-require and 0 mode; repair to unsafe-fl ops; x86_64 for Mac OS X
svn: r15985
|
2009-09-11 23:05:50 +00:00 |
|
Jon Rafkind
|
974cc561bb
|
add #:property to define-struct/contract list of keywords
svn: r15975
|
2009-09-11 17:39:12 +00:00 |
|
Robby Findler
|
a9cf0a39a7
|
added phase information to the module browser
svn: r15968
|
2009-09-11 08:09:55 +00:00 |
|
Robby Findler
|
83728f04fe
|
automatic compilation in drscheme now avoids the installed planet files
svn: r15928
|
2009-09-09 02:35:09 +00:00 |
|
Robby Findler
|
390145821a
|
PR 10431, plus support for ->* with keywords in proc-doc
svn: r15926
|
2009-09-08 22:53:12 +00:00 |
|
Jon Rafkind
|
e95e50435c
|
typo
svn: r15909
|
2009-09-08 04:44:41 +00:00 |
|