Commit Graph

29557 Commits

Author SHA1 Message Date
Eli Barzilay
cb3fe56005 New Racket version 5.3.4. 2013-05-07 17:25:33 -04:00
Ryan Culpepper
d047c01bfa Update version number for the v5.3.4 release 2013-05-07 16:45:48 -04:00
Eli Barzilay
4c8a6acff0 New Racket version 5.3.3.901. 2013-04-29 23:40:28 -04:00
Ryan Culpepper
2b9c7c5357 fix version number and cstartup.inc for compiler change in prev commit 2013-04-28 14:37:55 -04:00
Matthew Flatt
4b9dfabcb3 fix bytecode compiler safefor-space, tigher bytecode validation
The safe-for-space pass could add clearing operations on "typed"
stack positions, which are known to contain a fixnum, flonum, or
extflonum. Non-clearing references, however, were not annotated to
indicate that clearing references were present, since clearing is
not expected on typed positions.

Along the lines of not expecting clearing, the bytecode validator's
encoding of the stack doesn't accomodate both "has a type" and "claims
never to be cleared", so it couldn't detect the bytecode compiler
bug. (Also, this problem didn't show up in the HOSC paper's model of
the validator, because the model pre-dates type tracking.)

Fix the bytecode compiler's space-safety pass so that it never inserts
clearing operations for typed stack positions. Then, the validator can
simply reject any attempt to clear a typed position.

Also, annotate applications generated by lifting as safe-for-space
tail calls.

Merge to v5.3.4
(cherry picked from commit 7ad1ddab64)

Conflicts:
	src/racket/src/cstartup.inc
	src/racket/src/schvers.h
2013-04-28 14:03:37 -04:00
Matthew Flatt
621abb6031 racket/draw: fix in-region?' method of region%'
Merge to v5.3.4
(cherry picked from commit 917ec51eee)
2013-04-28 13:31:50 -04:00
Matthew Flatt
861ef7f721 raco pkg: GitHub API now requires a User-Agent
Merge to v5.3.4
(cherry picked from commit 9d43fcad3e)
2013-04-28 13:31:45 -04:00
Matthew Flatt
2fea9c36fc raco dist: update ELF section when adjusting data size
Merge to v5.3.4
(cherry picked from commit f450e50354)
2013-04-28 13:31:33 -04:00
Robby Findler
bbb2bec62b fix jump-to-defining-file when a stacktrace window is open
(cherry picked from commit 951538ab90)
2013-04-28 13:31:27 -04:00
Matthias Felleisen
6cf0818faf update for 5.3.4
(cherry picked from commit 0d3ae8b2e3)
2013-04-28 13:31:23 -04:00
Matthew Flatt
ebd9ebdd39 fix a JIT bug related to inlined structure constructors
Merge to v5.3.4
(cherry picked from commit fd883dbf32)
2013-04-28 13:31:18 -04:00
John Clements
67831bfb9d updated HISTORY
Merge to 5.3.4 release
(cherry picked from commit 71bc329278)
2013-04-23 18:18:28 -04:00
Matthew Flatt
b5ca3931f5 fix iteration on large hash trees
Bug introduced by 7a8c2ff063: a tree can be deep enough that the
representation of the path to the current item can be too big to
fit into 32 bits. It will always fit in 64 bits, though.

Merge to 5.3.4
(cherry picked from commit f09d1d1ae8)

Conflicts:
	src/racket/src/string.c
2013-04-23 18:18:03 -04:00
Robby Findler
f2166f23da add v.5.3.4 notes to DrRacket's HISTORY.txt
(cherry picked from commit 5a3a5edc9a)
2013-04-23 09:04:37 -04:00
Eli Barzilay
c043232de9 Change checksums for -h changes.
Also add completions for some new flags.
(cherry picked from commit 4dfe89a118)
2013-04-23 09:04:32 -04:00
Matthew Flatt
b6bd86f825 win64: JIT stack-trace repair
Relevant to PR 13702

