racket/collects
Stevie Strickland d16c3f68fa Add empty case for with-contract's clause for free variable contracts.
Also reorder the single and multiple cases to match result-spec's ordering.
2012-06-28 03:28:04 -04:00
..
2htdp send world's name to universe properly, Closes PR 12857 2012-06-25 19:15:08 -04:00
algol60 Added @literal-algol{} and started an algol60 test suite (apologies 2012-06-20 10:28:53 -05:00
at-exp/lang
browser
combinator-parser
compiler fix problems with references to bindings at higher phases 2012-06-27 09:57:50 -06:00
config
data Rename generics => generic. 2012-05-24 16:51:14 -04:00
datalog adjust datalog so that syntax objects are not used as source location 2012-06-02 08:04:45 -05:00
db
defaults A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
deinprogramm refactored to reduce stepper dependencies 2012-06-19 23:51:59 -07:00
drracket Added lock-icon 2012-06-26 15:00:05 -06:00
drscheme
dynext
embedded-gui some long overdue Rackety: renaming the 'scheme:' exports of the framework to 'racket:' 2011-11-30 06:45:50 -06:00
eopl
errortrace errortrace: hack to recover `with-continuation-mark' optimization 2012-06-27 09:57:50 -06:00
ffi ffi/com: repairs for '(box any) 2012-06-26 11:00:11 -06:00
file
framework when moving the focus to the replace window, also select the text 2012-06-20 09:27:16 -05:00
frtime Convert all uses of mzlib/class100 to racket/class 2012-05-26 11:12:55 -04:00
games disable the preferences menu in paint-by-numbers (since it does nothing) 2012-06-14 04:24:22 -05:00
graphics Convert all uses of mzlib/class100 to racket/class 2012-05-26 11:12:55 -04:00
gui-debugger Added lock-icon 2012-06-26 15:00:05 -06:00
handin-client
handin-server
help
hierlist
honu [honu] add simple syntax-parse form. add syntax-class for delaying parsing 2012-06-11 13:07:54 -06:00
htdp Convert all uses of mzlib/class100 to racket/class 2012-05-26 11:12:55 -04:00
html
icons
images Added lock-icon 2012-06-26 15:00:05 -06:00
json
lang fixed some interactions, added up through hashes 2012-06-27 22:55:07 -04:00
launcher
lazy refactored to reduce stepper dependencies 2012-06-19 23:51:59 -07:00
macro-debugger Added lock-icon 2012-06-26 15:00:05 -06:00
make
meta More files for all sites. 2012-06-27 09:26:29 -04:00
mred racket/gui, win32: fix problem with mimize for fixed-size window 2012-06-23 04:15:28 -06:00
mrlib Random pickiness. 2012-06-22 12:00:48 -04:00
mysterx
mzcom
mzlib racket/port: fix problems with `read-bytes!-evt' 2012-06-24 07:38:09 -06:00
mzscheme
net
openssl more error-message conversions and repairs 2012-05-27 11:29:21 -06:00
parser-tools Random pickiness. 2012-06-22 12:00:48 -04:00
picturing-programs Random pickiness. 2012-06-22 12:00:48 -04:00
plai
planet clarified docs for force-package-building? 2012-06-11 01:40:37 -05:00
plot A bunch of typo fixes from Richard Cleis. 2012-06-14 17:20:05 -04:00
preprocessor
profile Doc and code style improvements in the profiler. 2012-06-26 13:45:16 -04:00
r5rs
r6rs
racket fix and improve some syntax-error messages for `struct' 2012-06-27 13:38:36 -06:00
racklog Fixing racklog tests broken by bf95ee105 2012-06-01 17:33:13 -06:00
rackunit A bunch of typo fixes from Richard Cleis. 2012-06-14 17:20:05 -04:00
raco
reader/lang rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
readline
redex improve blue box spacing in Redex reference 2012-06-22 19:47:52 -05:00
repo-time-stamp
rnrs remove docs tests that no one was interested in 2011-07-01 11:38:09 +08:00
s-exp/lang
scheme
schemeunit
scribble scribble/eval: remove bogus top-level `namespace-require' 2012-06-27 12:28:17 -06:00
scribblings Add empty case for with-contract's clause for free variable contracts. 2012-06-28 03:28:04 -04:00
scriblib Fixing PR12779 2012-05-28 11:52:56 -06:00
setup adjust a bunch of error printfs in raco setup so they include the 2012-06-22 21:38:09 -05:00
sgl more error-message conversions and repairs 2012-05-27 11:29:21 -06:00
sirmail A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
slatex
slideshow slideshow: run a slideshow' or main' submodule, if any 2012-05-29 11:00:43 -06:00
srfi ported the contracts in srfi/14 to racket/contract 2012-05-08 16:50:17 -05:00
stepper Added lock-icon 2012-06-26 15:00:05 -06:00
string-constants
swindle
syntax [honu] support for-syntax in require 2012-06-11 13:07:53 -06:00
syntax-color
teachpack adjust and add "docs" to img-eval.rkt for Matthias's consumption 2012-05-28 10:58:40 -05:00
test-box-recovery
test-engine refactored to reduce stepper dependencies 2012-06-19 23:51:59 -07:00
tests fix potential bad interaction of module caching and JIT assumption 2012-06-27 09:57:50 -06:00
tex2page
texpict added the #:draw-border? argument to disk and filled-ellipse 2012-06-10 11:53:54 -05:00
trace
typed Support definitions of keyword functions in Typed Racket. 2012-06-02 18:22:07 -04:00
typed-racket Update types of string-join and add-between. 2012-06-27 11:39:15 -04:00
typed-scheme
unstable When plot-new-window?' is #t, plot' and `plot3d' now create a frame in a new eventspace. This allows plot frames to be displayed programmatically. (Without this change, the frames are unresponsive until the REPL regains control.) 2012-05-25 13:11:46 +09:00
version fix doc typo 2012-06-25 23:34:21 -06:00
web-server Fixes PR12767 2012-06-07 13:44:08 -06:00
wxme
xml
xrepl
.gitignore