racket/collects
2010-08-07 14:35:07 -05:00
..
2htdp Added triangle/sss, triangle/ass, triangle/sas, triangle/ssa, triangle/aas, triangle/asa, and, triangle/saa. 2010-08-05 18:18:06 +02:00
afm rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
algol60 A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
at-exp/lang rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
browser A lot of "MrEd" -> "GRacket"s. 2010-05-16 23:46:05 -04:00
combinator-parser rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
compiler better traversal for more sharing in zo-marshal and some refactoring. 2010-08-04 17:09:57 -06:00
config rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
datalog Adding fake lambdas to get arrows on clauses. 2010-07-20 13:59:38 -06:00
defaults A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
deinprogramm Merge remote branch 'local-plt/master' 2010-07-13 17:13:30 +02:00
drracket improved check syntax's jump-to-definition so it scrolls to a more natural place 2010-08-07 14:35:04 -05:00
drscheme move drscheme and tests/drscheme to drracket and tests/drracket 2010-05-09 15:34:50 -06:00
dynext fix typo in dynext linker spec for x86_64 Darwin 2010-05-26 14:19:30 -06:00
embedded-gui rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
eopl A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
errortrace rackety misc docs 2010-05-07 09:13:51 -06:00
ffi use msg-send table atomically 2010-07-13 16:07:02 -06:00
file add file/sha1 and use it in openssl/sha1 when OpenSSL fails to load 2010-07-13 16:07:03 -06:00
framework whoops, PR 11065 was wrong 2010-07-31 09:39:44 -05:00
frtime More plt-scheme -> racket-lang, specifically for planet and bugs urls. 2010-05-31 15:11:27 -04:00
games got rid of some uses of collection-path 2010-07-25 15:15:57 -05:00
graphics A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
gui-debugger A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
guibuilder A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
handin-client A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
handin-server A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
help Updated commented url to docs. 2010-06-20 18:34:06 -04:00
hierlist rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
honu rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
htdp Added triangle/sss, triangle/ass, triangle/sas, triangle/ssa, triangle/aas, triangle/asa, and, triangle/saa. 2010-08-05 18:18:06 +02:00
html Changing unstable, xml, html, and web-server to be rackety 2010-04-28 13:21:30 -06:00
icons removed robby-specific references and commented out the line that clobbers heart.png in the collects directory 2010-06-20 15:28:23 -05:00
lang fixes the other aspect of PR 11062 2010-07-31 09:15:11 -05:00
launcher use simple-form-path more consistently for path normalization 2010-06-03 17:23:14 -06:00
lazy A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
macro-debugger macro-stepper: small doc update 2010-07-13 09:49:46 -06:00
make rackety misc docs 2010-05-07 09:13:51 -06:00
meta Increasing timeout 2010-08-06 12:41:04 -06:00
mred add methods to text-field% to control the background color 2010-08-03 12:34:16 -06:00
mrlib fixed a bug reported by Todd on the mailing list (probably this is his bug anyways) 2010-08-02 13:01:27 -05:00
mysterx A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
mz/private add async-apply support to FFI 2010-07-11 14:59:40 -06:00
mzcom rackety misc docs 2010-05-07 09:13:51 -06:00
mzlib add collection-file-path and splace collection trees at the file level 2010-07-25 11:01:09 -05:00
mzscheme doc mzscheme define-syntax' and define-for-syntax' 2010-06-09 17:29:10 -04:00
net Fixing PR 10970 2010-06-23 16:29:23 -06:00
openssl fix build for disabled FFI 2010-07-13 16:07:03 -06:00
parser-tools fix empty-matching lexers 2010-07-06 07:15:19 -06:00
plai Fixing dumb bug from me 2010-05-24 18:46:31 -06:00
planet adjust raco planet help output to fit in 80 columns 2010-07-09 06:44:34 -06:00
plot More svn -> git changes. 2010-05-17 05:41:04 -04:00
preprocessor PLT Scheme -> Racket 2010-06-08 13:08:13 -04:00
profile Fixed a typo in the profiler documentation. 2010-06-16 12:49:01 -04:00
r5rs A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
r6rs A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
racket added support for rest arguments 2010-08-07 14:35:07 -05:00
racklog Fixing racklog lang post datalog 2010-06-29 12:11:58 -06:00
rackunit Fixing PR10950 2010-06-02 10:20:20 -06:00
raco raco' supports relative module paths in raco-command' "info.rkt" entries 2010-07-26 14:53:45 -05:00
reader/lang rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
readline rackety readline doc 2010-05-02 12:25:21 -06:00
redex Cleans up the debugging advice section 2010-07-27 15:43:01 -05:00
repo-time-stamp Fix sha1-truncation, by removing it. 2010-07-25 05:01:44 -04:00
rnrs allow full continuations to escape past a continuation barrier 2010-07-10 07:31:58 -06:00
s-exp/lang rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
scheme fix make-gui-namespace from scheme/gui/base and racket/gui/base 2010-06-07 20:06:51 -04:00
schemeunit "Racunit" -> "Rackunit" 2010-05-17 12:07:32 -04:00
scribble add optional #:key' argument to tech' and `techlink' 2010-08-03 12:48:03 -06:00
scribblings clarified the order of evaluation for contract expressions in ->i 2010-08-07 14:35:07 -05:00
scriblib add collection-file-path and splace collection trees at the file level 2010-07-25 11:01:09 -05:00
setup Parallel build: improved error handling 2010-07-30 11:42:33 -06:00
sgl A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
sirmail A lot of "plt-scheme.org" -> "racket-lang.org"s. 2010-05-17 00:53:12 -04:00
slatex Fixing pr10879 2010-04-29 15:02:46 -06:00
slideshow A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
srfi More plt-scheme -> racket-lang, specifically for planet and bugs urls. 2010-05-31 15:11:27 -04:00
srpersist A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
stepper comments added, & 1 test 2010-05-28 14:57:18 -07:00
string-constants various cleanups, including finishing up the client mode, string constants, and coloring of (known) identifiers 2010-08-07 14:35:03 -05:00
swindle Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
syntax CM: report bad dependencies clearly; fix file-stamp-in-paths 2010-07-21 15:50:22 -06:00
syntax-color Fix `at-exp' syntax colorer to handle non-text input 2010-05-21 19:40:32 -06:00
teachpack two more adjustments (to triangle/sss examples) 2010-08-05 13:43:16 -05:00
test-box-recovery Scheme -> Racket 2010-06-04 18:03:31 -04:00
test-engine Merge changes to scheme-tests.rkt into racket-tests.rkt. 2010-07-13 17:15:50 +02:00
tests improved parsing of #:pre and #:post for ->i (fixed bugs and added more checks to the syntax) 2010-08-07 14:35:06 -05:00
tex2page A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
texpict A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
trace A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
typed base-types-new -> base-types 2010-06-17 11:47:16 -04:00
typed-scheme Documented TR's behavior on literals. 2010-08-06 12:21:50 -04:00
unstable Continuing 11072 2010-08-02 10:05:17 -06:00
version More svn -> git changes. 2010-05-17 05:41:04 -04:00
waterworld rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
web-server Added attributes to textarea-input based on patch from Horace Dynamite 2010-08-06 20:08:21 -06:00
wxme A lot of "MrEd" -> "GRacket"s. 2010-05-16 23:46:05 -04:00
xml Transparent XML structs 2010-06-21 12:48:26 -06:00
.gitignore Ignores that are roughly the same as the ones in svn 2010-04-18 10:47:32 -04:00