Vincent St-Amour
e36787bdeb
Fixed potential danger with fixnum optimizations.
...
(cherry picked from commit c0a6137c67
)
2010-11-05 01:52:38 -04:00
Matthew Flatt
8340ad7111
fix JIT bug related to ignored `let' bindings
...
Closes PR 11380
(cherry picked from commit aaafe86dd0
)
2010-11-05 01:52:29 -04:00
Matthias Felleisen
5104ced03a
HISTORY pre-release check
...
(cherry picked from commit 41c084c95f
)
2010-10-27 16:51:06 -06:00
Vincent St-Amour
ea0f518a9b
Fixed a typo in the scribble docs.
...
Merge to 5.0.2.
(cherry picked from commit 25749736c9
)
2010-10-27 16:50:52 -06:00
Matthias Felleisen
0e2e35708d
improved testing for record?
...
(cherry picked from commit f600531e50
)
2010-10-27 14:08:08 -04:00
Matthias Felleisen
0ac7d8f29a
documented record?, which has a slightly wider interface so that I can write automated tests for the raw functionality
...
(cherry picked from commit 42bceaf900
)
2010-10-27 14:08:07 -04:00
Matthias Felleisen
7318fc10ce
partial fix for pr11350
...
(cherry picked from commit f876a854c6
)
2010-10-27 14:08:06 -04:00
Matthias Felleisen
7dc309037e
record? is working as it used, plus ability to auto-save images so I can write a test case, Closes PR11348 and PR11349
...
(cherry picked from commit 6457f1e4cc
)
2010-10-26 17:09:53 -06:00
Casey Klein
7708164561
Renames delim-cont tests so that they're not stripped by the distribution script.
...
(Merge to release branch.)
(cherry picked from commit f4c4b79049
)
2010-10-25 14:22:01 -06:00
Casey Klein
1b24ca0063
Updates Redex history for v5.0.2 release (merge to release branch)
...
(cherry picked from commit d7b0271691
)
2010-10-25 14:21:49 -06:00
Ryan Culpepper
da7e1bae0c
data/gvector: fixed typo in constructor
...
Merge to 5.0.2
(cherry picked from commit 24297a793f
)
2010-10-25 11:35:34 -06:00
Matthew Flatt
6f2f04b979
swap vector*-ref' and
vector-ref', etc.
...
Merge to 5.0.2
(cherry picked from commit 5d8e000d6d
)
2010-10-25 11:35:26 -06:00
Matthew Flatt
e7a2a3b062
fix typo in CPP macro
...
Merge to 5.0.2
(cherry picked from commit 802e27eb85
)
2010-10-25 11:35:19 -06:00
Eli Barzilay
48752d84f7
Organize dist-specs; remove bogus collection.
...
Merge to 5.0.2.
(cherry picked from commit 91f9f0c2d3
)
2010-10-25 11:35:00 -06:00
John Clements
dbddb4a5ae
Updated HISTORY.txt
...
Merge to 5.0.2
(cherry picked from commit f1be08bf1c
)
2010-10-24 13:07:40 -06:00
Kevin Tew
2da74632fe
cpuid assembly fix Merge to 5.0.2
...
(cherry picked from commit c1f2dea1ed
)
2010-10-22 22:00:57 -06:00
Matthew Flatt
617daddbd7
fix bogus reordering of floating-point args in unboxing mode
...
Merge to 5.0.2
Closes PR 11272
(cherry picked from commit c512dbd6d3
)
2010-10-22 22:00:52 -06:00
Matthew Flatt
199895e52f
fix PPC JIT `vector-length'
...
Merge to 5.0.2
(cherry picked from commit 93ba544c60
)
2010-10-22 19:59:51 -06:00
Matthew Flatt
c0f1013b51
adjust release notes for 5.0.2
...
Merge to 5.0.2
(cherry picked from commit 0b73790ac0
)
2010-10-22 14:22:41 -06:00
Robby Findler
14222dc0e4
rleease notes.
...
please merge to release branch.
(cherry picked from commit aa056efb74
)
2010-10-22 14:22:38 -06:00
Robby Findler
b7ccf8d91e
fixed an (apparently VERY old) problem with lights out and the built-in boards
...
please merge to release branch
(cherry picked from commit 4f236386a9
)
2010-10-22 14:22:33 -06:00
Eli Barzilay
b845c05e7d
Another "/proj/scheme/" -> "/proj/racket" change.
...
(cherry picked from commit f51fd94412
)
2010-10-21 20:51:42 -04:00
Eli Barzilay
750676a78c
Fix require in test suite
...
(cherry picked from commit aebf9e77ef
)
2010-10-21 20:27:07 -04:00
Eli Barzilay
ddf8fadf18
Rename sequence' library to
stream', move from racket/base' to
racket'.
...
(cherry picked from commit 9e302a7106
)
2010-10-21 19:52:00 -04:00
Eli Barzilay
8be4a76a61
Rename seqn-*' to
stream-*'.
...
Later this will grow, to include a few kinds of streams in a unified
way, and possibly change the sequence protocol to a point where these
functions are not causing such big runtime penalties.
(cherry picked from commit 2f5265854a
)
2010-10-21 19:51:56 -04:00
Eli Barzilay
49754fa3dd
Reformat, minor tweaks, reorganize part on sequence operations into a
...
new section.
(cherry picked from commit 655b066a93
)
2010-10-21 19:51:51 -04:00
Eli Barzilay
3504ba170e
"/proj/scheme/" renamed to "/proj/racket/" at CCS.
...
(cherry picked from commit 6d6492e9e3
)
2010-10-21 19:51:48 -04:00
Casey Klein
6dcdcc283f
Deletes ill-formed, commented-out Redex test.
...
Signed-off-by: Casey Klein <clklein@racket-lang.org>
2010-10-21 11:07:32 -06:00
Casey Klein
2c3c077d45
Revert "adjusted define-metafunction/extension so that it recompiles the old cases in the new language"
...
This reverts commit 99d85159b6
.
Signed-off-by: Casey Klein <clklein@racket-lang.org>
2010-10-21 11:07:20 -06:00
John Clements
a3ed757fa9
cosmetic changes only
...
(cherry picked from commit d18f43a488
)
2010-10-20 23:39:19 -06:00
John Clements
eb76f9fbc2
frightening bug, #%if was capturing everything
...
(cherry picked from commit 34fbc9a06f
)
2010-10-20 23:39:11 -06:00
John Clements
724313c766
back to old style, not sure why
...
(cherry picked from commit dfe6f78d80
)
2010-10-20 23:39:03 -06:00
Vincent St-Amour
3b23f24715
Fix opt-lambda:. Merge to 5.0.2.
...
(cherry picked from commit a15236ea4f
)
2010-10-20 23:38:50 -06:00
John Clements
c8b04e77b2
copied 'mzlib/convert-prop attachment from outer layer to inner layer.
...
(cherry picked from commit 70898379c5
)
2010-10-20 23:38:38 -06:00
Eli Barzilay
0ed9334cc1
Fix rendering in local build mode -- make it create file:// urls when
...
insisting on an absolute url (currently happens only in the tr pages).
(cherry picked from commit 1e2d4b8169
)
2010-10-20 23:38:20 -06:00
John Clements
c05b501f1b
may have fixed cond in stepper tests
...
(cherry picked from commit 60dabc8ad7
)
2010-10-20 23:38:11 -06:00
John Clements
5f7993c6db
looks like a fix for cond
...
(cherry picked from commit 0536d52efd
)
2010-10-20 23:38:04 -06:00
John Clements
754dde0611
got testing harness working again.
...
(cherry picked from commit 2083181d2e
)
2010-10-20 23:37:54 -06:00
Mike Sperber
8007ba6256
Unbreak the stepper on `check-expect'.
...
All kinds of things expand into (let () ...), so all kinds of things
break.
(cherry picked from commit fd5e9d4d63
)
2010-10-20 23:37:42 -06:00
Matthew Flatt
d06ef8bc05
fix non-inlined `in-vector' sequence on proxied vectors
...
Merge to 5.0.2
Closes PR 11225
(cherry picked from commit ddca8cd29b
)
2010-10-18 21:55:38 -06:00
Ryan Culpepper
4965622a63
Disabled redex test per Robby's request
...
(no corresponding master commit)
2010-10-18 08:40:50 -06:00
Mike Sperber
c1746d7649
Two more (hopefully last) renamings "Vertrag" -> "Signatur"
...
(i.e. "contract" -> "signature" in German)
(cherry picked from commit 17c4cb9254
)
2010-10-18 08:37:58 -06:00
Mike Sperber
9146b803ee
Don't annoy the user with test-engine summaries.
...
Make sure the test-engine summary is only printed when there's
something new to say.
(cherry picked from commit 43d097cc05
)
2010-10-18 08:37:49 -06:00
Mike Sperber
c4766f1faf
Made sperber responsible for `test-engine-tests.rkt'.
...
(cherry picked from commit 0821f694af
)
2010-10-18 08:37:40 -06:00
Mike Sperber
33d4a451b3
Unbreak the test-engine-test.rkt test suite.
...
- signatures are only in ASL now
- the error messages for the DMdA languages are different
(cherry picked from commit 32455894bc
)
2010-10-18 08:37:32 -06:00
Mike Sperber
ef2e970539
For DMdA, follow Robby's fix for htpd-langs.ss.
...
Namely, don't set an uncaught-exception-handler.
(cherry picked from commit 2a418b9cf0
)
2010-10-18 08:37:17 -06:00
John Clements
6772e78474
r/exact-integer?/fixnum/
...
(cherry picked from commit bb160fbc04
)
2010-10-18 08:37:08 -06:00
John Clements
ee41160d08
exr -> expr
...
(cherry picked from commit 9f7eeee570
)
2010-10-18 08:36:58 -06:00
Matthew Flatt
478425520f
fix quotability annotation on HtDP-language structs
...
Merge to 5.0.2
(cherry picked from commit 9f959f247e
)
2010-10-17 21:12:58 -06:00
Matthew Flatt
81a6c4ff43
fix problem with recursive prints in custom printers
...
Merge to 5.0.2
(cherry picked from commit bb799ee9ee
)
2010-10-17 21:12:48 -06:00