Commit Graph

20027 Commits

Author SHA1 Message Date
Robby Findler
6fb6fca73b make the test suite less picky about the contents of the stack (but not if it has content or not) 2011-01-02 19:53:39 -06:00
Matthew Flatt
c5de056da5 another continuation-context caching repair
because the previous repair essentially disabled caching
2011-01-02 16:38:25 -07:00
Matthew Flatt
a226abec59 fix entry loss in continuation-context caching 2011-01-02 16:04:26 -07:00
Robby Findler
193617f917 added the 'blaming' part of the contract message to self-contract violations (but kept 'self-') 2011-01-02 17:01:18 -06:00
John Clements
47e3db06ff change pref name to match docs 2011-01-02 14:45:14 -08:00
Matthew Flatt
dbd8faee1b fix scheduler bug
where the particular combination of events seems not
 to have been possible until the extra delim-cont
 for try-atomic hook was added
2011-01-02 09:24:15 -07:00
Robby Findler
7eb3e8c28a change drracket and framework so they don't rebind printf anymore
(instead binding oprintf to print to the original output port of drracket)
2011-01-02 10:03:24 -06:00
Robby Findler
1be502ed79 fixed a bug that Eli noticed in the initial state of the language dialog 2011-01-02 10:03:23 -06:00
Robby Findler
465d5a9f75 adjust check to only insist that, when there is an editor, is it the right kind of editor. 2011-01-02 10:03:21 -06:00
Robby Findler
4f19b0d454 add a coercion so that equality is simpler for things produced by 'bitmap' 2011-01-02 06:51:36 -06:00
Robby Findler
7716851cde 2htdp/image: added support for alpha as a mode? argument 2011-01-01 20:01:50 -06:00
Matthew Flatt
19b1df6586 win32: fix bitmap+string labels for XP 2011-01-01 14:17:31 -07:00
Matthew Flatt
18ca91dc97 win32: make bitmap+string label look right in Win7 2011-01-01 13:54:45 -07:00
Matthew Flatt
a6e04695bb win32: bitmap+string button labels 2011-01-01 13:54:45 -07:00
Matthew Flatt
241bb79cb0 allow a button% to have both a string and a bitmap for its label 2011-01-01 13:54:45 -07:00
Matthew Flatt
a916f1af42 win32: fix problem with bitmap labels
related to PR 11566
2011-01-01 11:33:53 -07:00
John Clements
c7f1211c99 argmin/argmax empty list comment 2011-01-01 08:19:46 -08:00
Matthew Flatt
71223e6175 win32: survive theme-access failure 2011-01-01 08:22:17 -07:00
Matthew Flatt
bdc0d2c862 like f57b431c2e (missed other case) 2011-01-01 08:22:17 -07:00
Eli Barzilay
7cac1f6ac2 New Racket version 5.0.99.6. 2011-01-01 03:50:21 -05:00
Eli Barzilay
6976914fd3 Merge branch 'stable' into release 2010-11-07 01:17:00 -04:00
Eli Barzilay
371b00afd8 v5.0.2 stuff
(cherry picked from commit c195e2b201)
2010-11-07 00:46:37 -04:00
Eli Barzilay
76680b839c New Racket version 5.0.2. 2010-11-06 21:25:52 -04:00
Eli Barzilay
0f9db7f9aa Update version number for the v5.0.2 release 2010-11-06 21:25:44 -04:00
Eli Barzilay
49c1a0d946 Clarify comment re `fixnum?' non-use at the syntax level, and add a note
to the `fixnum?' documentation.
(cherry picked from commit 9a485064ed)
2010-11-05 01:53:32 -04:00
Eli Barzilay
1652a908c7 Make the disabled places comment more prominent.
(cherry picked from commit 84ec108c32)
2010-11-05 01:53:27 -04:00
Vincent St-Amour
b28bdb5bc5 Fixed a fixnum typechecking issue.
(cherry picked from commit 4c081c127a)
2010-11-05 01:52:54 -04:00
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