~tile/cl-util

;;; ****************************************************************
;;; Common Lisp Utilities ******************************************
;;; ****************************************************************
;;; Wed Jul 18 14:01:58 1990 by Mark Kantrowitz <mkant@A.GP.CS.CMU.EDU>

The programs in this directory are portable utilities for Common Lisp.
All have been placed in the public domain and are distributed without
warranty of any kind.

Please send bug reports, comments, and suggestions to mkant@cs.cmu.edu

Also, if you'd like to receive future notification of updates, bug-fixes and
new utilities, send email to mkant@cs.cmu.edu.

Contents:

README			this file

defsystem.lisp		A portable system definition facility.
			Documentation in defsystem.ps

logical-pathnames.lisp	A portable implementation of the X3J13 June
			1989 specification for logical pathnames, as
			documented in Guy Steele CLtL2, section 23.1.5
			"Logical Pathnames". 

metering.lisp		A portable code profiling tool, for gathering
			timing and consing statistics while a program
			is running. Documentation in first few pages.

xref.lisp 		A portable cross referencing utility for
			determining callers of functions and
			variables, and for mapping out the structure
			of a program. Similar to Symbolics Who-Calls
			and Xerox Masterscope. Includes an interface
			to Joe Bates' Postscript graphing tool (psgraph.lisp).


