From 451fe038affeb0241a5965663433e88f569d547a Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 16 Oct 2003 19:10:04 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.core/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 0b4a64c28a3..be06ebc295c 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,13 @@ +2003-10-14 Alain Magloire + + Change the scheme slightly to keep on looking for pattern + for exampel + /c/stuff/C:/filename:12 error + in Cygwin this error would never be found now we keep on + trying. + + * src/org/eclipse/cdt/intenal/errorparsers/GCCErrorParser.java + 2003-10-14 Alain Magloire Always fetch the addr2line/c++path in the .cdtproject