CDT Commit Report for - November 18, 2004

amagloire

Updated to reflect the changes in Spawner.java and PTY.java

remove the log trace, worry the user to much.

*** empty log message ***

2004-11-19 Alain Magloire
Fix for 78816
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java

Comment out the feedback to .log
it worry the user way to much.

2004-11-19 Alain Magloire

Clear the confusion about sublist of stackframes.
PR 78611

* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIStackFrame.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIThread.java
* src/org/eclipse/cdt/debug/internal/model/CThread.java

2004-11-19 Alain Magloire

Clear the confusion about sublist of stackframes.
PR 78611

* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Thread.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java

updated to change from Spawner.java and PTY.java

aniefer

patch from Devin Steffler : fix for 71317 invalid overload of the name

Bindings for ILabels, more general visitor, Scope interfaces for C

dschaefer

Updated the Windows spawner DLL to build using MinGW gcc.

Merged in from HEAD.

Merging in from HEAD.

Build the libraries for linux ppc.

Updated the spawner DLL to build with MinGW gcc.

Build the libraries for Linux PPC.

Rebuild if ia64 libraries contributed by Intel in 78941.

Rebuild of ia64 libraries contributed by Intel in 78941.

Checking in the shared libraries for AIX.

gheorghe

Fix for Bug 78678: Indexer stops reindexing file after repeated saves

jcamelon

Externalized String

Patch for Devin Steffler.

Fixed 77009 - ASTUtil#getType ignores volatile

Patch for Devin Steffler.

Fixed 77821 - usualArithmeticConversions doesn't handle pointers

Patch for Devin Steffler.

[FIXED][75731][Search] open declaration on class incorrectly points to constructor definition
[FIXED][77989][F3] Open declaration fails in "using namespace N"
[FIXED][78435]Open declaration of argument can't find itself

Added AST2Tests to ParserTestSuite.
Move IASTNullStatement into the general dom package, it was in the C package incorrectly.

Patch for Devin Steffler
Fixed 77281 - Unable to parse assignment statements
Fixed 77921 - Syntax Error on initializer with floats
Fixed 76763 - Problem for #error has extra characters

mkhodjai

Fix for bug 69184: Activate the Expression view when expression is added.

Worker threads can try to evaluate expressions on the stack frames that have already been disposed. A flag is added to identify that the stack frame is disposed.