Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2004-02-24 22:21:11 +0000
committerAlain Magloire2004-02-24 22:21:11 +0000
commit6904bc4b712a807569018cf48974eec9a6752ad4 (patch)
tree1ff90ae80f3ff81586c4946101fb3b012e146e8a /core/org.eclipse.cdt.core/ChangeLog
parentb4309ac47a9deba5c7454c870c22f214ff51b073 (diff)
downloadorg.eclipse.cdt-6904bc4b712a807569018cf48974eec9a6752ad4.tar.gz
org.eclipse.cdt-6904bc4b712a807569018cf48974eec9a6752ad4.tar.xz
org.eclipse.cdt-6904bc4b712a807569018cf48974eec9a6752ad4.zip
Move the getPath() method in the IPathEntry base class.
Diffstat (limited to 'core/org.eclipse.cdt.core/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog
index 7f5d1ff8af3..54319adcd21 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -1,3 +1,18 @@
+2004-02-24 Alain Magloire
+
+ Bug fix the binary runner thread could get interrupted
+ on shutdown we should check:
+ Thread.getCurrentThread().isInterrupted()
+ and bring down the thread.
+
+ * model/org/eclipse/cdt/internal/core/model/BinaryRunner.java
+
+2004-02-23 Alain Magloire
+
+ Another refactoring, to make the API lighter
+ move the the getPath() method to the base IPathEntry class
+ Too many files to enumerate(JDT refactoris ... is great!)
+
2004-02-23 Alain Magloire
Support for IPathEntry deltas in the ICElementDelta

Back to the top