Matthew Flatt
|
845ebfbeb8
|
hash, hasheq, hasheqv, and hash-equal?
|
2010-04-23 12:18:42 -06:00 |
|
Matthew Flatt
|
ab7f9acee2
|
add for/set
|
2010-04-23 08:26:20 -06:00 |
|
Matthew Flatt
|
0fe701a837
|
add for/hasheqv for completeness
|
2010-04-23 08:19:21 -06:00 |
|
Matthew Flatt
|
909f43f9a2
|
work on racketing reference
|
2010-04-22 20:18:53 -06:00 |
|
Matthew Flatt
|
c7e723eef7
|
somewhat rackety core docs
|
2010-04-22 15:10:25 -06:00 |
|
Matthew Flatt
|
5d6ae2b4b9
|
rackty start page
|
2010-04-21 19:32:33 -06:00 |
|
Matthew Flatt
|
cd01c7138d
|
no more master index
|
2010-04-21 19:24:21 -06:00 |
|
Matthew Flatt
|
ab4e349e06
|
rackety quick doc
|
2010-04-21 19:16:01 -06:00 |
|
Matthew Flatt
|
d7e4db3efd
|
fix some tests and docs after racket move
|
2010-04-20 17:28:07 -06:00 |
|
Matthew Flatt
|
c95a398754
|
move most of the 'scheme' collection to the 'racket' collection
|
2010-04-20 15:24:48 -06:00 |
|
Robby Findler
|
bcbdcc2eaf
|
added the #:generator argument to the contract property maker
|
2010-04-15 23:29:39 -04:00 |
|
Matthew Flatt
|
0f0a59732e
|
create core binaries as 'racket' and 'gracket'
|
2010-04-15 21:15:57 -04:00 |
|
Matthew Flatt
|
4bc155905a
|
Perl-like handling of empty matches in regexp-match*, etc., though without Perl-like filtering of empty strings in the result of regexp-split (PR 10855)
|
2010-04-14 22:53:14 -04:00 |
|
Matthew Flatt
|
1c34ccec44
|
improve regexp support (PR 10855, halfway)
|
2010-04-14 18:40:08 -04:00 |
|
Robby Findler
|
a5a8bf953f
|
added docs for the extra-repl-information method of drscheme:language:language<%>
svn: r18811
|
2010-04-13 19:45:17 +00:00 |
|
Matthew Flatt
|
536fcacc42
|
more module source versus module path adjustments, especially for contracts
svn: r18809
|
2010-04-13 17:12:51 +00:00 |
|
Matthew Flatt
|
ce2d286586
|
add current-module-declare-source, variable-reference->module-source, convert soe sues of module paths to module sources
svn: r18804
|
2010-04-13 02:48:40 +00:00 |
|
Matthew Flatt
|
f6d62763b4
|
fix typo (PR 10856)
svn: r18793
|
2010-04-12 14:00:23 +00:00 |
|
Matthew Flatt
|
b4aa4d4afb
|
add define-values-for-export to scheme/unit; sort out different unit-signature 'struct' forms for mzlib vs. scheme vs. racket
svn: r18792
|
2010-04-12 13:54:40 +00:00 |
|
Matthew Flatt
|
bdb71498e3
|
module paths normalize to .rkt, load handler converts .rkt back to .ss if necessary
svn: r18788
|
2010-04-11 16:55:18 +00:00 |
|
Robby Findler
|
bf9ae0f731
|
added support for opt-out buttons and then took advantage of it to do a better job with the check syntax, macro stepper, and debugger buttons
svn: r18785
|
2010-04-11 03:14:02 +00:00 |
|
Matthew Flatt
|
1a9b89f5ba
|
more mutable pair clarifications
svn: r18780
|
2010-04-10 14:22:18 +00:00 |
|
Matthew Flatt
|
0f9cac182d
|
improve docs to calrify that mutable pairs are not pairs
svn: r18779
|
2010-04-10 14:13:41 +00:00 |
|
Robby Findler
|
c7606115e1
|
added support for the stepper button appearing automatically in the teaching languages (in the module language with #lang htdp/* prefix)
svn: r18771
|
2010-04-09 19:28:02 +00:00 |
|
Matthew Flatt
|
1621091fc1
|
add 'current-read-interaction' parameter
svn: r18769
|
2010-04-09 13:22:57 +00:00 |
|
Matthew Flatt
|
bebf513aa7
|
change 'configure-runtime to produce a list of module-spcifying vectors instead of a single vector
svn: r18763
|
2010-04-08 19:11:50 +00:00 |
|
Matthew Flatt
|
abebb1c1f4
|
fix problem with per-registry locking of available-module visit & instantiation
svn: r18744
|
2010-04-07 12:34:50 +00: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
|
fdba97b1c0
|
rico
svn: r18733
|
2010-04-04 15:08:35 +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 |
|
Stevie Strickland
|
664cfa2e31
|
Given the other uses of #:mode public-final in this file, I assume that the
quote was a mistake.
svn: r18717
|
2010-04-02 00:15:24 +00:00 |
|
Matthew Flatt
|
b2d65a1b95
|
fix the interaction of chaperones, keywords, and the whole zoo of reflective procedure operations
svn: r18711
|
2010-04-01 13:14:50 +00:00 |
|
Eli Barzilay
|
853db0ae55
|
forgot examples
svn: r18709
|
2010-04-01 08:27:15 +00:00 |
|
Eli Barzilay
|
05fca5df14
|
Documented () thing
svn: r18706
|
2010-04-01 07:46:01 +00:00 |
|
Eli Barzilay
|
6977f08878
|
typo (PR 10754)
svn: r18704
|
2010-04-01 07:33:55 +00:00 |
|
Eli Barzilay
|
6234c57b69
|
places docs in user directory since its not on by default.
svn: r18698
|
2010-03-31 21:38:02 +00:00 |
|
Robby Findler
|
62fb1bed65
|
svn: r18682
|
2010-03-30 22:30:37 +00:00 |
|
Matthew Flatt
|
164e998cbd
|
fix syntax-case docs on how the exception is raised
svn: r18679
|
2010-03-30 21:33:59 +00:00 |
|
Matthew Flatt
|
b8c3112b98
|
fix chaperones on parameters
svn: r18654
|
2010-03-28 15:56:04 +00:00 |
|
Matthew Flatt
|
73807aef24
|
chaperones (v4.2.5.3)
svn: r18650
|
2010-03-28 01:10:33 +00:00 |
|
Noel Welsh
|
7c55242179
|
Add the full suite of fl and unsafe-fl operations to Typed Scheme
Correct an error in documentation of flmin and flmax -- they were documented as taking a single argument when in fact they take two.
svn: r18604
|
2010-03-23 12:24:50 +00:00 |
|
Matthew Flatt
|
fb37601b55
|
bug fixes from random testing
svn: r18602
|
2010-03-23 01:49:08 +00:00 |
|
Sam Tobin-Hochstadt
|
4f456a2b6e
|
fix some references
svn: r18595
|
2010-03-22 14:17:18 +00:00 |
|
Robby Findler
|
c74849dc2e
|
added support for the 10pt option to the sigplan scribble support
svn: r18593
|
2010-03-21 22:56:26 +00:00 |
|
Casey Klein
|
854a902cbd
|
Fixed bugs found with random testing
svn: r18581
|
2010-03-19 11:39:02 +00:00 |
|
Stevie Strickland
|
dde2011ec7
|
Add ->dm and case->m, which are the implicit method versions of ->d and
case->.
This should be included in the release.
svn: r18579
|
2010-03-18 21:28:41 +00:00 |
|
Kevin Tew
|
dedb261ea8
|
[Places] place-channels are syncable events, place-channel-send/recv, #t and #f are now communicated
svn: r18578
|
2010-03-18 16:53:16 +00:00 |
|
Robby Findler
|
d761a0236a
|
fixed a typo, please include in release
svn: r18574
|
2010-03-18 13:38:59 +00:00 |
|
Carl Eastlund
|
d9b7609e1e
|
Fixed splicing-syntax-parameterize to splice require and provide forms.
svn: r18551
|
2010-03-16 23:04:46 +00:00 |
|