racket/collects
2012-11-07 08:03:45 -05:00
..
2htdp Switch from except' (from racket/unit') to #:except' in 2htdp/private'. 2012-11-06 13:29:09 -05:00
algol60 Added @literal-algol{} and started an algol60 test suite (apologies 2012-06-20 10:28:53 -05:00
at-exp/lang
browser
compatibility A whole bunch of missing newlines at EOFs (and a few other spaceages). 2012-10-19 06:47:24 -04:00
compiler track import "shapes" as procedure or structure type 2012-10-30 13:29:28 -06:00
config
data Newlines at EOFs. 2012-11-06 14:07:15 -05:00
datalog adjust datalog so that syntax objects are not used as source location 2012-06-02 08:04:45 -05:00
db db: fix another sqlite3 finalization bug 2012-10-30 12:33:02 -04:00
defaults
deinprogramm Provide `provide' in the DMdA languages. 2012-10-03 17:28:19 +02:00
drracket #lang racket' -> #lang racket/base' conversions in drracket and in redex. 2012-11-07 08:03:44 -05:00
drscheme bring back drscheme/private/number-snip.ss since it may 2012-07-19 07:29:42 -05:00
dynext
embedded-gui
eopl Some "obvious" switching from racket' to racket/base'. 2012-11-06 13:29:09 -05:00
errortrace errortrace: fix profiling for phase >= 2 code 2012-07-23 07:05:40 -05:00
ffi ffi/unsafe: defend against some finalization bugs 2012-10-21 08:11:45 -06:00
file Newlines at EOFs. 2012-11-06 14:07:15 -05:00
framework audit the calls to invalidate-bitmap-cache in the framework and in 2012-11-04 19:02:55 -06:00
frtime fix the other frtime compilation error by commenting out the body of collects/frtime/frtime-opt-lang.rkt 2012-09-05 17:07:37 -07:00
future-visualizer Make future trace docs point to the right place when discussing gc-info 2012-10-28 15:51:02 -03:00
games disable the preferences menu in paint-by-numbers (since it does nothing) 2012-06-14 04:24:22 -05:00
graphics add missing `super-new' from class100 conversion 2012-07-24 11:16:43 -05:00
gui-debugger Some more #lang racket' -> #lang racket/base' conversions 2012-11-07 08:03:44 -05:00
handin-client
handin-server A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
help Drop the now-redundant " " argument from existing uses of `string-join'. 2012-05-24 10:40:20 -04:00
hierlist
honu Some more #lang racket' -> #lang racket/base' conversions 2012-11-07 08:03:44 -05:00
htdp racket' -> racket/base' switches in htdp' and 2htdp'. 2012-11-06 13:29:09 -05:00
html Changing from racket to racket/base in xml, html, and web-server 2012-05-10 10:36:29 -06:00
icons Move the "mkheart.rkt" generator to a new meta directory. 2012-05-04 17:24:08 -04:00
images #lang racket' -> #lang racket/base' conversions in plot and in images. 2012-11-07 08:03:45 -05:00
json Fix json treatment of eof, plus tests. 2012-10-05 11:48:31 -04:00
lang correcting the type signature docs for htdp-intermediate's compose. 2012-11-06 14:39:23 -07:00
launcher
lazy Some more #lang racket' -> #lang racket/base' conversions 2012-11-07 08:03:44 -05:00
macro-debugger Newlines at EOFs. 2012-11-06 14:07:15 -05:00
make
meta increase snips test timeout 2012-11-06 09:46:18 -06:00
mred racket/gui: fix problems with control labels and client/global positions 2012-11-04 08:47:50 -07:00
mrlib Some more #lang racket' -> #lang racket/base' conversions 2012-11-07 08:03:44 -05:00
mysterx ffi/com: add an ActiveX example to the docs 2012-09-01 16:05:37 -06:00
mzcom
mzlib Newlines at EOFs. 2012-11-06 14:07:15 -05:00
mzscheme
net Newlines at EOFs. 2012-11-06 14:07:15 -05:00
openssl accomodate OpenBSD linking of libssl 2012-10-18 11:58:59 -06:00
parser-tools Random pickiness. 2012-06-22 12:00:48 -04:00
picturing-programs Changed "right" error messages to match new actual error messages. 2012-10-20 13:31:00 -04:00
plai enabling shared in plai with some shameless copying of kernel code 2012-11-06 19:53:03 -07:00
planet preserve the error-print-source parameter when installing planet packages 2012-10-10 19:46:52 -05:00
plot #lang racket' -> #lang racket/base' conversions in plot and in images. 2012-11-07 08:03:45 -05:00
preprocessor
profile Clarify that the `*-node' is not in the list of nodes. 2012-09-19 22:54:13 -04:00
r5rs Fix documentation for packages and mutable lists. 2012-07-31 17:12:30 -04:00
r6rs Allow installation into arbitrary directories with "plt-r6rs --install" 2012-05-04 17:24:08 -04:00
racket Some more #lang racket' -> #lang racket/base' conversions 2012-11-07 08:03:44 -05:00
racklog Newlines at EOFs. 2012-11-06 14:07:15 -05:00
rackunit fix rackunit formatting 2012-08-15 07:41:49 -06:00
raco A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
reader/lang
readline readline: prefer 5 (fast) over 6 (slow) 2012-08-28 23:36:50 -04:00
redex #lang racket' -> #lang racket/base' conversions in drracket and in redex. 2012-11-07 08:03:44 -05:00
repo-time-stamp Add a branch indicator to the stamp, if we can find one and it's not "master". 2012-05-04 20:18:38 -04:00
rnrs
s-exp/lang
scheme racket/unit lang uses racket/base and racket/unit 2012-09-16 17:12:02 -04:00
schemeunit Some "obvious" switching from racket' to racket/base'. 2012-11-06 13:29:09 -05:00
scribble scribble: more control over version formatting 2012-11-02 07:45:57 -06:00
scribblings Add examples for the rest of built-in pict constructors 2012-11-06 14:09:34 -05:00
scriblib make figure target rendering configurable 2012-11-04 06:38:30 -07:00
setup Some more #lang racket' -> #lang racket/base' conversions 2012-11-07 08:03:44 -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 A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
slatex A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
slideshow when PLTPICTBOX is set, include "Insert Pict Box" in DrRacket 2012-09-27 08:12:56 -06:00
srfi Some more #lang racket' -> #lang racket/base' conversions 2012-11-07 08:03:44 -05:00
stepper A whole bunch of missing newlines at EOFs (and a few other spaceages). 2012-10-19 06:47:24 -04:00
string-constants whoops, forgot to add this file in my last commit 2012-11-06 20:57:15 -06:00
swindle Add a `compatibility' collect for compatibility with other languages. 2012-07-27 16:49:05 -04:00
syntax Newlines at EOFs. 2012-11-06 14:07:15 -05:00
syntax-color
teachpack Switch the teachpack wrappers to `racket/base'. 2012-11-06 13:29:09 -05:00
test-engine Some more #lang racket' -> #lang racket/base' conversions 2012-11-07 08:03:44 -05:00
tests enabling shared in plai with some shameless copying of kernel code 2012-11-06 19:53:03 -07:00
texpict slideshow/balloon: fix balloon to match docs 2012-11-06 14:09:41 -05:00
trace
typed Some "obvious" switching from racket' to racket/base'. 2012-11-06 13:29:09 -05:00
typed-racket Newlines at EOFs. 2012-11-06 14:07:15 -05:00
typed-scheme Only enable Optimization Coach button in Typed Racket. 2012-07-20 18:05:32 -04:00
unstable Newlines at EOFs. 2012-11-06 14:07:15 -05:00
version fix doc typo 2012-06-25 23:34:21 -06:00
web-server fixing PR13210 2012-10-26 14:46:43 -06:00
wxme
xml Adding support for byte counting rather than char counting in XML 2012-10-12 17:15:13 -06:00
xrepl Fix test due to code refactoring, sort export lists in module descriptions. 2012-07-28 12:12:35 -04:00
.gitignore