CDT Commit Report for - November 13, 2003

dinglis

Fixed #46431

fixed #46431

dschaefer

Patch for Tanya Wolff:
- globalizes the Managed Build properties pages by
externalizing strings in plugin.xml.
- also fixed an option reference to set a linux project's
c compiler debug level.

Patch for Sean Evoy:
- Fixes for bugzilla 44451 and 44841

Implemented the AIX feature.

hamer

Bug Fixes for the complete AST factory

mkhodjai

Use 'StringBuffer' instead of 'String' when generating stack frame labels.
Added a label for dummy stack frames instead of using the name provided by the rendered object.

Fix for PR 46592: Debug View shows Functions as func(type param,...)().
In some situations gdb returns the function names that include parameter types.
To make the presentation consistent truncate the parameters.