From 95ee0f5d32b084f9a1793615a8f7d576fc8785d9 Mon Sep 17 00:00:00 2001
From: toy <toy>
Date: Sun, 18 Jan 2004 15:08:30 +0000
Subject: [PATCH] Update.

---
 general-info/release-19a.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/general-info/release-19a.txt b/general-info/release-19a.txt
index 73541195e..bd67b2e24 100644
--- a/general-info/release-19a.txt
+++ b/general-info/release-19a.txt
@@ -160,7 +160,9 @@ New in this release:
        This is to prevent overflows and divide-by-zero errors when
        creating a hash-table with a too-small rehash-threshold.
      - MACROLET now accepts declarations, as prescribed by ANSI CL.
-
+     - MAKE-PATHNAME signals an error on invalid combinations
+       (:absolute or :wild-inferiors followed by :back or :up).
+     
   * Numerous bugfixes:
      - NSET-EXCLUSIVE-OR returns the same results as SET-EXCLUSIVE-OR
        wrt to duplicate elements.
@@ -227,6 +229,8 @@ New in this release:
        support x86/Linux
      - The trap for floating-point underflow is turned off by default
        for all platforms now.
+     - A continuable error is signaled when defining a logical
+       pathname host that has the same name as a search-list host. 
 
   * Numerous improvements to the PCL implementation of CLOS:
      - Gerd's PCL has been added, which fixes numerous bugs and ANSI/
-- 
GitLab