[movitz-cvs] CVS update: movitz/packages.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Wed Apr 7 00:34:07 UTC 2004
Update of /project/movitz/cvsroot/movitz
In directory common-lisp.net:/tmp/cvs-serv19936
Modified Files:
packages.lisp
Log Message:
More symbols added.
Date: Tue Apr 6 20:34:07 2004
Author: ffjeld
Index: movitz/packages.lisp
diff -u movitz/packages.lisp:1.13 movitz/packages.lisp:1.14
--- movitz/packages.lisp:1.13 Tue Apr 6 10:35:14 2004
+++ movitz/packages.lisp Tue Apr 6 20:34:06 2004
@@ -10,7 +10,7 @@
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Sat Nov 15 21:39:55 2003
;;;;
-;;;; $Id: packages.lisp,v 1.13 2004/04/06 14:35:14 ffjeld Exp $
+;;;; $Id: packages.lisp,v 1.14 2004/04/07 00:34:06 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -1104,19 +1104,21 @@
#:*print-safely*
- stack-ref
- with-each-dynamic-context
- stack-frame-uplink
- current-stack-frame
- current-dynamic-context
- stack-frame-funobj
- stack-frame-call-site
- stack-frame-ref
- check-stack-limit
+ #:stack-ref
+ #:with-each-dynamic-context
+ #:stack-frame-uplink
+ #:current-stack-frame
+ #:current-dynamic-context
+ #:stack-frame-funobj
+ #:stack-frame-call-site
+ #:stack-frame-ref
+ #:check-stack-limit
+ #:interrupt-frame-ref
+ #:interrupt-handler
- *build-number*
- *error-no-condition-for-debugger*
- formatted-error
+ #:*build-number*
+ #:*error-no-condition-for-debugger*
+ #:formatted-error
#:package-object-use-list
#:package-object-internal-symbols
@@ -1289,6 +1291,7 @@
#:+movitz-fixnum-factor+
#:+movitz-fixnum-shift+
+ #:+movitz-fixnum-zmask+
#:+scan-skip-word+
#:constant0
More information about the Movitz-cvs
mailing list