From fac3669873615b660391e5477eb1e0dd561739e3 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 20 Aug 2003 20:05:40 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.core/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 6fb12a57cbb..d3e92175b6b 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,10 @@ +2003-08-20 Alain Magloire + + When doing the IPlugin.shutdown(). We have to make + sure that the binarySearch threads are terminated. + + * src/org/eclipse/cdt/internal/core/model/BinaryRunner.java + 2003-08-19 Sean Evoy In order to properly support the indexing feature, the scanner has to function as well as the version that ships with the toolset if possible.