From 97c8bb7f39baebd96e91244d0d80437e07f6b07f Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 18 May 2004 20:23:40 +0000 Subject: [PATCH] Update notes. --- general-info/release-19a.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/general-info/release-19a.txt b/general-info/release-19a.txt index d023323c4..06ae74c6a 100644 --- a/general-info/release-19a.txt +++ b/general-info/release-19a.txt @@ -223,7 +223,13 @@ New in this release: into simple-strings even though there were data available. - READ-SEQUENCE was returning the wrong value when reading into simple-strings and when the :START value was not zero. - + - CMUCL was computing the wrong value for some special functions + when the argument was on the branch cut for the function. + - MULTIPLE-VALUE-BIND accepts &REST and friends in the var list. + - When constructing logical pathnames, all components will be + automatically upcased. Needed for print/read consistency, and + fixes an issue with ASDF and logical pathnames. + * Other changes: - CREATE-REQUEST-SERVER has an additional :reuse-address keyword argument. -- GitLab