Add names for hash table types with the word `weak' in them.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 21 Dec 2009 16:35:39 +0000 (11:35 -0500)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 21 Dec 2009 16:35:39 +0000 (11:35 -0500)
commitc88117dfe1e18a2be7a71a918fb64d59a5989170
treeb5032c9fd16e4543909b3d97cac002578dacc182
parent1c11eb56ec5d6d2c70b4899290eb12fd625b32bf
Add names for hash table types with the word `weak' in them.

New global bindings:
  MAKE-WEAK-EQ-HASH-TABLE
  MAKE-WEAK-EQV-HASH-TABLE
  WEAK-EQ-HASH-TABLE-TYPE
  WEAK-EQV-HASH-TABLE-TYPE

{EQ,EQV}-HASH-TABLE-TYPE and MAKE-{EQ,EQV}-HASH-TABLE are now aliases
for WEAK-{EQ,EQV}-HASH-TABLE-TYPE and MAKE-WEAK-{EQ,EQV}-HASH-TABLE,
as are MAKE-{SYMBOL,OBJECT}-HASH-TABLE.
src/runtime/hashtb.scm
src/runtime/runtime.pkg