Merge to 5.3.4
(cherry picked from commit 5887d7808c)
2013-04-19 15:05:42 -04:00
Matthew Flatt
4f738c6094 fix problem with switchable-button tool tip
Closes PR 12562

Merge to v5.3.4
(cherry picked from commit ff580c212c)
2013-04-19 15:05:38 -04:00
Juan Francisco Cantero Hurtado
c5206dd8c2 Add MZ_TRY_EXTFLONUMS to OpenBSD.
Also add an error to unsupported platforms (copied from FreeBSD).

Merge to 5.3.4
(cherry picked from commit ac42864f3b)
2013-04-19 15:05:33 -04:00
Stephen Bloch
0861510d26 Corrected a variety of wrong-arg-type error messages for map-image,
build-image, et al.

Please merge to release branch.
(cherry picked from commit 6740ab5748)
2013-04-18 17:28:43 -04:00
Vincent St-Amour
2d31de9d12 Update TR history for 5.3.4.
(cherry picked from commit 85eab5610f)
2013-04-18 17:28:39 -04:00
Matthew Flatt
54700323d1 merge history for v5.3.4
Merge to v5.3.4
(based on 9b7e3be)
2013-04-18 17:28:09 -04:00
Matthew Flatt
b9f28e106b JIT: fix inlined char->integer' and integer->char'
Put the result in the destination register, instead of always R0.

Merge to v5.3.4
(cherry picked from commit 0c4e155b88)
2013-04-18 17:26:08 -04:00
Juan Francisco Cantero Hurtado
592d762b35 Change the default stack size to safe values on OpenBSD.
With this patch racket will never grow beyond of the defaults limits of
the OS and also it doesn't limit the stack size to a fixed value.

Merge to v5.3.4
(cherry picked from commit 5a566771e0)
2013-04-18 17:25:52 -04:00
Eli Barzilay
167a50ab53 New Racket version 5.3.3.900. 2013-04-17 18:30:26 -04:00
Eli Barzilay
42e442a755 Improve some printouts.
Specifically the one from ,rr.  Also make ,switch syntax error more
friendly.  Also, test for the recent xrepl fix, including its printout.
(cherry picked from commit e311de0522)
2013-04-17 17:54:40 -04:00
Eli Barzilay
e32c855a48 Sync sanity path checks to the modified configure paths.
(cherry picked from commit ff461c0bee)
2013-04-17 17:54:37 -04:00
Matthew Flatt
eea9f15a83 ffi/com: repairs for parameterized-property setting and for date values
Merge to v5.3.4
(cherry picked from commit 25ddfcbfb3)
2013-04-16 15:01:28 -04:00
Matthew Flatt
95b20193c3 racket/gui cocoa: fix `list-box%' visble-cell calculations
There were especially problems with header columns, but
also intercell spacing was not taken into account.

Merge to v5.3.4
(cherry picked from commit 44d59702c0)
2013-04-16 15:01:24 -04:00
Robby Findler
f9cc17670c track dependencies from files with errors separately
from when the file doesn't have an error

More precisely, keep two sets of depndencies for a given
open tab. If the file expanded without error then we consider
that authoratative and keep that set of dependencies around
even if a later expansion fails. So there are two sets of
dependencies for each tab. When expansion succeeds, we reset
both of them, but if expansion fails then we reset only one,
preserving the set we got from the last successful expansion

please include in the release
(cherry picked from commit 11f74fc571)
2013-04-16 10:49:38 -04:00
Robby Findler
a7806102f3 move the call that sets the focus later so it actually happens
merge to the release branch, please
(cherry picked from commit c188be0441)
2013-04-16 10:49:34 -04:00
Mike Sperber
194100310e Synch German string constants with latest.
(cherry picked from commit 3cb555a6c1)
2013-04-16 10:49:21 -04:00
Stephen Chang
bfbba3f0bf fix typed racket named let: error when there are no binding types
closes PR 13691

include in release
(cherry picked from commit b3ba324a92)
2013-04-16 10:49:17 -04:00
Matthew Flatt
045cf69ba4 racket/enter: fix exception handling & propagation for `enter!'
Merge to v5.3.4
(cherry picked from commit 9a52894b8b)
2013-04-16 10:49:12 -04:00
Matthew Flatt
fd4f374195 ffi/unsafe/obj: fix use of ivar in rator position
Merge to v5.3.4
(cherry picked from commit fff88eeb92)
2013-04-16 10:49:09 -04:00
Matthias Felleisen
1850b4bbd4 reformat error message for implode, Closes PR 13690
(cherry picked from commit 6642c114f7)
2013-04-16 10:49:05 -04:00
Asumu Takikawa
fc75ff426a Fix #:methods regression at top-level
Please merge to v5.3.4
(cherry picked from commit fa80c53115)
2013-04-16 10:49:02 -04:00
Claire Alvis
2001098046 Fixes strange error messages for invalid generic method definitions
Closes PR 13681

