From a35d59ba09c82a596bc74ac006d709ea98c447c8 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Thu, 12 Jan 2006 18:31:57 +0000 Subject: [PATCH] Update from logs. --- general-info/release-19d.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/general-info/release-19d.txt b/general-info/release-19d.txt index b553a3eda..3b9f087bd 100644 --- a/general-info/release-19d.txt +++ b/general-info/release-19d.txt @@ -79,12 +79,19 @@ New in this release: - A simple interface to sysinfo(2) has been added for sparc. This is used to provide better values for MACHINE-TYPE and MACHINE-VERSION. + - PARSE-TIME can parse times like "Tue Sep 7 18:56:57 UTC 2004" + again. + - The pretty-printer for MULTIPLE-VALUE-BIND can handle + mal-formed MULTIPLE-VALUE-BIND forms now, instead of producing + an error. * Other changes: - CMUCL catches more cases where it cannot print a pathname readably. In particular when the pathname name contains "/" or ".", or when the pathname type contains a ".". + - WITH-SLOTS and WITH-ACCESSORS are now pprinted like + MULTIPLE-VALUE-BIND instead of like WITH-OPEN-FILE. * Improvements to the PCL implementation of CLOS: -- GitLab