[cmucl-cvs] [git] CMU Common Lisp branch master updated.	snapshot-2012-07-14-g4937b23
    Raymond Toy 
    rtoy at common-lisp.net
       
    Sat Aug  4 04:39:19 UTC 2012
    
    
  
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  4937b238ccc8c92c4c4db007499e794e4863404f (commit)
       via  31b5915a71aa773522aaccf7b82f0ac622a01024 (commit)
       via  72e45c7cc6bd85ee97da12dce06245a4bb9793f2 (commit)
      from  55805e97ba4f651a13f65d72ceb5398fe1cacef8 (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 4937b238ccc8c92c4c4db007499e794e4863404f
Merge: 31b5915 55805e9
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Fri Aug 3 21:39:13 2012 -0700
    Merge branch 'master' of ssh://common-lisp.net/var/git/projects/cmucl/cmucl
commit 31b5915a71aa773522aaccf7b82f0ac622a01024
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Fri Aug 3 21:28:21 2012 -0700
    Update.
diff --git a/src/i18n/locale/cmucl.pot b/src/i18n/locale/cmucl.pot
index 6a45d45..e338251 100644
--- a/src/i18n/locale/cmucl.pot
+++ b/src/i18n/locale/cmucl.pot
@@ -6698,7 +6698,7 @@ msgid " on "
 msgstr ""
 
 #: src/code/save.lisp
-msgid "See <http://www.cons.org/cmucl/> for support information."
+msgid "See <http://www.cmucl.org/> for support information."
 msgstr ""
 
 #: src/code/save.lisp
commit 72e45c7cc6bd85ee97da12dce06245a4bb9793f2
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Fri Aug 3 21:27:36 2012 -0700
    Recognize x86_64 (for OSX Lion).
diff --git a/bin/create-target.sh b/bin/create-target.sh
index 477f636..7da3941 100755
--- a/bin/create-target.sh
+++ b/bin/create-target.sh
@@ -37,7 +37,7 @@ uname_m=`uname -m 2>/dev/null`
 	Darwin)
 	    case $uname_m in
 		ppc) lisp_variant=ppc_darwin ;;
-		i386) lisp_variant=x86_darwin ;;
+		i386|x86_64) lisp_variant=x86_darwin ;;
 	    esac
 	    ;;
         NetBSD) lisp_variant=x86_netbsd ;;
-----------------------------------------------------------------------
Summary of changes:
 bin/create-target.sh      |    2 +-
 src/i18n/locale/cmucl.pot |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
-- 
CMU Common Lisp
    
    
More information about the cmucl-cvs
mailing list