mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
update changelog.
This commit is contained in:
parent
416238652a
commit
b8a1c86199
2 changed files with 13 additions and 4 deletions
|
@ -1,8 +1,15 @@
|
|||
2004-06-21 Alain Magloire
|
||||
|
||||
Big Patch from Vladimir Hirsl
|
||||
This patch contains a binary parser core and UI elements to 'support' AIX
|
||||
XCOFF32 binaries.
|
||||
Implementation of AIX XCOFF32 binary parser.
|
||||
|
||||
* utils/org/eclipse/cdt/utils/xcoff/AR.java
|
||||
* utils/org/eclipse/cdt/utils/xcoff/XCoff32.java
|
||||
|
||||
* utils/org/eclipse/cdt/utils/xcoff/parser/ARMember.java
|
||||
* utils/org/eclipse/cdt/utils/xcoff/parser/BinaryArchive.java
|
||||
* utils/org/eclipse/cdt/utils/xcoff/parser/XCOFF32Parser.java
|
||||
* utils/org/eclipse/cdt/utils/xcoff/parser/XCOFFBinaryObject.java
|
||||
|
||||
2004-06-21 Alain Magloire
|
||||
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
2004-06-21 Alain Magloire
|
||||
|
||||
Big Patch from Vladimir Hirsl
|
||||
This patch contains a binary parser core and UI elements to 'support' AIX
|
||||
XCOFF32 binaries.
|
||||
Implementation of AIX XCOFF32 binary parser page.
|
||||
|
||||
* src/org/eclipse/cdt/ui/dialogs/GNUElfBinaryParserPage.java
|
||||
* src/org/eclipse/cdt/ui/dialogs/GNUXCoffBinaryParserPage.java
|
||||
|
||||
2004-06-21 Hoda Amer
|
||||
Fix for PR 63439 : [Content Assist] When prefix is a C/C++ keyword, Content Assist does not complete templates
|
||||
|
|
Loading…
Add table
Reference in a new issue