[cmucl-cvs] [git] CMU Common Lisp branch master updated. a0559708e0f703f88c7bb731689e85e3c9f0b88c

Alex Goncharov agoncharov at common-lisp.net
Sun Oct 9 23:04:59 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  a0559708e0f703f88c7bb731689e85e3c9f0b88c (commit)
      from  e04778be14f6bba6a489a8bae37e39dee50bebe8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a0559708e0f703f88c7bb731689e85e3c9f0b88c
Author: Alex Goncharov <alex-goncharov at comcast.net>
Date:   Sun Oct 9 19:04:55 2011 -0400

    compile-file: add a doc string for the :Load argument.

diff --git a/compiler/main.lisp b/compiler/main.lisp
index 2a02cf0..eafe6e3 100644
--- a/compiler/main.lisp
+++ b/compiler/main.lisp
@@ -1806,6 +1806,9 @@ in the user USER-INFO slot of STREAM-SOURCE-LOCATIONs.")
    input file name.  Other options available via keywords:
    :Output-File
       The name of the fasl to output, NIL for none, T for the default.
+   :Load
+      Load the compiled file; T here requires :Output-File to be T, as well.
+      The default is NIL.
    :Error-File
       The name of the error listing file, NIL for none (the default), T for
       .err.

-----------------------------------------------------------------------

Summary of changes:
 compiler/main.lisp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp




More information about the cmucl-cvs mailing list