Please merge to v5.3.4
(cherry picked from commit d84494dd44)
2013-04-16 10:48:57 -04:00
Matthias Felleisen
70ab423b71 die to dice
(cherry picked from commit 2d934e6a4f)
2013-04-16 10:48:51 -04:00
Matthew Flatt
f6aa505e99 racket/gui: make list-box% columns more consistent across platforms
Cocoa: use ellipses instead of line wrapping
Gtk: allow column sizing below title width

Merge to v5.3.4
(cherry picked from commit 33700427f2)
2013-04-12 11:37:26 -04:00
Eli Barzilay
6edaeee9b0 Avoid loading modules in module->path' and known-module'.
This is particularly problematic for `require-reloadable'.

Closes PR 13688.
(cherry picked from commit b5771e6ade)
2013-04-12 11:37:22 -04:00
Burke Fetscher
216b5f47f3 redex: syntax error fix for define-relation
please merge to the release branch
(cherry picked from commit 41d90c6dd5)
2013-04-12 11:37:18 -04:00
Robby Findler
c19fbbce45 fix listof error reporting
closes PR 13685

please merge to the release branch
(cherry picked from commit e6122d5fbd)
2013-04-12 11:37:14 -04:00
Robby Findler
77142df5e8 add Burke to acks
please merge to release branch
(cherry picked from commit 6cc0581dcd)
2013-04-12 11:37:10 -04:00
Matthew Flatt
e9e654487b dist-spec fix for `raco setup' extra file
(cherry picked from commit c1d9b0716e)
2013-04-12 11:37:06 -04:00
Matthew Flatt
e23bcf523f equality for `define-cstruct'-generated wrappers
Closes PR 13650

Merge to v5.3.4
(cherry picked from commit 06c42f0887)
2013-04-11 20:25:57 -04:00
Matthew Flatt
e8c6a5b806 ffi/unsafe: fix doc typo
From Tobias

Closes PR 13684

Merge to v5.3.4
(cherry picked from commit 98c5209c95)
2013-04-11 20:25:53 -04:00
Matthew Flatt
8f6fc2f822 raco pkg: fix `raco setup' sensitivity to package scope
Merge to v5.3.4
(cherry picked from commit d195e3889b)
2013-04-11 20:25:48 -04:00
Matthew Flatt
c5f585d878 raco setup: remove any extra documentation dirs in installation
After uninstalling a package in installation scope, its documentation
should be removed. A new `raco setup' step takes care of that.

Merge to v5.3.4
(cherry picked from commit ff324f9270)
2013-04-11 20:25:41 -04:00
Matthew Flatt
97df4ff673 pkg docs: add a tag for the "how to develop" section
Merge to v5.3.4
(cherry picked from commit ef6639f4c7)
2013-04-11 20:25:37 -04:00
Eli Barzilay
59b18eec39 Make configure install the docs in the standard place.
Closes #315 (on github)
(cherry picked from commit 91aa7f3527)
2013-04-11 20:25:30 -04:00