racket/collects
Robby Findler 2f009ca529 changed the way equal<%> and snip% interact. Specifically:
- snip% now implements equal<%>
   its equal-to? delegates to other-equal-to?.

 - snip%'s other-equal-to and equal-hash-code and
   equal-secondary-hash-code all just amount to using eq?. The
   setup is here just to make snip% be the one that declares
   that it implements equal<%> so that various snips can adjust
   other-equal-to? (and the hash code methods)

 - image-snip% no longer implements equal<%>
   (but it extends snip% and it overrides other-equal-to?
    and the hash-code methods to do what they always did)
2010-12-24 06:34:42 -06:00
..
2htdp wish list for 2htdp/*sl 2010-12-22 08:47:13 -05:00
algol60
at-exp/lang
browser
combinator-parser
compiler Make it so that DrRacket deletes .zo files when the corresponding source file isn't present anymore 2010-12-16 16:12:54 -06:00
config
data fixed gvector typo 2010-11-26 19:28:55 -07:00
datalog
defaults
deinprogramm Add vector signatures, and `vector-of' to the HtDP signature syntax. 2010-12-19 11:20:51 +01:00
drracket fix font size for lang-in-source explanation 2010-12-21 19:28:40 -07:00
drscheme
dynext
embedded-gui
eopl
errortrace
ffi another try-atomic repair 2010-12-22 19:09:21 -07:00
file
framework added a 'fast path' check that speeds up the coloring phrase of check syntax by 3x on drracket/private/rep.rkt under windows 2010-12-20 12:22:46 -06:00
frtime
games
graphics
gui-debugger
guibuilder
handin-client
handin-server Updating handin to use new compat interface 2010-12-07 14:14:54 -07:00
help adjust the bug report form so that hitting return does not submit the bug report 2010-12-17 10:02:48 -06:00
hierlist
honu
htdp
html
icons
lang adjust the auto-text behavior of DrRacket so that it doesn't require the 2010-12-20 08:43:34 -06:00
launcher
lazy
macro-debugger macro-stepper: fix props panel size memory, better width calculation 2010-12-17 12:03:54 -07:00
make
meta Change the download order. 2010-12-13 03:27:40 -05:00
mred gtk: clipboard fix 2010-12-22 19:40:37 -07:00
mrlib fix bug that affects the DrRacket language dialog 2010-12-23 07:15:36 -06:00
mysterx
mzcom
mzlib Conversion of struct/c to chaperones when appropriate. 2010-12-07 04:11:26 -05:00
mzscheme
net Expanding documentation and doing some renaming/providing 2010-12-07 15:08:36 -07:00
openssl
parser-tools
plai
planet adjusted the registration mechanism for planet-terse-register to be clearer and simpler 2010-11-28 16:06:08 -06:00
plot
preprocessor
profile
r5rs fix R5RS `caar', etc., when used in a non-application position 2010-12-20 07:25:19 -07:00
r6rs
racket changed the way equal<%> and snip% interact. Specifically: 2010-12-24 06:34:42 -06:00
racklog
rackunit
raco
reader/lang
readline
redex adds a #:pred argument to test-->> (in rough analogy to the #:pred argument on traces) 2010-12-20 22:09:10 -06:00
repo-time-stamp avoid stdin for git repo version 2010-12-06 07:01:36 -07:00
rnrs
s-exp/lang
scheme
schemeunit
scribble change Scribble HTML renderer to typeset em dashes with &8212; 2010-12-14 06:48:25 -07:00
scribblings changed the way equal<%> and snip% interact. Specifically: 2010-12-24 06:34:42 -06:00
scriblib Compare author strings, not author structures, in `citet'. 2010-12-08 18:22:29 -05:00
setup improved the way the contract is written 2010-12-03 06:30:58 -06:00
sgl
sirmail
slatex
slideshow slideshow: tame use of fullscreen mode 2010-12-08 18:40:09 -07:00
srfi
srpersist
stepper closes PR 11522 2010-12-10 06:57:24 -06:00
string-constants Synch German string constants with latest. 2010-12-19 11:56:28 +01:00
swindle
syntax syntax/parse: exported and documented ~do action pattern 2010-12-09 12:19:34 -07:00
syntax-color
teachpack inconsistent doc for stop-with 2010-12-22 08:47:13 -05:00
test-box-recovery
test-engine
tests new attempt at contract violation error messages 2010-12-22 10:39:59 -06:00
tex2page
texpict set `dc-for-text-size' default to a bitmap DC (instead of #f) 2010-12-17 07:16:54 -07:00
trace
typed Add `defined?' assertions to fix DrRacket. 2010-12-08 18:53:56 -05:00
typed-scheme Document ordering in `case-lambda' types. 2010-12-13 07:26:31 -05:00
unstable Count pairs as having size 1, not 0, in minimizing edit distance. 2010-12-08 18:22:29 -05:00
version
waterworld
web-server fixed an integer? to say exact-integer? 2010-12-13 16:05:40 -06:00
wxme
xml Adding efficient Xexpr writing 2010-12-07 14:14:51 -07:00
.gitignore