Commit Graph

16817 Commits

Author SHA1 Message Date
Matthew Flatt
2cfa400936 adjust configure with --enable-sdk to force gcc 4.0 instead of 4.2
Merge to 5.0.1
(cherry picked from commit 79b782edad)
2010-07-29 19:10:18 -04:00
Robby Findler
1b1667800c adjusted German and French translations
(cherry picked from commit 46ce202845)
2010-07-27 22:22:03 -04:00
Robby Findler
3a388752d3 removed "JIT" since it was wrong
(cherry picked from commit a63e811126)
2010-07-27 22:21:54 -04:00
Matthew Flatt
43fd6cb1a1 revised docs for -j flag to `raco setup'
Glad to see the docs, but revised for the following reasons:
  * define a meta-variable like `n' before using it
  * typeset meta-variables specially, usually as a Racket variable
  * 'processor-count' needed a `for-label' import for the hyperlink
  * use @exec{} for `make install', because it's a command rather
    than plain English
  * although `PLT_SETUP_OPTIONS' was introduced for `-j', it makes
    sense in general; revising the prose and moving to the end of
    the bullet makes that more clear (but good job including the
    index entry)
  * used `env' so that the example command line works for more shells
(cherry picked from commit bd0192d22d)
2010-07-27 22:21:35 -04:00
Kevin Tew
6fa76128c1 Parallel-build docs
(cherry picked from commit ae4d2639dd)
2010-07-27 22:21:26 -04:00
Eli Barzilay
9e71bbb50e reader examples typo
(cherry picked from commit f46144d5d3)
2010-07-27 22:20:58 -04:00
Matthew Flatt
5d12f72a52 another fix for CM+DrRacket interaction
(cherry picked from commit 264ec77abd)
2010-07-27 22:20:35 -04:00
Matthew Flatt
0b88d27f8f fix CM+DrRacket cdr bug
(cherry picked from commit 4359783d8b)
2010-07-27 22:20:24 -04:00
Eli Barzilay
96c1c445da properly fix the readme issue
(cherry picked from commit 7cdb5787e5)
2010-07-25 21:48:58 -04:00
Eli Barzilay
9ccbf1ba0a Fix sha1-truncation, by removing it.
Usually, the "%h" format should result in an abbreviated sha1, but it
looks like getting it through `git archive' returns the full thing
rather than the truncated version.  So avoid the substring for now, and
find out if it's a git bug or not.
(cherry picked from commit af6364a58c)
2010-07-25 21:48:47 -04:00
Eli Barzilay
7572964b52 One more README occurrence
(cherry picked from commit 82cba3fad0)
2010-07-25 04:18:14 -04:00
Eli Barzilay
40041440a4 Show only first 10-character prefix of the sha1.
(cherry picked from commit 1eac3e1d28)
2010-07-25 04:18:05 -04:00
Eli Barzilay
5e0ff8b8b2 Typo in Matthias's name
(cherry picked from commit 9074bf1992)
2010-07-25 04:17:46 -04:00
Eli Barzilay
b848430bc4 Minor edits & typos
(cherry picked from commit 1417caac07)
2010-07-25 04:17:34 -04:00
Matthew Flatt
ff9f80b28e fix mismatch between five.rkt code and Guide prose
Merge to 5.0.1
(cherry picked from commit 787bd61e33)
2010-07-25 04:16:27 -04:00
Robby Findler
a8785decf6 rackety
(cherry picked from commit 87e502e2a3)
2010-07-25 04:16:26 -04:00
Vincent St-Amour
8f47f0019f Added a test for cross-module struct optimization.
(cherry picked from commit 4e6fc3154b)
2010-07-25 04:16:08 -04:00
Matthew Flatt
1bbd6f0ec4 fix `file-stamp-in-paths', which affects DrRacket's auto compilation
Merge to 5.0.1
(cherry picked from commit 7c4eddc708)
2010-07-25 04:15:55 -04:00
Matthew Flatt
ba8ec17d88 change mrlib/image-core to use pen-list% cap and join support
(cherry picked from commit 5d7f044488)
2010-07-25 04:15:55 -04:00
Matthew Flatt
1a26779b42 add pen and cap support to pen-list%
(cherry picked from commit fa68e23c37)
2010-07-25 04:15:55 -04:00
Matthew Flatt
58f48d48f9 CM: report bad dependencies clearly; fix file-stamp-in-paths
for when `use-compile-file-paths' has multiple subpaths
  Probably merge to 5.0.1
