From: Daniel Barlow <dan@telent.net>
Date: Sat, 11 Oct 2003 16:44:01 +0000 (+0000)
Subject: 0.8.4.20
X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=8db1459b7431223571eda9cba690bcdfeeaee28e;p=sbcl.git

0.8.4.20
	Is that lint?

	DEFINITION-SOURCE now has both FORM-PATH (a la CMUCL source
	path, renamed because "source-path" is just too similar to
	"source-pathname") and CHARACTER-OFFSET accessors.

	DEFINITION-SOURCE now works to some extent on struct accessors
	and predicates.  (It gets the pathname right, but I can't find
	anywhere to get a within-file offset)

	Commentary and stuff.
---

diff --git a/version.lisp-expr b/version.lisp-expr
index fc9951a..9743a13 100644
--- a/version.lisp-expr
+++ b/version.lisp-expr
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.4.19"
+"0.8.4.20"