From cac368ef421fc360ac6f6ffd08e15ea780c07c92 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Thu, 8 Oct 2009 20:54:24 +0200 Subject: [PATCH] Note latest change in src/clx/dependent.lisp --- src/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CHANGELOG b/src/CHANGELOG index d1f2a41ab..6a3b657a5 100755 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -16,6 +16,9 @@ ECL 9.10.2: feenableexcept() and restricting to C99 exception tests. That is bad because we can not reliably and cheaply detect underflow exceptions. + - In CLX, there were a couple of typos in the code related to locks and ECL. + These typos only revealed in multithreaded builds of the CLX library. + ECL 9.10.1: ===========