sunterlib/s48/procedure-tables
Anthony Carrico 02699e0409 Add script to change install lib version from 1.2.0 to 1.3.0, and make that change. THIS IS UNTESTED. I have no idea if packages need further changes for 1.3.0. 2012-01-16 03:06:42 +00:00
..
AUTHORS Changed to new package system. 2004-03-10 17:23:45 +00:00
BLURB Gah, _really_ a new PROCEDURE-TABLES library...I can't believe I forgot to 'cvs add' it before committing. 2003-10-09 18:50:19 +00:00
NEWS Fix up mismatched versions. 2005-07-08 01:29:30 +00:00
README Gah, _really_ a new PROCEDURE-TABLES library...I can't believe I forgot to 'cvs add' it before committing. 2003-10-09 18:50:19 +00:00
packages.scm Moved package and interface definition to packages.scm. Generate load scripts. 2004-03-14 22:59:57 +00:00
pkg-def.scm Add script to change install lib version from 1.2.0 to 1.3.0, and make that change. THIS IS UNTESTED. I have no idea if packages need further changes for 1.3.0. 2012-01-16 03:06:42 +00:00
procedure-hash.scm Fixed a _MAJOR_ problem: PROCEDURE-HASH previously wouldn't work in stripped-scsh.image, because templates don't have debug data in them in that; however, they still have uids, so I used TEMPLATE-ID instead of stuff involving debug data. 2003-10-27 22:09:02 +00:00
procedure-tables.scm Gah, _really_ a new PROCEDURE-TABLES library...I can't believe I forgot to 'cvs add' it before committing. 2003-10-09 18:50:19 +00:00

README

PROCEDURE-HASH defines PROCEDURE-HASH, which takes a procedure and
returns its hash value.  PROCEDURE-TABLES defines MAKE-PROCEDURE-TABLE,
which returns a table whose keys are procedures.