racket/collects
Matthew Flatt 39601cedcf Revert "putting the "drscheme" collection last isn't useful anymore"
This reverts commit 89581f5e21.

Putting "drscheme" last is useful because it avoids having two
places try to compile "drracket" and "drscheme" at the same time,
in which case the "drscheme" place gets stuck waiting on the
"drracket" place. Moving "drscheme" to the end is a hack, but
it improves the build time for 2-4 cores.
2011-09-16 16:36:57 -06:00
..
2htdp add a missing degrees to radians conversion in triangle/ass 2011-09-14 12:35:53 -05:00
algol60 Hacked #lang algol60 into place 2011-08-23 12:20:21 -04:00
at-exp/lang
browser Lots of documentation formatting. 2011-08-15 07:50:04 -04:00
combinator-parser ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
compiler Some selective #:when (not ...)' -> #:unless ...'. 2011-09-16 10:48:18 -04:00
config add `raco link' 2011-08-24 09:07:14 -06:00
data Some info.rkt cleanups. 2011-08-29 16:33:13 -04:00
datalog Some info.rkt cleanups. 2011-08-29 16:33:13 -04:00
db db: fix #:group contract, fix sqlite headers 2011-09-06 12:41:03 -06:00
defaults
deinprogramm fix errortrace-conversion problem in DMdA languages 2011-09-16 09:02:25 +02:00
drracket adjust online expansion so it is off by default; also fix the preference so 2011-09-15 17:35:04 -05:00
drscheme Some info.rkt cleanups. 2011-08-29 16:33:13 -04:00
dynext ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
embedded-gui ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
eopl ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
errortrace fix interactive errortrace on modules 2011-09-14 20:51:56 -06:00
ffi fix NSProcessInfo arguments hack 2011-09-09 22:27:34 -06:00
file fix doc typos 2011-08-10 08:28:13 -06:00
framework fix the collapsed snipclass so that it cooperates with the wxme library and 2011-09-13 14:58:39 -05:00
frtime Some info.rkt cleanups. 2011-08-29 16:33:13 -04:00
games ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
graphics Lots of documentation formatting. 2011-08-15 07:50:04 -04:00
gui-debugger generalized `begin-for-syntax' 2011-09-08 14:06:00 -06:00
guibuilder ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
handin-client ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
handin-server Workaround for a gui instantiation problem. 2011-09-15 00:59:45 -04:00
help add the roots to the links info line in the bug report form 2011-08-25 12:33:33 -05:00
hierlist remove docs tests that no one was interested in 2011-07-01 11:38:09 +08:00
honu [honu] return eof at the repl if an eof-object is read 2011-09-15 17:21:24 -06:00
htdp Allowing paths in convert-file and changing test to not be sensitive to cwd 2011-08-20 08:14:29 -06:00
html docs reorganization 2011-07-01 17:16:53 -06:00
icons Have an icon for performance-report. 2011-07-15 15:04:53 -04:00
lang fix errortrace-conversion problem in HtDP languages 2011-09-14 12:24:41 -06:00
launcher add ++aux' flag to raco exe' 2011-09-09 17:03:18 -06:00
lazy Fix another bunch of "language" typos. 2011-08-26 05:26:46 -04:00
macro-debugger generalized `begin-for-syntax' 2011-09-08 14:06:00 -06:00
make ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
meta fix missing word 'look' in git docs 2011-09-16 10:48:18 -04:00
mred win32: fix `get-file-list' with a single file result 2011-09-10 14:56:53 -06:00
mrlib adjust include-bitmap so that it does not write to the filesystem 2011-08-27 07:54:08 -05:00
mysterx ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
mzcom Some info.rkt cleanups. 2011-08-29 16:33:13 -04:00
mzlib dynamic-place now pipes standard io to standard out and error much like system. 2011-09-15 14:53:58 -06:00
mzscheme Make `defproc' throw an error if two arguments have the same name. 2011-09-16 11:14:18 -04:00
net Moved `net/url' code from unit to module. 2011-09-05 15:22:39 -04:00
openssl Works up to the current version number, which is "1.0.0e". 2011-09-16 10:48:18 -04:00
parser-tools Lots of documentation formatting. 2011-08-15 07:50:04 -04:00
picturing-programs Some info.rkt cleanups. 2011-08-29 16:33:13 -04:00
plai Fix another bunch of "language" typos. 2011-08-26 05:26:46 -04:00
planet let the planet resolver bestow on itself more powerful filesystem inspection capabilities 2011-09-07 22:17:12 -05:00
plot Plot doc typo. 2011-08-29 23:59:38 -04:00
preprocessor Lots of documentation formatting. 2011-08-15 07:50:04 -04:00
profile Some selective #:when (not ...)' -> #:unless ...'. 2011-09-16 10:48:18 -04:00
r5rs ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
r6rs generalized `begin-for-syntax' 2011-09-08 14:06:00 -06:00
racket Make `enter!' go into a module even if there was an error when it was instantiated. 2011-09-16 11:31:41 -04:00
racklog Better error messages for missing relations 2011-08-15 10:06:22 -06:00
rackunit Some selective #:when (not ...)' -> #:unless ...'. 2011-09-16 10:48:18 -04:00
raco ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
reader/lang
readline Use (banner) instead of a fixed "Welcome to Racket" in the More tutorial 2011-07-18 14:25:10 -04:00
redex Make `defproc' throw an error if two arguments have the same name. 2011-09-16 11:14:18 -04:00
repo-time-stamp ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
rnrs remove docs tests that no one was interested in 2011-07-01 11:38:09 +08:00
s-exp/lang
scheme Racket-implemented reverse', member', memv', memq' 2011-07-27 05:47:46 +01:00
schemeunit Some info.rkt cleanups. 2011-08-29 16:33:13 -04:00
scribble Make `defproc' throw an error if two arguments have the same name. 2011-09-16 11:14:18 -04:00
scribblings Make `defproc' throw an error if two arguments have the same name. 2011-09-16 11:14:18 -04:00
scriblib here-figures shouldn't be on a page of their own. 2011-09-06 16:35:16 -04:00
setup Revert "putting the "drscheme" collection last isn't useful anymore" 2011-09-16 16:36:57 -06:00
sgl ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
sirmail ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
slatex ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
slideshow slideshow/pict: add linestyle' and #:style' argument to `pin-line' 2011-08-24 09:07:13 -06:00
srfi Use reference implementation for srfi/11. 2011-08-31 12:38:38 -04:00
stepper fix lazy stepper tests 2011-08-22 17:58:22 -04:00
string-constants adjust online expansion so it is off by default; also fix the preference so 2011-09-15 17:35:04 -05:00
swindle ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
syntax Some selective #:when (not ...)' -> #:unless ...'. 2011-09-16 10:48:18 -04:00
syntax-color docs reorganization 2011-07-01 17:16:53 -06:00
teachpack Make `defproc' throw an error if two arguments have the same name. 2011-09-16 11:14:18 -04:00
test-box-recovery ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
test-engine Report signature violations in the REPL. 2011-09-14 22:00:42 +02:00
tests add test to run test suite in multiple places 2011-09-16 16:19:04 -06:00
tex2page ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
texpict slideshow/pict: add linestyle' and #:style' argument to `pin-line' 2011-08-24 09:07:13 -06:00
trace ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
typed Use better language for lang-info 2011-09-05 14:21:15 -04:00
typed-racket Two types definitely overlap if they are equal. 2011-09-16 17:20:31 -04:00
typed-scheme Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
unstable Some selective #:when (not ...)' -> #:unless ...'. 2011-09-16 10:48:18 -04:00
version ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
web-server Fixing the handling of request bodies on non-POST methods 2011-09-13 08:57:58 -06:00
wxme fix the collapsed snipclass so that it cooperates with the wxme library and 2011-09-13 14:58:39 -05:00
xml Lots of documentation formatting. 2011-08-15 07:50:04 -04:00
xrepl Add the missing documentation for ,check-requires. 2011-08-29 17:41:35 -04:00
.gitignore