racket/racket
Kalimehtar 88d8a2a9f8 Added to _bitmask auto increment bit numbers
Now (_bitmask '(a b)) == (_bitmask '((a 1) b)) == (_bitmask '((a 1) (b 2))

Or (_bitmask '((a 8) b)) == (_bitmask '((a 8) (b 16)))
2013-09-10 08:25:22 -06:00
..
collects Added to _bitmask auto increment bit numbers 2013-09-10 08:25:22 -06:00
src JIT: fix slow path branch patch for structure-field assignment 2013-09-09 20:45:29 -06:00
.gitignore configure installation of man pages 2013-07-22 13:21:09 -06:00