From ba7863b4f222797759ee7f802b4b5f3cb5aa46b6 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 3 Jan 2006 18:04:31 +0000 Subject: [PATCH] Update from logs. --- general-info/release-19d.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/general-info/release-19d.txt b/general-info/release-19d.txt index 210fd4aa5..b553a3eda 100644 --- a/general-info/release-19d.txt +++ b/general-info/release-19d.txt @@ -31,6 +31,8 @@ New in this release: readably, but these involve search-lists and patterns. - LONG-LONG and UNSIGNED-LONG-LONG are recognized types in the C-CALL package for signed and unsigned 64-bit integers. + - A port of gencgc to Darwin/ppc has been made. This still + needs work, and is known to have some issues. * Numerous ANSI compliance fixes: @@ -71,6 +73,12 @@ New in this release: CMUCL doesn't know functions which are varargs functions. - Callbacks with long-long args or results should work correctly now for Darwin/ppc. + - DESCRIBE no longer depends on having PCL loaded. + - Tracing with no encapsulation appears to be working now for + ppc. + - A simple interface to sysinfo(2) has been added for sparc. + This is used to provide better values for MACHINE-TYPE and + MACHINE-VERSION. * Other changes: -- GitLab