[alexandria.git] updated branch master: e12aed5 Merge branch 'master' of common-lisp.net:/project/alexandria/alexandria

Nikodemus Siivola nsiivola at common-lisp.net
Wed Oct 13 21:58:43 UTC 2010


The branch master has been updated:
       via  e12aed552b91935857a8ac9a3c93870ed4b37e3b (commit)
       via  fb86c9b11abe527ce10847b4ca4419d1f3184065 (commit)
      from  fc3312e6578efd62d5dd5f61715e56b578c0d4ee (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 e12aed552b91935857a8ac9a3c93870ed4b37e3b
Merge: fb86c9b fc3312e
Author: Nikodemus Siivola <nikodemus at random-state.net>
Date:   Thu Oct 14 00:58:36 2010 +0300

    Merge branch 'master' of common-lisp.net:/project/alexandria/alexandria

commit fb86c9b11abe527ce10847b4ca4419d1f3184065
Author: Nikodemus Siivola <nikodemus at random-state.net>
Date:   Thu Oct 14 00:57:54 2010 +0300

    lock the package on SBCL
    
     Should have done this ages ago.

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

Summary of changes:
 package.lisp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package.lisp b/package.lisp
index 57c3526..212a7d9 100644
--- a/package.lisp
+++ b/package.lisp
@@ -1,6 +1,8 @@
 (defpackage :alexandria.0.dev
   (:nicknames :alexandria)
   (:use :cl)
+  #+sbcl
+  (:lock t)
   (:export
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;; BLESSED
-- 
Alexandria hooks/post-receive




More information about the alexandria-cvs mailing list