Eli Barzilay
fca0ed2111
Fix error message, use a faster regexp test to search for NULs, forbid empty byte strings.
2011-02-20 12:47:53 -05:00
Matthew Flatt
97870282c2
gtk: keep popup menus on the screen
...
Closes PR 11414
2011-02-19 19:42:20 -07:00
Matthew Flatt
85951bf665
gtk: smoother editor-canvas resize
...
- call `on-size' on setting the canvas size, like Win32 and Cocoa,
which mainly shows/hides auto-shown scrollbars more on time
(e.g., DrRacket doesn't start with horizontal scrollbars that
immediately disappear)
- switch mouse tracking to "hint" mode, instead of catching every
single mouse position
- when queueing `on-size' methos in response to client-size changes,
cancel and queued but undelivered calls; in the case of editor
canvases, this doesn't really have an effect, due to the other
`on-size' call
Closes PR 11369, hopefully
2011-02-19 16:10:00 -07:00
Robby Findler
8ae72bc29c
added preference for the test coverage colors in the module language
2011-02-19 16:14:59 -06:00
Matthew Flatt
c8acebce8b
fix race in subprocess test
2011-02-19 08:51:10 -07:00
Matthew Flatt
010e6fc2a4
racket/system: fix argument checking with 'exact
2011-02-19 08:43:06 -07:00
Matthew Flatt
5754269ae1
win32: fix some key events
...
Closes PR 11757
2011-02-19 08:36:17 -07:00
Matthew Flatt
b4056373be
generalizations to `subprocess' & company
...
- allow byte strings in more places
- allow stderr spec to be 'stdout to redirect stderr to stdout
Closes PR 11711
2011-02-19 08:30:34 -07:00
Matthew Flatt
9325fe0f25
fix `peek-string-evt' and related docs
...
Closes PR 11748
2011-02-19 06:54:35 -07:00
Matthew Flatt
9cc7333fa9
fix `in-vector' error reporting
...
and also refrain from exporting some internal bindings
frm `racket/base'
2011-02-19 06:50:54 -07:00
Matthew Flatt
ce82c74b75
win32: fix ALT-space to pop up system menu
...
Closes PR 11754
2011-02-19 06:39:33 -07:00
Matthew Flatt
aacb98f51b
PPC JIT fixup
2011-02-18 18:44:01 -07:00
Matthew Flatt
0e590d3a76
VS10 project fixup
2011-02-18 18:44:01 -07:00
Matthew Flatt
4b13dc0ba4
split jit.c into multiple files
2011-02-18 18:44:01 -07:00
Matthew Flatt
5249152743
partially clean up hash-code implementation
2011-02-18 18:44:01 -07:00
Matthew Flatt
7d94936b04
change representation of parameterizations
...
- slightly slower single extension of parameterization
- faster repeated extension of parameterization
- sometimes faster lookup of parameterization
- simpler implementation (uses functional hash tables)
2011-02-18 18:44:01 -07:00
Eli Barzilay
0978b54dd2
New version for srfi-17.
2011-02-18 15:02:41 -05:00
Robby Findler
783945f96b
adjust the test coverage test suite to the changes in test coverage
2011-02-18 13:20:37 -06:00
Matthew Flatt
6041833ac5
fsemaphore cleanup
...
- abstract over JIT inlining of fsemaphore operations
- fix problems with non-parallel fsemaphores
- adjust tests so they don't assume too much concurrency
- clarify fsemaphore vs. semaphore in the docs
2011-02-18 09:55:01 -07:00
Matthias Felleisen
43da90a6bc
changed write-file to return the name of the file, period
2011-02-18 09:40:04 -05:00
Kevin Tew
bdbb9fe336
Parallel Places Build
2011-02-17 16:22:49 -07:00
Kevin Tew
ad0c22a77a
parallel-do refactor
2011-02-17 16:21:32 -07:00
Robby Findler
1cf98d3033
fix when check syntax is clearing out its error message editor
...
closes PR 11751
2011-02-17 13:53:15 -06:00
Robby Findler
3cb3b9fa83
fix a bug in PLTDRPAR
2011-02-17 12:28:22 -06:00
Robby Findler
87e637a1cc
- adjust the teaching language test coverage style implementation
...
so that it changes immediately when the black-on-white and
white-on-black buttons are pushed in the preferences dialog
- expanded the color preferences api a little
to allow the specification of background colors
in addition to the foreground/style information
already there
- changed the test coverage style so that the colors are
settable in the preferences dialog
closes PR 11704
2011-02-17 12:27:00 -06:00
Robby Findler
7cc3465486
clarify the style<%>'s get-delta's docs
2011-02-17 12:26:52 -06:00
James Swaine
ca5c061a71
Fix fsemaphore-try-wait? so the sema's count is decremented. Make fsemaphore-wait and other futures-related functions cooperate with the GC better.
2011-02-16 21:14:14 -06:00
James Swaine
825a931ffa
Fix MSVC compiler errors for fsemaphore code generation
2011-02-16 15:39:45 -06:00
Eli Barzilay
1be26400cb
Some random tidyings.
2011-02-16 15:26:15 -05:00
Eli Barzilay
8886b87876
Reformat this mess.
2011-02-16 15:26:15 -05:00
Eli Barzilay
0801525931
Merge in the docs test into the rest of the scribble tests.
...
Also fixed it to scan all scrbl files in the docs directory, use
runtime-path, and change the rest to racket to get the quoted printout
right.
2011-02-16 15:26:15 -05:00
Matthew Flatt
90b8296c8f
fix minor problems that trigger C-compiler warnings
2011-02-16 13:19:56 -07:00
James Swaine
6571bc0b0e
Merge branch 'master' of pltgit:plt
2011-02-16 12:43:19 -06:00
Kevin Tew
f7d89009a4
[Scribble] Fix width of multicolumn table cells
2011-02-16 09:26:17 -07:00
Matthew Flatt
e59b96e26c
fix jpeg structs to better adapt to jpeglib versions and platforms
...
--- specifically fixing jpeglib version 8 on x86_64
2011-02-16 07:31:37 -07:00
James Swaine
c6642de116
Added future semaphores (fsemaphores)
2011-02-15 23:27:03 -06:00
James Swaine
a98553f99b
Merge branch 'master' of pltgit:plt
2011-02-15 22:58:08 -06:00
Robby Findler
7af41fddc3
We no longer need to avoid IO or worry about exceptions, so drop the with-handlers.
...
Revert "This is a change to paper over a bug elsewhere in the system that threatens the release."
This reverts commit 25adab8cbb
.
2011-02-15 19:05:21 -06:00
Robby Findler
e3c26a2aa4
improved the setup for the front-end method so that
...
printing to stdout and stderr is safe and to better document
the issues
2011-02-15 18:10:03 -06:00
Robby Findler
8e94ce49e4
lift the restriction that the text:ports mixin
...
cannot do io from the eventspace handler thread
and add a test suite for text:ports
2011-02-15 18:10:02 -06:00
Robby Findler
62c961410c
adjust the framework test suite so that queue-sexp-to-mred catches and propogates exceptions
2011-02-15 18:10:00 -06:00
Robby Findler
d5c753be88
adjusted printfs to make them a little narrower
2011-02-15 18:09:59 -06:00
John Clements
9de3f25d15
added docs, changed to optional param
2011-02-15 14:57:51 -08:00
John Clements
1b843ea161
added checking on planet unlink
2011-02-15 14:10:57 -08:00
John Clements
c1f76d418f
bug fixed
2011-02-15 14:10:57 -08:00
Kevin Tew
156153f692
calling sync on a place-channel now returns the channel message just like standard racket channels
2011-02-15 13:53:01 -07:00
Matthew Flatt
21c6a9f5c8
Slideshow/Scribble: fix size of PDF generated for pict in a doc
2011-02-15 13:17:17 -07:00
Eli Barzilay
3358b40377
Forgot the meat of the change...
2011-02-15 11:34:09 -05:00
Eli Barzilay
6dccc8f059
5.1 improvement to sierpinski code from robby, can go live now
2011-02-15 11:20:51 -05:00
Eli Barzilay
2880edcb8c
v5.1 stuff
2011-02-14 22:04:44 -05:00