CDT Commit Report for - June 3, 2004

amagloire


Patch from Sam Rob, fix for 64783
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPreferencePage.java
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPropertyPage.java

Catch IndexOutOfBound

The Elf class should not depend of GNU
binutils tools like Addr2line or CPPFilt
It is an Elf Parser and the needs of those tools
are now part of IBinaryParser class
* utils/org/eclipse/cdt/uitls/elf/AR.java
* utils/org/eclipse/cdt/uitls/elf/Elf.java
* utils/org/eclipse/cdt/uitls/elf/ElfHelperjava
* utils/org/eclipse/cdt/uitls/elf/parser/ElfBinaryObject.java

aniefer

fix bug 64939 - recursive loop

bug 65477

dinglis

fixed target building when run with proress dialog

add throws CoreException on getStream....

fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=65564

fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=65565

cleanup maps in manager on project close/delete

fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=63937

use new preference initializer

jcamelon

Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=61603

Fixed bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=47752

Fixed bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=64321

Updated Parser.translationUnit() to catch all Throwable rather than Exception

Put a public interface on accessing KeywordSets in ParserFactory.

Added preprocessor directives to KeywordSetKey.ALL.