From ff03b9fc87418dffaa1cd3d8aaeb706f1e01c961 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 19 Nov 2003 21:03:58 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.core/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 645136d4195..f2fdf6a97d7 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,10 @@ +2003-11-19 Alain Magloire + + getBinaryParser() the call to the CDescriptor should set the update + argument to true. + + * src/org/eclipse/cdt/core/CCorePlugin.java + 2003-11-19 Alain Magloire Improve performance by not loading the symbols right away.