1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2003-08-20 20:05:40 +00:00
parent fa5928f508
commit fac3669873

View file

@ -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.