CDT Commit Report for - August 11, 2004

amagloire

2004-08-11 Alain Magloire

Duplication in the CView.
* src/org/eclipse/cdt/internal/ui/BaseCElementContentProvider.java
* src/org/eclipse/cdt/internal/ui/cview/CViewContentProvider.java

2004-08-11 Alain Magloire

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

aniefer

fixing 71588

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.

dinglis

use static constant

handle case when initializer extension is missconfigured.

check for invalid extension when gathering list

gheorghe

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

Fix for Bug 59493: need to refine index query for open-type