CDT Commit Report for cdt_2_0 - August 11, 2004

amagloire

2004-08-11 Alain Magloire

Fix for PR 6991
* src/org/eclipse/cdt/debug/mi/core/RxThread.java

aniefer

fix 71331

from a patch originally from Dave Daoust, consolidate the Scanner2 data
structures into a heirarchy, and for the char[] maps/sets, if the capacity is
<= 2, then don't use the hash and just do a linear search.

also clean up a couple of uses of ObjectSet that had size 0 in the symbol table,
use EMPTY_SET insteard.

fixing 71588

gheorghe

Fix for Bug 59493: need to refine index query for open-type (2.0 Stream)