genhash on sbcl-0.9.9-darwin-ppc - Details

Version:1.4
Description:Generic hashtable code
Started at:2006-04-16 00:52:19
Ended at:2006-04-16 00:52:32
Elapsed time (seconds):13
Most recent change:2005-09-26 11:47:41
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/genhash_1.5/CHANGES

REPL Output

;;; ASDF-INSTALL: Downloading 3597 bytes from http://src.hexapodia.net/genhash.tar.gz to /Users/gwking/temporary/asdf-test/GENHASH.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/GENHASH.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/, /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site-systems/
genhash_1.5/CHANGES
genhash_1.5/README
genhash_1.5/benchtests.lisp
genhash_1.5/genhash.asd
genhash_1.5/genhash.lisp
genhash_1.5/newhashes.lisp
genhash_1.5/packages.lisp

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/genhash_1.5/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/genhash_1.5/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/genhash_1.5/packages.lisp" (written 19 OCT 2004 01:43:33 AM):
; compiling (DEFPACKAGE "NET.HEXAPODIA.HASHTABLES" ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/genhash_1.5/packages.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/genhash_1.5/genhash.lisp" (written 26 SEP 2005 11:46:06 AM):
; compiling (IN-PACKAGE "NET.HEXAPODIA.HASHTABLES")
; compiling (DEFVAR *HASH-NICKNAME-MAP* ...)
; compiling (DEFVAR *INITIALIZED* ...)
; compiling (DEFINE-CONDITION HASH-EXISTS ...)
; compiling (DEFINE-CONDITION UNKNOWN-HASH ...)
; compiling (DEFCLASS HASH-NICKNAME ...)
; compiling (DEFCLASS HASH-CONTAINER ...)
; compiling (DEFUN REGISTER-HASH-FUNCTION ...)
; compiling (DEFUN REGISTER-BUILTIN ...)
; compiling (DEFUN MAKE-GENERIC-HASHTABLE ...)
; compiling (DEFGENERIC HASHREF ...)
; compiling (DEFGENERIC (SETF HASHREF) ...)
; compiling (DEFGENERIC HASHREM ...)
; compiling (DEFGENERIC MAP-GENERIC-HASH ...)
; compiling (DEFUN EXPAND-HASH-TABLE ...)
; compiling (DEFMETHOD HASHREF ...)
; compiling (DEFMETHOD HASHREF ...)
; compiling (DEFMETHOD (SETF HASHREF) ...)
; compiling (DEFMETHOD (SETF HASHREF) ...)
; compiling (DEFMETHOD HASHREM ...)
; compiling (DEFMETHOD HASHREM ...)
; compiling (DEFMETHOD HASHCLR ...)
; compiling (DEFMETHOD HASHCLR ...)
; compiling (DEFMETHOD ALL-HASH-KEYS ...)
; compiling (DEFMETHOD ALL-HASH-KEYS ...)
; compiling (DEFMETHOD MAP-GENERIC-HASH ...)
; compiling (DEFMETHOD MAP-GENERIC-HASH ...)
; compiling (DEFMACRO WITH-GENERIC-HASH-TABLE-ITERATOR ...)
; compiling (DEFGENERIC GENERIC-HASH-TABLE-COUNT ...)
; compiling (DEFGENERIC GENERIC-HASH-TABLE-SIZE ...)
; compiling (DEFGENERIC GENERIC-HASH-TABLE-P ...)
; compiling (DEFMETHOD GENERIC-HASH-TABLE-COUNT ...)
; compiling (DEFMETHOD GENERIC-HASH-TABLE-COUNT ...)
; compiling (DEFMETHOD GENERIC-HASH-TABLE-SIZE ...)
; compiling (DEFMETHOD GENERIC-HASH-TABLE-SIZE ...)
; compiling (DEFMETHOD GENERIC-HASH-TABLE-P ...)
; compiling (DEFMETHOD GENERIC-HASH-TABLE-P ...)
; compiling (DEFMETHOD GENERIC-HASH-TABLE-P ...)
; compiling (UNLESS *INITIALIZED* ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/genhash_1.5/genhash.fasl written
; compilation finished in 0:00:04
STYLE-WARNING: implicitly creating new generic function HASHCLR
STYLE-WARNING: implicitly creating new generic function ALL-HASH-KEYS