mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
updated
This commit is contained in:
parent
c751a86750
commit
e2c5db0b47
1 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,19 @@
|
|||
2002-12-20 Alain Magloire
|
||||
|
||||
Bug fix, We use a feature of GNU make to help track the directories
|
||||
Entering Directory '...'
|
||||
Leaving Directory '...'
|
||||
It looks like sometimes we loose track, or GNU make does not show
|
||||
a "Leaving Directory" this may actually depend on how it was spawn,
|
||||
you can suppress the message. If you loose track we popDirectories()
|
||||
and try to recover.
|
||||
|
||||
* src/org/eclipse/cdt/core/ErrorParserManager.java (popDirectory):
|
||||
Is throwing NoSuchElement, check the size of the stack first.
|
||||
|
||||
* src/org/eclipse/cdt/internal/errorparsers/MakeErrorParser.java (processLine):
|
||||
Recover when loosing track.
|
||||
|
||||
2002-12-19 Alain Magloire
|
||||
|
||||
* model/org/eclipse/cdt/internal/core/model/parser/BinaryContainerAdapter.java (getFile):
|
||||
|
|
Loading…
Add table
Reference in a new issue