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 0609ed422540f6c3e6840c600b9aea9671475ecd (commit)
from a3e696a84115d2880712983d7d665035dbe5f262 (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 …
[View More]-----------------------------------------------------------------
commit 0609ed422540f6c3e6840c600b9aea9671475ecd
Author: Raymond Toy <toy.raymond(a)gmail.com>
Date: Fri Aug 3 21:57:38 2012 -0700
Add note that OSX 10.4 is no longer supported.
diff --git a/src/general-info/release-20d.txt b/src/general-info/release-20d.txt
index 42aefd9..da2f979 100644
--- a/src/general-info/release-20d.txt
+++ b/src/general-info/release-20d.txt
@@ -51,6 +51,7 @@ New in this release:
caused the exception to be immediately signaled. This no longer
happens and now matches how ppc and sparc behave.
* OSX Lion and XCode 4 can now compile cmucl without problems.
+ * OSX 10.4 is no longer supported.
* ANSI compliance fixes:
* CMUCL was not printing pathnames like (make-pathname :directory
-----------------------------------------------------------------------
Summary of changes:
src/general-info/release-20d.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMU Common Lisp
[View Less]
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 a3e696a84115d2880712983d7d665035dbe5f262 (commit)
from 4937b238ccc8c92c4c4db007499e794e4863404f (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 …
[View More]-----------------------------------------------------------------
commit a3e696a84115d2880712983d7d665035dbe5f262
Author: Raymond Toy <toy.raymond(a)gmail.com>
Date: Fri Aug 3 21:41:20 2012 -0700
Add note that OSX Lion can compile cmucl.
diff --git a/src/general-info/release-20d.txt b/src/general-info/release-20d.txt
index 3b21f1a..42aefd9 100644
--- a/src/general-info/release-20d.txt
+++ b/src/general-info/release-20d.txt
@@ -50,6 +50,7 @@ New in this release:
enabling a trap when the current exception also listed that trap
caused the exception to be immediately signaled. This no longer
happens and now matches how ppc and sparc behave.
+ * OSX Lion and XCode 4 can now compile cmucl without problems.
* ANSI compliance fixes:
* CMUCL was not printing pathnames like (make-pathname :directory
-----------------------------------------------------------------------
Summary of changes:
src/general-info/release-20d.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMU Common Lisp
[View Less]
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 …
[View More]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(a)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(a)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(a)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
[View Less]
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 55805e97ba4f651a13f65d72ceb5398fe1cacef8 (commit)
from 3db9313fc2da525dcc3923dd7ec20f015e9a5f79 (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 …
[View More]-----------------------------------------------------------------
commit 55805e97ba4f651a13f65d72ceb5398fe1cacef8
Author: Raymond Toy <toy.raymond(a)gmail.com>
Date: Fri Aug 3 09:57:27 2012 -0700
* Remove comments about gcc-4.2. gcc or clang should work.
* Min OSX version is 10.5 now. Don't have access to anything older
than 10.5 anyway.
diff --git a/src/lisp/Config.x86_darwin b/src/lisp/Config.x86_darwin
index e1daf4f..f50a857 100644
--- a/src/lisp/Config.x86_darwin
+++ b/src/lisp/Config.x86_darwin
@@ -2,14 +2,8 @@
include Config.x86_common
-# Use gcc-4.2 on Darwin in case someone has Xcode 4 installed.
-# Currently there are bugs in cmucl that cause errors when using gcc
-# from Xcode 4. Xcode 3 (for OSX 10.5 and 10.6) has gcc-4.2, so this
-# shouldn't be a problem.
-CC = gcc-4.2
-
-# Compile code that will run on OSX 10.4 (Tiger)
-MIN_VER = -mmacosx-version-min=10.4
+# Compile code that will run on OSX 10.5 (Tiger)
+MIN_VER = -mmacosx-version-min=10.5
CPPFLAGS += -DDARWIN $(MIN_VER) -m32
CFLAGS += -g3
-----------------------------------------------------------------------
Summary of changes:
src/lisp/Config.x86_darwin | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
hooks/post-receive
--
CMU Common Lisp
[View Less]