From 46c8cecec7232da2c9a96677e86a6e497d26865b Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Mon, 14 Aug 2006 17:49:53 +0000 Subject: [PATCH] Update from logs. --- general-info/release-19d.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/general-info/release-19d.txt b/general-info/release-19d.txt index 697f71842..35b98b7e6 100644 --- a/general-info/release-19d.txt +++ b/general-info/release-19d.txt @@ -213,7 +213,9 @@ New in this release: been fixed. (CMUCL would sometimes crash to ldb about weird, invalid objects.) There are, however, still issues with weak pointers. - + - Hash table entries with a key and value of :EMTPY now work as + expected. + * Other changes: - CMUCL catches more cases where it cannot print a pathname @@ -224,6 +226,8 @@ New in this release: - LOOKUP-HOST-ENTRY now returns a second value. If LOOKUP-HOST-ENTRY succeeds, the second value is T; otherwise, the value of h_errno is returned. + - A warning is printed when creating a weak key hash table with + a test different from EQ. * Improvements to the PCL implementation of CLOS: -- GitLab