racket/collects
2009-05-21 23:17:45 +00:00
..
2htdp strings for Universe callbacks 2009-04-29 03:08:40 +00:00
afm
algol60 a bunch of improvements to the splash screen (loads less code before the splash appears, got rid of a bunch of dynamic-requires that were not necessary, fixed the lack of special screen on prince kuhio and king kamehameha days, got rid of the flicker in the tools icons) 2009-03-06 16:35:04 +00:00
at-exp/lang fix bug (that was copied and pasted!) in planet and at-exp readers 2009-02-18 23:21:36 +00:00
browser remove erroneous closing brace 2009-04-18 04:32:42 +00:00
combinator-parser First step in implementing updated probability model --- 2009-03-30 22:44:06 +00:00
compiler identifier-prune-lexical-context (4.2.0.2) 2009-05-17 12:31:51 +00:00
config proprocessor doc, merge scribblings and doc-categories fields 2008-04-23 00:20:25 +00:00
defaults
deinprogramm remove reundant and slightly wrong 'declare-exporting' in deinprogramm doc 2009-05-21 11:20:36 +00:00
drscheme changed the checkpoint computation to avoid interfereing with other parameters 2009-05-21 23:17:45 +00:00
dynext Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
embedded-gui removed lots of "the the"s 2009-05-01 21:02:51 +00:00
eopl removed lots of "the the"s 2009-05-01 21:02:51 +00:00
errortrace PR 10237 2009-05-14 20:23:31 +00:00
ffi removed lots of "the the"s 2009-05-01 21:02:51 +00:00
file Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
framework last typo, hopefully 2009-05-06 04:09:28 +00:00
frtime removed lots of "the the"s 2009-05-01 21:02:51 +00:00
games updated to new universe teachpack 2009-05-21 20:32:30 +00:00
graphics doc for home 2009-05-03 20:45:36 +00:00
gui-debugger debugger annotation accept #%variable-reference 2009-03-26 19:18:22 +00:00
guibuilder committed (hopefully) a workaround for a problem Matthias was seeing 2008-12-23 18:10:01 +00:00
handin-client remember the last-chosen assignment 2008-11-14 05:01:55 +00:00
handin-server removed lots of "the the"s 2009-05-01 21:02:51 +00:00
help make find-help treat a lexical binding as missing 2009-02-12 22:41:21 +00:00
hierlist * Newlines at EOFs 2008-07-09 07:18:06 +00:00
honu updates from mzscheme->scheme 2009-02-19 22:26:10 +00:00
htdch fixed small bug in error message for draw/idraw teachpack 2008-11-18 15:33:24 +00:00
htdp error in mred linking fixed, please propagate 2009-05-21 16:37:13 +00:00
html Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
icons refined searching 2008-09-09 03:43:57 +00:00
lang fix intm+ function export to omit replaced beg math ops 2009-05-16 02:20:13 +00:00
launcher allow multiple uses of an .icns filein .filetypes 2008-07-13 23:06:24 +00:00
lazy make (values x) return just x 2009-04-04 18:41:57 +00:00
macro-debugger macro debugger: 2009-05-20 22:43:39 +00:00
make [NHW] Bug fix in make-collection. make-collection generates the names of the .zo files it expects to generate. The old method generated names like foo.zo. I believe the new convention is foo_ss.zo, and this is born out by an error message I encountered building a tool on top of make-collection. 2008-08-31 21:08:12 +00:00
mred fix problem with tab-snip% width checking 2009-05-21 22:49:34 +00:00
mrlib svn: r14818 2009-05-14 19:23:24 +00:00
mysterx removed lots of "the the"s 2009-05-01 21:02:51 +00:00
mzcom assign authors to manuals 2008-08-15 20:16:06 +00:00
mzlib Fix open so that it respects contracts. 2009-05-21 16:36:36 +00:00
mzscheme Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
net Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
openssl removed lots of "the the"s 2009-05-01 21:02:51 +00:00
parser-tools removed lots of "the the"s 2009-05-01 21:02:51 +00:00
planet typo (PR10242) 2009-05-16 06:08:47 +00:00
plot Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
preprocessor Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
profile don't include the *-node in the topological-sort output 2009-05-15 19:28:38 +00:00
profj removed lots of "the the"s 2009-05-01 21:02:51 +00:00
profjWizard * Newlines at EOFs 2008-07-09 07:18:06 +00:00
r5rs Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
r6rs R6RS: disallow assignment to exported identifier 2009-05-03 17:40:31 +00:00
readline fix dropping of duplicate items & multi-line items 2008-09-28 20:42:18 +00:00
redex PR 10244 2009-05-19 20:58:46 +00:00
repos-time-stamp Welcome to a new PLT day. 2009-05-20 07:50:11 +00:00
rnrs R6RS: disallow assignment to exported identifier 2009-05-03 17:40:31 +00:00
s-exp/lang module-reader constructs proper source information, fix s-exp reader to use it 2008-09-15 23:01:06 +00:00
scheme identifier-prune-lexical-context (4.2.0.2) 2009-05-17 12:31:51 +00:00
schemeunit Commit programmatic API to construct test suites and test cases, in response to popular demand. 2009-05-06 08:53:08 +00:00
scribble fix Scribble rendering of S-expression graphs 2009-05-20 22:05:09 +00:00
scribblings minor guide edits (ok to merge to 4.2) 2009-05-20 00:19:12 +00:00
scriblib fix private library name 2009-03-03 23:05:25 +00:00
setup nicer looking output 2009-03-03 22:20:13 +00:00
sgl add version to libGL reference 2009-05-06 19:53:32 +00:00
sirmail Scheme-implemented editor classes; on-demand instantiation of module phases 2009-04-07 17:12:22 +00:00
slatex Okay, one last time. 2008-08-05 18:43:06 +00:00
slideshow svn: r14832 2009-05-15 17:39:09 +00:00
srfi added stupid make-list and stupid const 2009-05-03 16:17:48 +00:00
srpersist svn: r11316 2008-08-19 00:41:01 +00:00
stepper ranges for stepper-jump 2009-05-21 05:35:38 +00:00
string-constants svn: r14821 2009-05-14 19:49:22 +00:00
stxclass removed lots of "the the"s 2009-05-01 21:02:51 +00:00
swindle 2008 -> 2009 2009-01-04 15:34:50 +00:00
syntax fix r6rs template problem with quoting ellipses 2009-05-12 13:44:04 +00:00
syntax-color Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
teachpack typo fixed 2009-05-21 20:40:46 +00:00
test-box-recovery * Newlines at EOFs 2008-07-09 07:18:06 +00:00
test-engine Translate the messages from the test engine. 2009-04-30 12:32:02 +00:00
tests fixed a bug 2009-05-21 20:50:03 +00:00
tex2page sync to trunk 2009-02-15 17:45:53 +00:00
texpict added an error check to colorize and removed dependency on mzlib/etc 2009-05-18 00:48:55 +00:00
trace Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
typed First step to polymorphic functions in typed/untyped interface 2009-03-23 18:29:07 +00:00
typed-scheme Clarify docs. 2009-04-26 17:55:02 +00:00
version Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
waterworld * Newlines at EOFs 2008-07-09 07:18:06 +00:00
web-server pr 10236, okay for release 2009-05-20 14:20:53 +00:00
wxme fix wxme exception handler 2008-11-27 19:39:37 +00:00
xml typo 2009-04-07 20:59:05 +00:00