1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2003-11-19 17:37:44 +00:00
parent 93d0a3cccf
commit bc08db7cc0

View file

@ -1,3 +1,11 @@
2003-11-19 Alain Magloire
Improve performance on the binary parser, and fix a JUnit test.
* model/org/eclipose/cdt/internal/core/model/Binary.java
* utils/org/eclipse/cdt/utils/coff/parser/BinaryObject.java
* utils/org/eclipse/cdt/utils/elf/parser/BinaryObject.java
2003-11-19 Hoda Amer
Added a completion engine class.