From 3f0c9b37eab2c80c26e07e3110c7a88f3edefe6d Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 27 Jan 2008 13:03:37 +0100 Subject: New journal entry. darcs-hash:09eef565b46609a9845951b46563fac698442f3b --- JOURNAL | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'JOURNAL') 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 -- cgit v1.2.3