racket/collects
2012-07-17 13:07:41 -05: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
compiler submodules: make .zo path stick for consistent independent loading 2012-07-17 09:47:05 -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
deinprogramm refactored to reduce stepper dependencies 2012-06-19 23:51:59 -07:00
drracket fix sizing bug in tooltip windows 2012-07-17 13:07:41 -05:00
drscheme
dynext
embedded-gui
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 Moved some mzlib library implementations to racket 2012-07-11 18:26:10 -04:00
framework Redo text sculpturing. 2012-07-06 16:07:30 -04:00
frtime Convert all uses of mzlib/class100 to racket/class 2012-05-26 11:12:55 -04:00
future-visualizer Move racket/future/visualizer, racket/future/trace --> future-visualizer, future-visualizer/trace 2012-07-16 12:23:46 -05: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 Drop the now-redundant " " argument from existing uses of `string-join'. 2012-05-24 10:40:20 -04:00
hierlist
honu [honu] add simple syntax-parse form. add syntax-class for delaying parsing 2012-06-11 13:07:54 -06:00
htdp provide the color structs using (provide (struct-out ...)) 2012-07-04 10:55:55 -05:00
html
icons
images Added lock-icon 2012-06-26 15:00:05 -06:00
json
lang Moved some mzlib library implementations to racket 2012-07-11 18:26:10 -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 fix prop 2012-07-17 10:20:07 -06:00
mred racket/gui/init: make load handler chain to original 2012-07-17 06:19:15 -06:00
mrlib Random pickiness. 2012-06-22 12:00:48 -04:00
mysterx
mzcom
mzlib doc fixups for struct' variants in scheme/unit', etc. 2012-07-17 11:00:46 -06:00
mzscheme
net move commented-out tests to `test' submodule 2012-07-15 10:32:33 -06:00
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 Fix inconsistent docs 2012-07-09 15:19:16 -04:00
plot Added #:add-ticks? arguments to 2d histogram functions 2012-07-10 11:22:26 -07:00
preprocessor
profile doc fixups 2012-06-28 09:54:18 -06:00
r5rs
r6rs
racket doc fixups for struct' variants in scheme/unit', etc. 2012-07-17 11:00:46 -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
readline
redex Provide `main' too, since it's used by redex/tests/run-tests. 2012-07-12 00:12:44 -04:00
repo-time-stamp
rnrs
s-exp/lang
scheme doc fixups for struct' variants in scheme/unit', etc. 2012-07-17 11:00:46 -06:00
schemeunit
scribble use a more descriptive name in the identifier generated by define-on-demand 2012-07-15 08:07:11 -05:00
scribblings Add support to the show menu item to make ordering the items 2012-07-17 13:07:41 -05:00
scriblib scriblib/autobib: first cut at configurable style 2012-07-10 00:21: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 sgl: avoid crashes on Mac OS X when no GL context is current 2012-07-02 08:31:05 -06:00
sirmail
slatex
slideshow slideshow: run a slideshow' or main' submodule, if any 2012-05-29 11:00:43 -06:00
srfi
stepper Added lock-icon 2012-06-26 15:00:05 -06:00
string-constants
swindle
syntax syntax/location: repair after `variable-reference->module-source' fix 2012-07-10 18:35:03 -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-engine remove the "dock/undock test report" menu items from the show menu 2012-07-17 13:07:41 -05:00
tests fill in one more corner of submodules and `namespace-attach-module' 2012-07-17 10:16:32 -06:00
texpict added the #:draw-border? argument to disk and filled-ellipse 2012-06-10 11:53:54 -05:00
trace
typed Performance Report is enabled for all languages, so don't enable it for TR. 2012-07-11 10:59:34 -04:00
typed-racket submodules: make .zo path stick for consistent independent loading 2012-07-17 09:47:05 -06:00
typed-scheme Performance Report is enabled for all languages, so don't enable it for TR. 2012-07-11 10:59:34 -04:00
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 Fixing PR12881 2012-07-10 19:21:24 -04:00
wxme
xml
xrepl
.gitignore