Index: /trunk/ccl/ChangeLog
===================================================================
--- /trunk/ccl/ChangeLog	(revision 5635)
+++ /trunk/ccl/ChangeLog	(revision 5636)
@@ -1,2 +1,23 @@
+2006-12-22 01:40  gb
+
+	* lisp-kernel/ppc-exceptions.c: Ensure that sqrt() is prototyped.
+
+2006-12-22 01:39  gb
+
+	* lisp-kernel/pmcl-kernel.c: Insist on at least Panther for
+	PPC32/Darwin.
+	
+	Use dlopen() on 64-bit Darwin variants.  Might want to do a runtime
+	test and use dlfcn functions if at least Tiger.
+	
+	(The old dyld functions are deprecated under Leopard, and there's
+	reason to believe that they don't work correctly on at least ppc64/
+	Leopard; attempting to use NSCreateObjectFileImageFromFile to open
+	a 64-bit .dylib seems to lead to memory corruption rather than
+	returning NSObjectFileImageInappropriateFile.
+	
+	The old functions work better than the dlfcn functions on pre-Tiger
+	systems.)
+
 2006-12-19 01:24  gb
 
