racket/collects
Robby Findler 8ece97219a a hack to work around what appears to be just a wrong way of doing things, but will ask Noel later.
The basic problem is that (with-check-info* '() (lambda () ...whatever...)) can, in some cases,
double the information that is recorded in a failed test case. Probably the right thing is
to use a parameter or something instead of using continuation marks directly.
2010-08-14 21:34:44 -05:00
..
2htdp remove the printf, closes 11094 2010-08-14 12:01:51 -04:00
afm
algol60 A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
at-exp/lang
browser A lot of "MrEd" -> "GRacket"s. 2010-05-16 23:46:05 -04:00
combinator-parser
compiler better traversal for more sharing in zo-marshal and some refactoring. 2010-08-04 17:09:57 -06:00
config
datalog Fixing pr11100 2010-08-13 15:06:13 -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
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 support for speculatively atomic calls in ffi/unsafe/try-atomic 2010-08-07 20:49:23 -05: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 updated framework test framework: 2010-08-13 11:01:04 -04: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
honu
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
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 Setting responsibility 2010-08-13 15:06:14 -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 added contract-struct (like define-contract-struct, but with a 2010-08-10 22:20:33 -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 improved the syntax error checking for ->i 2010-08-14 21:34:44 -05:00
racklog Fixing racklog lang post datalog 2010-06-29 12:11:58 -06:00
rackunit a hack to work around what appears to be just a wrong way of doing things, but will ask Noel later. 2010-08-14 21:34:44 -05:00
raco raco' supports relative module paths in raco-command' "info.rkt" entries 2010-07-26 14:53:45 -05:00
reader/lang
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
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 doc clarification 2010-08-14 13:52:09 -06:00
scriblib add collection-file-path and splace collection trees at the file level 2010-07-25 11:01:09 -05:00
setup fix `raco setup' reported name for Windows 2010-08-07 19:19:08 -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
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 oops 2010-08-10 19:57:22 -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 Adding stress testing library 2010-08-13 15:06:14 -06: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 when mixing exactness. 2010-08-13 18:48:32 -04:00
unstable Added labeled lines and arrows to unstable from Scott Owens. 2010-08-13 18:48:33 -04:00
version More svn -> git changes. 2010-05-17 05:41:04 -04:00
waterworld
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