Update of /cvsroot/sbcl/sbcl/contrib/sb-executable
In directory sc8-pr-cvs1:/tmp/cvs-serv15011/contrib/sb-executable
Modified Files:
sb-executable.lisp
Log Message:
0.8.4.27:
OK, here's the deal.
... *MODULE-PROVIDER-FUNCTIONS* no longer call PROVIDE. It's
now the job of user code to do that (as it probably
should always have been.
... OK, so as a result, our one-file contribs now need to
PROVIDE themselves. Make it so.
... fix asdf-install/asdf autorequiration; an installed sbcl
can now require asdf-install (as well as all the other
asdfized contribs) as the first command in a clean core
... update contrib/{README,STANDARDS} to match what we currently
do.
Index: sb-executable.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/contrib/sb-executable/sb-executable.lisp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sb-executable.lisp 10 Aug 2003 19:25:03 -0000 1.3
+++ sb-executable.lisp 17 Oct 2003 14:27:45 -0000 1.4
@@ -49,4 +49,4 @@
(if (logand prot #o40) #o10)
(if (logand prot #o4) #o1)))))
-
\ No newline at end of file
+(provide 'sb-executable)
-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise
Linux in the Boardroom; in the Front Office; & in the Server Room
http://www.enterpriselinuxforum.com
|