racket/collects/drracket
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
..
private fix the way that the set of identifiers to rename is calculated so that 2011-09-26 13:00:23 -05:00
acks.rkt Fix acknowledgements. 2011-09-23 14:40:17 -04:00
arrow.rkt improve the way check syntax draws arrows 2011-08-13 15:03:26 -05:00
check-syntax.rkt add the place creation memory use to the memory-log test 2011-09-20 17:15:02 -05:00
default-code-style.rkt
doc.icns
drracket.creator
drracket.filetypes added scrbl as an extension 2010-11-18 13:21:39 -06:00
drracket.rkt fix a bug in PLTDRPAR 2011-02-17 12:28:22 -06:00
drracket.utiexports
info.rkt
installer.rkt got rid of some uses of collection-path 2010-07-25 15:15:57 -05:00
main.rkt
pltdoc.icns
sprof.rkt More Racketying 2010-06-18 21:35:56 -05:00
syncheck-drracket-button.rkt got rid of some uses of collection-path 2010-07-25 15:15:57 -05:00
syncheck.rkt broke up check syntax into multiple files 2010-08-07 14:35:02 -05:00
tool-lib.rkt added the ability to tell drracket to run a program and then run something after that 2011-08-24 11:25:26 -05:00
tool.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00