Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAlain Magloire2003-11-19 21:03:58 +0000
committerAlain Magloire2003-11-19 21:03:58 +0000
commitff03b9fc87418dffaa1cd3d8aaeb706f1e01c961 (patch)
tree5fa852e2eb43560200cf008f9da72d228b9075a2 /core
parent65bd9c8935f2a80671751f6eac0fe87bcb6e5e73 (diff)
downloadorg.eclipse.cdt-ff03b9fc87418dffaa1cd3d8aaeb706f1e01c961.tar.gz
org.eclipse.cdt-ff03b9fc87418dffaa1cd3d8aaeb706f1e01c961.tar.xz
org.eclipse.cdt-ff03b9fc87418dffaa1cd3d8aaeb706f1e01c961.zip
updated.
Diffstat (limited to 'core')
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog7
1 files changed, 7 insertions, 0 deletions
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,5 +1,12 @@
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.
* model/org/eclipse/cdt/internal/core/model/Binary.java

Back to the top