Eli Barzilay
3d75992400
Re-fix the drr test on windows.
2010-12-10 11:32:12 -05:00
Eli Barzilay
ce890ef40e
No need for xvnc on windows
2010-12-10 08:36:06 -05:00
Robby Findler
94ebb1f317
update the mzlib contract test suite to the new error messages
2010-12-10 06:57:27 -06:00
Robby Findler
b902cb5455
closes PR 11522
2010-12-10 06:57:24 -06:00
Eli Barzilay
de4daa8d81
Add a hack to get the environment variables from the visual studio batch
...
file.
Also change the version number in the foreign tests to make them work.
Also fix getting the `test_gui' configuration.
2010-12-10 05:15:14 -05:00
Eli Barzilay
adb657fc5f
Bump _WIN32_WINNT to 0x0501, since that's what the compiler recommends to do
...
when it complains about a value that is too low.
This complaint happens when building with 2010 -- I resolved these
complaints (here and in mysterx) by adding the definition to the vcxproj
files, but the 3m compilation still needs it.
For the record, the error text is:
C:\Program Files\Microsoft Visual Studio 10.0\VC\ATLMFC\INCLUDE\atlcore.h(35) : fatal error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is recommended.
2010-12-10 03:54:02 -05:00
Eli Barzilay
a8bf338962
Attempt to fix "libffi.vcxproj".
...
* Sorted out mess for output directories and commands.
* Minimized some redundant repetitions.
* Used consistent OutDir and IntDir directories.
2010-12-10 03:19:01 -05:00
Eli Barzilay
aa58d1773d
Make "gc2/make.rkt" look for "win32/release" directories.
...
I made the 2010 project files use a consistent path of
$(Platform)\$(Configuration)\
so make this script look for "win32/release" before just "release". (It
would be better to do the same in the 2008 project files.)
2010-12-10 02:20:36 -05:00
Eli Barzilay
adb1b56676
Small fixes
2010-12-10 01:26:47 -05:00
Matthew Flatt
cadc128994
win32: mouse-wheel events
...
Closes PR 11520
2010-12-09 21:06:15 -07:00
Matthew Flatt
e3c4a0ae98
fix gif decoding of interlaced images
2010-12-09 20:08:36 -07:00
Matthew Flatt
24a4fe52c7
typo
2010-12-09 20:08:35 -07:00
Matthew Flatt
e929f62d11
win32: fix alt vs. meta; fix alt-<char> menu dropdown
2010-12-09 18:05:51 -07:00
Matthew Flatt
3aad886019
win32: fix key-release events
2010-12-09 17:43:37 -07:00
Matthew Flatt
b16f8fb16a
win32: fix delete key
...
Closes PR 11519
2010-12-09 17:38:41 -07:00
Matthew Flatt
518cff7b63
win32: fix alt-combination handling
2010-12-09 15:18:57 -07:00
Robby Findler
08d7a43c08
Rackety
2010-12-09 15:50:18 -06:00
Robby Findler
18dacad6c8
a first attempt at a rewording of the blame error messages to admit the possibility that the contract was wrong and also to claim that fixing the blamed module or the contract is all that is required
...
note that two test cases are failing, but only because they depend on the wording of the error messages; once that is set, I'll fix them.
2010-12-09 15:50:15 -06:00
Robby Findler
092b966b83
use the new feature of panel:dragable (from previous commit) to make the
...
'put definitions beside interactions' preference changes take effect immediately
2010-12-09 15:50:12 -06:00
Robby Findler
9a485dd492
added set-orientation method to panel:dragable (lets the panels
...
change from being vertically aligned to horizontally aligned, even
after they have been created)
2010-12-09 15:50:08 -06:00
Ryan Culpepper
b8fc41283e
syntax/parse: exported and documented ~do action pattern
2010-12-09 12:19:34 -07:00
Ryan Culpepper
c51f769672
syntax/parse: vars w/ splicing-stxclasses bind stxobjs, not lists
2010-12-09 12:19:26 -07:00
Ryan Culpepper
6acf9b6e00
macro-stepper: untack arrows on navigation
...
Closes PR 11485
2010-12-09 12:19:13 -07:00
Eli Barzilay
a90338eddd
Accommodate Windows x64 builds and installers.
2010-12-09 11:53:26 -05:00
Eli Barzilay
8f17b95d82
Configurable setting for testing drr, use it on windows too.
2010-12-09 11:15:44 -05:00
Eli Barzilay
9d4d514d58
Use the worksp10 files
2010-12-09 11:09:56 -05:00
Eli Barzilay
9dc8cb8152
Solution and project files for Visual Studio 2010.
2010-12-09 10:59:49 -05:00
Eli Barzilay
4be09aecec
Apparently there were some of these @plt-racket.org around,
...
and Matthew commits from @cs.utah.edu.
2010-12-08 23:43:14 -05:00
Robby Findler
81de0c1337
changed the 'cancel' button to say something more accurate
...
closes PR 11473
2010-12-08 21:31:47 -06:00
Eli Barzilay
a7ef05d749
Remove wxwindow includes that are now gone.
2010-12-08 22:13:38 -05:00
Eli Barzilay
977dbfcdf4
add missing include directories for debug mode
2010-12-08 22:10:21 -05:00
Matthew Flatt
355cf25b5f
cocoa: allow default handling of Cmd-` for cycling windows
...
Closes PR 11499
but it's not clear that this is the right fix for all users
2010-12-08 19:56:02 -07:00
Matthew Flatt
aee9f41d53
slideshow: tame use of fullscreen mode
...
Closes PR 11490, hopefully
2010-12-08 18:40:09 -07:00
Matthew Flatt
5f73c361ef
fix text-drawing context for "combined" text when scale changes
...
Closes PR 11495
2010-12-08 18:40:09 -07:00
Vincent St-Amour
365d272666
Test for errors in rhs.
2010-12-08 20:32:20 -05:00
Vincent St-Amour
81ef5f9418
Typecheck body of letrec using original types instead of potentially undefined type.
2010-12-08 20:32:20 -05:00
Vincent St-Amour
53719600d8
Error if we get a type that may be undefined and we don't expect it.
2010-12-08 20:32:20 -05:00
Vincent St-Amour
b045153177
letrec: consider outside bindings safe.
2010-12-08 20:32:19 -05:00
John Clements
368f345901
more stepper cleanup
2010-12-08 16:37:15 -08:00
John Clements
ff973b628b
stepper refactoring and cleanup
2010-12-08 16:37:15 -08:00
Sam Tobin-Hochstadt
463ab0d309
Fix type of `-'
2010-12-08 19:31:57 -05:00
Vincent St-Amour
36f6149a41
Another alphabetical order fix.
2010-12-08 19:13:00 -05:00
Sam Tobin-Hochstadt
e70ccafd7b
Add `defined?' assertions to fix DrRacket.
2010-12-08 18:53:56 -05:00
Sam Tobin-Hochstadt
87eab889d6
Allow arbitrary filter specification in function types.
...
Allow (A -> B -> C) for curried function types.
2010-12-08 18:22:29 -05:00
Sam Tobin-Hochstadt
cb6d78698b
Count pairs as having size 1, not 0, in minimizing edit distance.
2010-12-08 18:22:29 -05:00
Sam Tobin-Hochstadt
73dbf42e0e
Better handling of `hash-*' functions, and hashes as sequences.
2010-12-08 18:22:29 -05:00
Sam Tobin-Hochstadt
7f1da76d54
Compare author strings, not author structures, in `citet'.
2010-12-08 18:22:29 -05:00
Vincent St-Amour
0365755b3d
Fix cond doc typo.
...
Closes PR 11517.
2010-12-08 18:17:07 -05:00
Vincent St-Amour
dc2df4882b
Take into account potentially undefined values in letrec.
...
Closes PR11511.
2010-12-08 18:17:06 -05:00
Vincent St-Amour
33581fd67e
map + syntax->list -> syntax-map
2010-12-08 18:17:05 -05:00