racket/collects
Robby Findler 0baa32bcf8 fix the way that the set of identifiers to rename is calculated so that
macros that do strange things like the one below are treated better

(define-syntax-rule (m q)
  (begin (lambda (q) q)
         (define q 1)))
(m x)
x
2011-09-26 13:00:23 -05: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
combinator-parser
compiler remove obsolete and unused Racket-to-C compiler 2011-09-20 15:26:39 -06: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 removed useless requires 2011-09-20 14:49:49 -06:00
defaults
deinprogramm fix errortrace-conversion problem in DMdA languages 2011-09-16 09:02:25 +02:00
drracket fix the way that the set of identifiers to rename is calculated so that 2011-09-26 13:00:23 -05:00
drscheme Some info.rkt cleanups. 2011-08-29 16:33:13 -04:00
dynext
embedded-gui
eopl
errortrace add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
ffi add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
file
framework moved the 'send to repl' keystrokes to the manual (and added a test 2011-09-23 16:37:18 -05:00
frtime add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
games
graphics
gui-debugger add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
guibuilder
handin-client Use "Submit to" instead of "Assignment" for the field name 2011-09-19 01:48:22 -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
honu Move scribblings/honu' to honu/scribblings'. 2011-09-21 16:10:48 -04: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
icons
lang add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -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 disable debugging code accidentally left in 2011-09-20 15:52:29 -06:00
make
meta Initial parallel versions of Shootout benchmarks. 2011-09-22 15:48:22 -04:00
mred win32: fix `get-file-list' with a single file result 2011-09-10 14:56:53 -06:00
mrlib add missing default arg value to close-icon% docs 2011-09-20 17:14:58 -05:00
mysterx
mzcom Some info.rkt cleanups. 2011-08-29 16:33:13 -04:00
mzlib add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -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 add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
picturing-programs Corrected a few error messages. 2011-09-24 12:49:05 -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
profile Some selective #:when (not ...)' -> #:unless ...'. 2011-09-16 10:48:18 -04:00
r5rs
r6rs generalized `begin-for-syntax' 2011-09-08 14:06:00 -06:00
racket add `contract-out' 2011-09-24 22:30:56 +09:00
racklog add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
rackunit rackunit: added #:wait? arg to test/gui 2011-09-20 14:49:49 -06:00
raco
reader/lang
readline
redex syntax/parse: fix bug: integrated stxclass might not bind pvar to syntax 2011-09-21 16:58:52 -06:00
repo-time-stamp
rnrs
s-exp/lang
scheme
schemeunit Some info.rkt cleanups. 2011-08-29 16:33:13 -04:00
scribble use new copy-file argument that Matthew provided; this is a better fix than 2011-09-19 15:19:04 -05:00
scribblings add `contract-out' 2011-09-24 22:30:56 +09:00
scriblib here-figures shouldn't be on a page of their own. 2011-09-06 16:35:16 -04:00
setup fix `raco setup' for a collection that disappears 2011-09-20 13:22:27 -06:00
sgl
sirmail
slatex
slideshow add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
srfi Use reference implementation for srfi/11. 2011-08-31 12:38:38 -04:00
stepper Stepper fix for possible race condition 2011-09-21 22:45:46 -07:00
string-constants Synch German string constants with latest. 2011-09-24 04:58:11 +02:00
swindle
syntax syntax/parse: fix bug: integrated stxclass might not bind pvar to syntax 2011-09-21 16:58:52 -06:00
syntax-color
teachpack Fix docs of underlay/offset. 2011-09-23 16:44:09 -04:00
test-box-recovery
test-engine Report signature violations in the REPL. 2011-09-14 22:00:42 +02:00
tests fix the way that the set of identifiers to rename is calculated so that 2011-09-26 13:00:23 -05:00
tex2page
texpict slideshow/pict: add linestyle' and #:style' argument to `pin-line' 2011-08-24 09:07:13 -06:00
trace add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
typed add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
typed-racket Forbid non-productive recursive types. 2011-09-23 14:40:17 -04:00
typed-scheme Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
unstable unstable, syntax/parse: fix phase-of-enclosing-module 2011-09-20 14:27:33 -06:00
version
web-server Fixes pr 12216 2011-09-21 16:47:08 +09:00
wxme fix the collapsed snipclass so that it cooperates with the wxme library and 2011-09-13 14:58:39 -05:00
xml
xrepl Add the missing documentation for ,check-requires. 2011-08-29 17:41:35 -04:00
.gitignore