Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2002-12-19 19:20:57 +0000
committerAlain Magloire2002-12-19 19:20:57 +0000
commit00f303ec0459b2e94421de6250456866d709d5c2 (patch)
treed83a7158c4774013c7234402dccc8fb6ea24643c /core/org.eclipse.cdt.core/ChangeLog
parente568ad331ff2c0b4b3133c0b15f61a33d2b5de3a (diff)
downloadorg.eclipse.cdt-00f303ec0459b2e94421de6250456866d709d5c2.tar.gz
org.eclipse.cdt-00f303ec0459b2e94421de6250456866d709d5c2.tar.xz
org.eclipse.cdt-00f303ec0459b2e94421de6250456866d709d5c2.zip
updated.
Diffstat (limited to 'core/org.eclipse.cdt.core/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog
index 2ccacfa48f7..ab892084ff7 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -1,3 +1,14 @@
+2002-12-19 Alain Magloire
+
+ * src/org/eclipse/cdt/core/ErrorParserManager.java (findFilePath):
+ The workspace will throw an Exception if the file
+ is not within the workspace, catch it.
+ (getWorkingDirectory): fallback to the location
+ of the project if no working directory.
+
+ * src/org/eclipse/cdt/internal/errorparsers/GCCErrorParser.java (processLine):
+ Ignore errors that does not match the pattern.
+
2002-12-13 Alain Magloire
* src/org/eclipse/cdt/core/CommandLauncher.java (waitAndRead):

Back to the top