CDT Commit Report for - June 23, 2004

amagloire

Fix from Tanya W. PR 66300

Part of PR 68246.
Close the inputstream to release resource handle
when we done with it, we can not rely on the GC to do it for us.

aniefer

68261

dschaefer

Scanner2 - fixed the nextToken() to match previous scanner's behavior.

Scanner2 - fixed some bugs. fixed some of the tests to report better errors,
changed the SpeedTest to produce more accurate numbers.

Scanner2 - final changes to scan the trilogy.

jcamelon

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

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

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

Patch for David Daoust - Updated IBM Copyright notices

mkhodjai

Fix for bug 68316: Exception shutting down Eclipse with an active debug session.

sevoy

Fix for bug 66739 - Created a shared lib project does not set shared flag in configs. There was a gap in the ever-increasingly complex inheritance behaviour of the ToolReferences. The commands supplied by the ToolReferences were being ignored if the configuration supplied its own ToolReferences. Searching is more comprehensive now, the tool reference is creating a copy of itself more thoroughly, and the JUnit tests have been updated to reflect this.