racket/collects/racket
Matthew Flatt c2468f1f9a racket/draw: fix another problem with the JPEG binding
JPEG reading and writing involve callbacks that need to be
atomic, since the stack-swapping games that a Racket thread
switch plays may not be ok with the JPEG library (as exposed
by the stress test). So, the JPEG reading and writing code
must read/write a string port, instead of directly from/to
the source/destination port, since a string port can be
used in atomic mode.
2012-12-20 06:21:24 -07:00
..
base/lang
contract Make control contracts play nice with has-contract? 2012-11-05 18:08:10 -05:00
draw racket/draw: fix another problem with the JPEG binding 2012-12-20 06:21:24 -07:00
gui racket/gui/dynamic: make gui-dynamic-require' pull from racket/gui/base' 2012-11-19 08:13:48 -07:00
lang
load/lang
match move lazy-require to racket/lazy-require 2012-12-03 19:28:12 -05:00
place Fix rmpi alltoall and remove eli-tester dependency 2012-12-17 19:00:45 -07:00
private fix `quasisyntax' to better preserve syntax properties 2012-12-12 08:34:19 -07:00
signature Moved some mzlib library implementations to racket 2012-07-11 18:26:10 -04:00
snip/private fix the draw contract (and change some one-of/c's to or/c's) 2012-11-06 21:55:36 -06:00
unit racket/unit lang uses racket/base and racket/unit 2012-09-16 17:12:02 -04:00
unsafe
async-channel.rkt
base.rkt
block.rkt
bool.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
bytes.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
class.rkt
cmdline.rkt racket/cmdline add `#:ps' clause 2012-05-29 11:00:43 -06:00
contract.rkt
control.rkt Moved some mzlib library implementations to racket 2012-07-11 18:26:10 -04:00
date.rkt racket/date: fix 'iso-8601 formatting 2012-12-18 06:39:59 -07:00
dict.rkt New naming convention for generics names. 2012-05-24 16:51:07 -04:00
draw.rkt racket/draw: Use interface contracts 2012-07-09 18:04:33 -04:00
engine.rkt adjust racket/engine so that it logs the time that various things happen 2012-10-29 06:45:12 -05:00
enter.rkt
fasl.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
file.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
fixnum.rkt add a #:fill' clause to for/vector' et al. 2012-08-15 09:32:55 -06:00
flonum.rkt add a #:fill' clause to for/vector' et al. 2012-08-15 09:32:55 -06:00
format.rkt Fix error with min-width and fractions 2012-11-01 11:13:02 -06:00
function.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
future.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
generator.rkt switch generator' implementation to use prompt' and `call/cc' 2012-09-19 05:59:57 -06:00
generic.rkt Implementation of #:defaults keyword for define-generics 2012-11-09 20:14:56 -05:00
gui.rkt
help.rkt
include.rkt
init.rkt
kernel.rkt
keyword-transform.rkt add "alias" and "converted-arguments-variant" properties 2012-05-17 10:58:22 -06:00
language-info.rkt
lazy-require.rkt fix lazy-require for local submod module-paths 2012-12-03 19:39:39 -05:00
list.rkt Disable the #:before-first' and #:after-last' functionality in `add-between'. 2012-07-18 22:28:41 -04:00
load.rkt
local.rkt
main.rkt add `racket/format' 2012-09-07 08:16:37 -06:00
match.rkt
math.rkt Some more #lang racket' -> #lang racket/base' conversions 2012-11-07 08:03:44 -05:00
mpair.rkt Fix documentation for packages and mutable lists. 2012-07-31 17:12:30 -04:00
package.rkt Add a `compatibility' collect for compatibility with other languages. 2012-07-27 16:49:05 -04:00
path.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
performance-hint.rkt
place.rkt move lazy-require to racket/lazy-require 2012-12-03 19:28:12 -05:00
port.rkt port position-tracking clean-ups 2012-08-28 16:04:41 -06:00
pretty.rkt racket/pretty: fix `print' mode for fxvectors and flvectors 2012-12-03 22:44:21 -07:00
promise.rkt fix `delay/thread' error when promise-running thread terminates 2012-08-29 09:32:54 -06:00
provide-syntax.rkt
provide-transform.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
provide.rkt
require-syntax.rkt
require-transform.rkt further improvements to source locations for `require' forms 2012-10-01 07:14:46 -06:00
require.rkt
runtime-config.rkt
runtime-path.rkt document `define-runtime-path' limitation 2012-11-11 09:38:16 -07:00
sandbox.rkt racket/sandbox: fix module-path to path coercion for submod 2012-11-11 09:38:16 -07:00
sequence.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
serialize.rkt
set.rkt Peephole optimization for iterating over an empty set (no allocation). 2012-12-07 06:39:27 -06:00
shared.rkt Moved some mzlib library implementations to racket 2012-07-11 18:26:10 -04:00
snip.rkt
splicing.rkt make splicing-syntax-parameterize' work with begin-for-syntax' 2012-12-01 08:12:33 -07:00
stream.rkt Implementation of #:defaults keyword for define-generics 2012-11-09 20:14:56 -05:00
string.rkt Adjust the keyword names for string-join' following the change to add-between'. 2012-06-26 13:45:16 -04:00
struct-info.rkt
stxparam-exptime.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
stxparam.rkt make splicing-syntax-parameterize' work with begin-for-syntax' 2012-12-01 08:12:33 -07:00
surrogate.rkt
syntax.rkt refinement to recent commit suggested by Ryan 2012-08-24 12:43:04 -05:00
system.rkt Some simplification of process error message contracts. 2012-07-20 12:57:28 -04:00
tcp.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
trace.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
trait.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
udp.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
unit-exptime.rkt Moved some mzlib library implementations to racket 2012-07-11 18:26:10 -04:00
unit.rkt doc fixups for struct' variants in scheme/unit', etc. 2012-07-17 11:00:46 -06:00
vector.rkt fix `vector-append' error reporting 2012-10-09 21:13:22 -06:00