Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2002-12-20 21:13:14 +0000
committerAlain Magloire2002-12-20 21:13:14 +0000
commite2c5db0b473a724f7c53ef4c4973f190331a07d8 (patch)
tree4d5755a3bc4261994ab64504c64457ec0b155383 /core/org.eclipse.cdt.core/ChangeLog
parentc751a86750dc8954da860dee728125160bd5d2dc (diff)
downloadorg.eclipse.cdt-e2c5db0b473a724f7c53ef4c4973f190331a07d8.tar.gz
org.eclipse.cdt-e2c5db0b473a724f7c53ef4c4973f190331a07d8.tar.xz
org.eclipse.cdt-e2c5db0b473a724f7c53ef4c4973f190331a07d8.zip
updated
Diffstat (limited to 'core/org.eclipse.cdt.core/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog
index c271835395f..3ca6f18add1 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -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):

Back to the top