From ef48933a8ba65af0ac2eab9b55646840f4ae5df7 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 6 Nov 2002 16:28:58 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.core/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index a759b1ef256..8d179b31e9a 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,16 @@ +2002-11-06 Alain Magloire + + Deal with some issues of PR 25756. + + * src/.../internal.errorparsers.java (processLine): + When the file is not found append not prepend the name + of the file in the description. + The check for "(Each undeclared ...)" was done at the + wrong place. + + * src/.../ErrorParserManager.java (findFileName): + Check if the file is absolute or relative. + 2002-11-05 Alain Magloire * utils/.../utils/coff: New folder.