racket/collects/drracket
Robby Findler 2d2b3bee2f fix a bug in executable creation
The code used eq? to check to see if a given language was in
an list of allowed-to-create-executables languages. But the
language object was passing thru TR and so eq? didn't hold and
thus the check was buggy.
2013-01-26 10:47:59 -06:00
..
private fix a bug in executable creation 2013-01-26 10:47:59 -06:00
acks.rkt add some missing acks 2012-05-20 21:15:06 -06:00
arrow.rkt
check-syntax.rkt
default-code-style.rkt
doc.icns
drracket.creator
drracket.filetypes
drracket.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
drracket.utiexports
drracket.wmclass
info.rkt
installer.rkt
main.rkt
pltdoc.icns
sprof.rkt add a preference to control whether or not there is an extra 2012-03-24 20:20:05 -05:00
syncheck-drracket-button.rkt Added lock-icon 2012-06-26 15:00:05 -06:00
syncheck.rkt
tool-lib.rkt adjust drracket so check syntax can add its preferences itself 2013-01-08 01:01:40 -06:00
tool.rkt