(cherry picked from commit 90ec44f65c)
2010-07-25 04:15:40 -04:00
Robby Findler
c9e6f5d315 fixed a bug in the saving of bitmaps (and along the way added some randomized tests that found a few other things)
Please merge to release branch.
(cherry picked from commit 6cd277a36f)
2010-07-25 04:15:40 -04:00
Matthew Flatt
83224e6596 fix collison of draw-bitmap with GC bitmap under Windows; merge to 5.0.1
(cherry picked from commit 5cfd52d224)
2010-07-25 04:15:40 -04:00
Matthew Flatt
6634eb3f0b remove autom4te.cache, which is generated by autoconf
Merge to 5.0.1
(cherry picked from commit 066e6f0ebb)
2010-07-25 04:15:40 -04:00
Matthew Flatt
731f5c8525 fix stack-trace clean-up code for x86_64
Merge to 5.0.1
(cherry picked from commit 816f66f4c5)
2010-07-25 04:15:39 -04:00
Matthew Flatt
6b3f8f9010 Solaris x86_64 config
Merge to 5.0.1
(cherry picked from commit 66ffb43cb4)
2010-07-25 04:15:25 -04:00
Matthias Felleisen
766f509707 doc line for release, push thru to master
(cherry picked from commit a9fb29ced3)
2010-07-25 04:15:25 -04:00
John Clements
f3282ff284 Replace 5.1 with 5.0.1, my mistake.
(cherry picked from commit eeecd40bd7)
2010-07-25 04:15:25 -04:00
John Clements
ee2ed45834 updated HISTORY.txt for Racket v5.1
Merge to 5.1 release.
(cherry picked from commit e0fd59dfa6)
2010-07-25 04:15:24 -04:00
Casey Klein
a1422cb73b Updates history for v5.0.1 (merge to branch)
(cherry picked from commit 56b74c0712)
2010-07-25 04:15:23 -04:00
Matthew Flatt
2332a96cd5 fix doc typo
Closes PR 10881
 Merge to 5.0.1
(cherry picked from commit b71940bfbf)
2010-07-20 18:46:12 -04:00
Matthew Flatt
2bd6deba71 fix doc typo
Closes PR 10905
 Merge to 5.0.1
(cherry picked from commit 59de3b4f5e)
2010-07-20 18:46:12 -04:00
Matthew Flatt
6064052812 fix error message for (cons [else])
Closes PR 10910
 Merge to 5.0.1
(cherry picked from commit 8f15f04bd5)
2010-07-20 18:46:11 -04:00
Matthew Flatt
3116ba3f93 fix exit status of signal-terminated subprocess
Closes PR 10932
 Merge to 5.0.1
(cherry picked from commit a2f3dad4f0)
2010-07-20 18:46:03 -04:00
Matthew Flatt
4f71242c66 fix problem with radio buttons under X11
Closes PR 10951
 Marge to 5.0.1
(cherry picked from commit 167d048773)
2010-07-20 18:46:03 -04:00
Matthew Flatt
6af6bd5898 fix doc typo
Closes PR 10917
 Merge to 5.0.1
(cherry picked from commit 8dfe2a6a91)
2010-07-20 18:45:12 -04:00
Matthew Flatt
2c75fe25a9 fix uses of `scheme' in the Scribble style guide
Closes PR 10999
 Merge to 5.0.1
(cherry picked from commit 4bd97ae80e)
2010-07-20 18:45:12 -04:00
Matthew Flatt
22c8680dc9 Racket & GRacket relesae notes for 5.0.1
Merge to 5.0.1
(cherry picked from commit e49f05a5cb)
2010-07-20 18:45:11 -04:00
Matthew Flatt
c816840742 fix mistakes related to -X and `make install'
Merge to 5.0.1
(cherry picked from commit 7cbe584fbc)
2010-07-20 18:45:11 -04:00
Matthew Flatt
7ef0d1fadd fix non-in-place install by propagating collects path to subprocesses
Merge to 5.0.1
(cherry picked from commit b1efcd1fc2)
2010-07-20 18:44:55 -04:00
Matthew Flatt
6c79f0d399 another ss->rkt repair to exe creator
Merge to 5.0.1
(cherry picked from commit ce03a34318)
2010-07-20 18:44:54 -04:00
Matthew Flatt
77a0796a6c raco exe: fix missing ss->rkt conversion and remove debugging printf
Merge to 5.0.1
(cherry picked from commit f602d11a7f)
2010-07-20 18:44:37 -04:00
Jay McCarthy
1f383eb5c7 Fixing path-only documentation and adding new test case
(cherry picked from commit 5417d7a5b7)
2010-07-20 18:44:29 -04:00
Robby Findler
38acb4b9a9 fixed version number
(cherry picked from commit df738b8563)
2010-07-20 18:44:22 -04:00
Matthew Flatt
43bdcc3b1e fix MIPS bignum config and implementation
--- includes a fix for gmp with long long configuration,
 but that's now disabled for MIPS to keep things
 simpler
(cherry picked from commit 7a8efb446e)
2010-07-20 18:44:14 -04:00
Matthew Flatt
be6e6c82c6 typo in foreignobjc docs
Closes PR 11038
(cherry picked from commit fd5213b0ef)
2010-07-20 18:44:02 -04:00
Vincent St-Amour
e983a48fa5 Fixed benchmarks to typecheck even when not-really-dead code is typechecked.
(cherry picked from commit 3dab2fbbfc)
2010-07-18 18:58:03 -04:00
Vincent St-Amour
e0614cfed2 Further fixes in overlap checking.
Rhss of code dispatching on overlapping structs are no longer
considered dead, and as such, are now typechecked.

Had to fix a test that passed only because some not-really-dead code
was not being typechecked.
(cherry picked from commit 4d5b50dee9)
2010-07-18 18:58:02 -04:00
Stevie Strickland
3884d56610 Two fixes in overlap checking.
- Names were not being resolved, so a superstruct name and substruct name
   could be seen as non-overlapping.
 - Struct parents were not checked in the overlapping algorithm.
(cherry picked from commit 654b7df1de)
2010-07-18 18:58:02 -04:00
Vincent St-Amour
536551ce5e Documented the optimizer.
(cherry picked from commit 8d6230956d)
2010-07-18 18:57:41 -04:00