Ryan Culpepper
44e26d493d
try to make tmp file path shorter (for drdr)
2013-02-16 15:18:55 -05:00
Eli Barzilay
93063be2b7
Remove binary file that was added by mistake.
2013-02-16 13:41:38 -05:00
Eli Barzilay
9e9adeae0c
Consistent capitalization for "GRacket".
2013-02-16 13:41:38 -05:00
Matthew Flatt
83900f0d20
fix up some cross references
2013-02-16 09:49:24 -07:00
Matthew Flatt
9b04aef0f8
fix a problem with `syntax-local-lift-require' at top level
...
The problem was exposed by improved error checking
in the expander to detect references to exports of a module that
is not yet visited, and as triggered by the documentation for
`2htdp/planetcute'.
2013-02-16 09:29:16 -07:00
Matthew Flatt
72c39ca7ff
test fixups
2013-02-16 08:56:21 -07:00
Robby Findler
fbeecdc1aa
add gc log following info to the drr performance monitor
2013-02-16 07:39:33 -06:00
Mike Sperber
5db56e3186
Synch German string constants with latest.
2013-02-16 10:52:42 +01:00
Eli Barzilay
1ddacff399
New Racket version 5.3.3.3.
2013-02-16 03:40:18 -05:00
Robby Findler
d5ffb1e3c0
add in the rest of the double barred chars (╬ and company)
...
and adjust the existing ones a little
2013-02-16 00:09:26 -06:00
Robby Findler
1ee765c7e3
fix bad test
2013-02-16 00:09:25 -06:00
Eli Barzilay
f27a48e46f
Commentage.
2013-02-16 00:49:17 -05:00
Matthew Flatt
c8ae8c419a
scribble Latex: support all 2d-cond characters
2013-02-15 21:09:18 -07:00
Matthew Flatt
23d0627acc
scribble: improve HTML handling of 'unnumbered and 'toc-hidden
...
A part with style property 'toc-hidden no longer
hides child sections, which makes it consistent with Latex/PDF
rendering.
A part with style 'grouper and 'unnumbered does not make its
child parts render as more nested, which is consistent with
'gruper without 'unnumbered. An unnumbered grouper is represented
as "" in a section-number list (while #f is still used for
unnumbered non-grouper layers).
2013-02-15 20:11:18 -07:00
Matthew Flatt
80a22493bd
doc clarification
2013-02-15 16:02:53 -07:00
Matthew Flatt
0c37849f81
racket/gui: fix contract of set-value' in
gauge%'
2013-02-15 16:02:53 -07:00
Asumu Takikawa
9ef9330d4e
Informative error message for raco pkg remove
...
When a user tries to remove a package installed in a
different scope, notify them.
2013-02-15 15:44:31 -05:00
Eli Barzilay
173f2896bd
v5.3.3 installers info
2013-02-15 15:36:31 -05:00
Asumu Takikawa
e7a434559f
Add a missing contract
2013-02-15 15:25:07 -05:00
Matthew Flatt
6281ac0aac
less noisy win32 builds
2013-02-15 12:15:53 -07:00
Michael Filonenko
840fc9c657
full unboxing for extflonums, plus `ffi/unsafe' support
...
Includes a repair for floating-point `min' and `max' that affects all
x86 builds that use SSE arithmetic, leaving the (otherwise unused)
floating-point stack in a bad state, which might have affected
x87-using C/foreign libraries running alongside Racket.
2013-02-15 12:15:34 -07:00
Matthew Flatt
a348e5421d
fix a `configure' test
...
Thanks again to Tobias.
2013-02-15 11:55:26 -07:00
Robby Findler
93bf0cd663
fix 2d lexer for the case when the #2d expression
...
isn't in the leftmost column
2013-02-15 10:29:34 -06:00
Robby Findler
4df519d8d7
I'm responsible for 2d
2013-02-15 07:47:42 -06:00
Eli Barzilay
576a573216
New Racket version 5.3.3.2.
2013-02-15 03:30:18 -05:00
Matthew Flatt
655444ada9
racket/snip: contract repairs
2013-02-14 19:49:48 -07:00
Matthew Flatt
6a218e196a
racket/enter: another submodule repair
...
When a submodule is required from the load handler and no such
module is available, the load handler is not supposed to raise
an exception.
2013-02-14 19:47:40 -07:00
Matthew Flatt
b22ac3b990
compiler/cm-accompice: log to a logger named 'cm-accomplice
2013-02-14 19:47:40 -07:00
Matthew Flatt
d5c1a75e38
racket/gui cocoa: fix over-eager refresh for 'gl canvas%
2013-02-14 19:47:40 -07:00
Matthew Flatt
74a3e14f9c
improve `configure' tests for cross-compilation
...
Use compile and link tests instead of run tests, where
possible.
Based on a patch from Tobias
2013-02-14 19:47:40 -07:00
Robby Findler
ca8ad3b88b
try to be slightly smarter about invalidating the green region
...
in the line numbers when it moves around
specifically, if the before and after green line are right
next to each other, then put it into a single edit sequence
(which unions the invalidated regions); if not, then we
may be jumping far away, so invalidate the two regions
and redraw them separately
2013-02-14 19:51:08 -06:00
Robby Findler
30ca1f0baf
add syntax coloring for 2d syntax
2013-02-14 19:51:08 -06:00
chrdimo
79b8661e13
restoring the link to unix sockets docs
2013-02-14 20:27:03 -05:00
chrdimo
a4f4773597
docs for option contracts
2013-02-14 19:56:43 -05:00
chrdimo
26726ba26f
tests for option contracts
2013-02-14 19:55:10 -05:00
chrdimo
ee81c98ae9
extending option contracts; now handle procedures, vectors, hashes, struct instances, adding support for invariants for vectors, hashes and struct instances
2013-02-14 19:53:26 -05:00
chrdimo
61e896c8d7
small fix in blame-update and small change in error message for multiple blame labels
2013-02-14 19:50:56 -05:00
Matthew Flatt
a96b093d97
ffi/unsafe: unbreak
2013-02-14 17:30:10 -07:00
Matthew Flatt
ccabbaa36e
fix `current-subprocess-custodian-mode' for a #f argument
2013-02-14 17:30:10 -07:00
Matthew Flatt
6c49aee3a6
doc: add some links
2013-02-14 17:30:10 -07:00
Eric Dobson
5ed26e806b
Make lists with minimum lengths be a subtype of sequences.
2013-02-14 18:24:52 -05:00
Eric Dobson
3c31803c19
Add a simple-Union and Bottom, and have code use them.
...
Requires splitting out the match expanders from base-abbrev.
2013-02-14 18:24:52 -05:00
Eric Dobson
b4beabc977
Make tc-let do unions correctly.
2013-02-14 18:24:52 -05:00
Vincent St-Amour
60959467cf
Fix optimization of unary complex - and /.
2013-02-14 18:24:52 -05:00
Vincent St-Amour
c6029cacf8
Fix optimizations for complex unboxing.
...
Omitted parts were not used properly.
2013-02-14 18:24:52 -05:00
Vincent St-Amour
29a181175f
Improve a number of numeric function types.
...
Closes PR13468.
2013-02-14 18:24:52 -05:00
Asumu Takikawa
471a1e1ee6
Refactor documentation of pen%, font%, brush%
2013-02-14 18:22:48 -05:00
Asumu Takikawa
bf4e69fea9
Export racket/draw's helper contracts and document them
2013-02-14 18:22:48 -05:00
Asumu Takikawa
ed13e87734
Refactor contracts
2013-02-14 18:22:47 -05:00
Matthew Flatt
dfdc22ea12
doc repair
...
Closes PR 13415
2013-02-14 15:55:07 -07:00