diff --git a/general-info/release-19d.txt b/general-info/release-19d.txt index b553a3edaee14336f3f3909b38973f74b6580eed..3b9f087bd9ea40e26fa4caadb95c5f10531dac0b 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: