Eli Barzilay
|
6b5e09073a
|
Reorganize, improve, and extend lazy tests.
|
2011-01-30 13:52:04 -05:00 |
|
Stephen Chang
|
08d99f4858
|
add test for lazy take bug fix -- invariant being incorrectly tested on unforced arg
|
2011-01-30 12:12:55 -05:00 |
|
Stephen Chang
|
808361b789
|
fix lazy take bug -- invariant being tested on unforced argument
|
2011-01-30 12:10:57 -05:00 |
|
Matthew Flatt
|
bc5ab1e031
|
fix problems with `read-language' error reporting
|
2011-01-30 07:47:46 -06:00 |
|
Eli Barzilay
|
c945f5d27d
|
New Racket version 5.1.0.1.
|
2011-01-30 03:50:12 -05:00 |
|
Robby Findler
|
a7fb695c88
|
fix a docs typo
closes PR 11677
|
2011-01-29 18:58:21 -06:00 |
|
Casey Klein
|
3250ff846c
|
Adds a Redex version of Jay's continuation mark transformation
|
2011-01-29 15:26:30 -06:00 |
|
Matthew Flatt
|
0e169cfbb7
|
fix version number
|
2011-01-29 13:39:34 -06:00 |
|
Matthew Flatt
|
e43fa461a4
|
doc typo
|
2011-01-29 13:32:24 -06:00 |
|
Robby Findler
|
4090eabacb
|
added a color:text method get-token-range and then used that to improve how f1 in drracket works
Please include this commit on the release branch
|
2011-01-29 12:28:26 -06:00 |
|
Eli Barzilay
|
f190e3efec
|
Post-release version for the v5.1 release
|
2011-01-29 13:04:18 -05:00 |
|
Robby Findler
|
e05e6efc7a
|
added a missing syntax error check
|
2011-01-29 11:20:12 -06:00 |
|
Matthew Flatt
|
46dc2d6683
|
Scribble: improve interaction', examples', etc. for non-text
by setting the default output port in the sandbox to support
content as "specials" when `current-print' is changed
|
2011-01-29 09:55:40 -06:00 |
|
Matthew Flatt
|
b485d375b0
|
cocoa: event-dispatch repairs, especially when no frame is shown
Relevant to PR 11672
|
2011-01-28 12:43:51 -06:00 |
|
Matthew Flatt
|
dc2bdfcea3
|
`frame%' style doc corrections
to sync with gr2 changes
|
2011-01-28 11:14:01 -07:00 |
|
Matthew Flatt
|
96fd11eede
|
DrRacket line numbers: fix condition for whether to draw a number
|
2011-01-28 06:22:28 -07:00 |
|
Matthew Flatt
|
5467f89a23
|
remove non-working get-font' method of control<%>'
Closes PR 9938
|
2011-01-28 05:55:41 -07:00 |
|
Matthew Flatt
|
2ab0d36738
|
cocoa: fix first-responder tracking when a frame is hidden
|
2011-01-27 19:20:13 -07:00 |
|
Matthew Flatt
|
2c0a034792
|
doc typo fixes from Eric Hanchrow
|
2011-01-27 19:20:13 -07:00 |
|
Stephen Chang
|
9924ac8060
|
add tests for lazy take
|
2011-01-27 17:04:58 -05:00 |
|
Vincent St-Amour
|
36ae5a9d50
|
Fix nightly running of TR tests.
|
2011-01-27 16:49:45 -05:00 |
|
Jay McCarthy
|
0714c7222c
|
Fixing PR11661
|
2011-01-27 13:38:16 -07:00 |
|
Jay McCarthy
|
d771211a7e
|
Fixing PR11674 and then some
|
2011-01-27 13:38:16 -07:00 |
|
Matthew Flatt
|
45999143a4
|
gtk: fix float frames to not appear in WM's window list
|
2011-01-27 12:25:53 -07:00 |
|
Matthew Flatt
|
08bf77deeb
|
gtk: list-box dclick
|
2011-01-27 12:26:23 -07:00 |
|
Matthew Flatt
|
d34deeba91
|
win32: fix printing bug related to clipping
|
2011-01-27 12:26:23 -07:00 |
|
Robby Findler
|
efb66b0cc4
|
disable the new {} indentation until it can be done in a #lang language-specific way
|
2011-01-27 11:21:46 -06:00 |
|
Robby Findler
|
419ca0a36d
|
adjust the test-engine test suite to use the new preferences location
|
2011-01-27 11:00:49 -06:00 |
|
Matthew Flatt
|
3448767f97
|
fix SRFI-14 test
|
2011-01-27 08:04:39 -07:00 |
|
Stephen Chang
|
f60957282f
|
fix (take 0 nonemptylist) test in tests/lazy/langimpl.rkt
|
2011-01-26 18:14:34 -05:00 |
|
Stephen Chang
|
1ab22f7c2b
|
add tests for push#22080
|
2011-01-26 17:26:44 -05:00 |
|
Eli Barzilay
|
40610643bf
|
Make `take' less forceful -- so now (take 0 (error "foo")) returns '()
instead of throwing an error.
|
2011-01-26 17:06:17 -05:00 |
|
Eli Barzilay
|
d2c2112ebc
|
Avoid possible X forwards
|
2011-01-26 15:51:33 -05:00 |
|
Stephen Chang
|
39194ba5da
|
in lazy.rkt, fix bug in take, where (take 0 non-null-list) was not evaluating to null
|
2011-01-26 15:27:18 -05:00 |
|
Matthew Flatt
|
8cbc701671
|
cocoa: fix problems with live-resize
that were created by the queue-sync change
|
2011-01-26 12:57:01 -07:00 |
|
Vincent St-Amour
|
2bd0145603
|
Generalize hash table literals and subtypes of symbol.
Closes PR 11670.
|
2011-01-26 14:23:19 -05:00 |
|
Matthew Flatt
|
630dee7227
|
cocoa: better sync between Cocoa and Racket event queues
to reduce inversion where a low-priority callback runs
when a GUI event is available
|
2011-01-26 12:19:48 -07:00 |
|
Jon Rafkind
|
7ff1cdde81
|
use the currently documented function. closes pr11668
|
2011-01-25 21:25:36 -07:00 |
|
Matthew Flatt
|
b5bc288f67
|
Windows: fix `path-list-string->path-list' to throw away quotes
--- which seems to be what the command shell does with quotes in
PATH, at least; Microsoft isn't in the habit of documenting this
sort of thing
|
2011-01-25 20:30:33 -07:00 |
|
Matthew Flatt
|
88218036cc
|
doc clarifications about line counting in ports
|
2011-01-25 20:01:30 -07:00 |
|
Robby Findler
|
71236aa48c
|
make completions box handle clicking around a little bit better
|
2011-01-25 20:58:50 -06:00 |
|
Robby Findler
|
f182d0def4
|
drop superflous dependency on srfi1
|
2011-01-25 20:58:47 -06:00 |
|
Robby Findler
|
e0703e251b
|
fix sizing and font inconsistencies in the completions box
|
2011-01-25 20:58:44 -06:00 |
|
Robby Findler
|
90d9256073
|
change a get-preferences to a preferences:get
closes PR 11667
|
2011-01-25 20:58:41 -06:00 |
|
Robby Findler
|
85c955fad6
|
tweak to move interactions fetch to the eventspace handler thread
|
2011-01-25 20:58:39 -06:00 |
|
Matthew Flatt
|
60335d9b23
|
fix `vector-copy' range checking for starting position
|
2011-01-25 15:46:52 -07:00 |
|
Eli Barzilay
|
f8039ddb74
|
Another place that needs to know about f14
|
2011-01-25 14:15:06 -05:00 |
|
Stevie Strickland
|
a04b8d9899
|
Change instanceof/c to allow more contracts.
Now instanceof/c no longer checks explicitly for a class/c contract, so
or/c or and/c of class/c contracts succeed.
|
2011-01-25 14:07:30 -05:00 |
|
Eli Barzilay
|
1e2a6ffd60
|
New Racket version 5.0.99.7.
|
2011-01-25 03:50:12 -05:00 |
|
Matthew Flatt
|
5e3dbbc3f8
|
change gracket -z' to just use read-eval-print-loop'
instead of `textual-read-eval-print-loop'
|
2011-01-24 19:47:21 -07:00 |
|