summaryrefslogtreecommitdiff
path: root/JOURNAL
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-01-27 13:03:37 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-01-27 13:03:37 +0100
commit3f0c9b37eab2c80c26e07e3110c7a88f3edefe6d (patch)
tree4a799c6b28a49ea2c48996ec0d31366529884806 /JOURNAL
parent905689bf637ec95af65723c84fe45ca4a759fea8 (diff)
New journal entry.
darcs-hash:09eef565b46609a9845951b46563fac698442f3b
Diffstat (limited to 'JOURNAL')
-rw-r--r--JOURNAL15
1 files changed, 15 insertions, 0 deletions
diff --git a/JOURNAL b/JOURNAL
index 55ad1ba..f782ad2 100644
--- a/JOURNAL
+++ b/JOURNAL
@@ -1,5 +1,20 @@
-*- mode: muse -*-
+* 2008-01-27, 12:55:06 CET
+
+Objective-CL now includes its own version of libffi, imported from an
+older version of PyObjC. (The current version only supports x86 and
+PowerPC.) Interestingly, according to the Web, Mac OS X 10.5 includes
+its own version of libffi. This is really good news! We can finally
+rest assured that Objective-CL does not break on Mac OS X because of
+libffi bitrot anytime soon. In order to take advantage of this new
+state of the world, the build system has been changed so as to only
+compile our own version of libffi if we can't find any on the system.
+
+The downside? We now depend on autoconf. I don't consider this a
+problem, though.
+
+
* 2007-10-10, 12:02:38 CEST
I've cleaned the Objective-C code up by making the NeXT and GNU