Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAlain Magloire2003-12-19 17:15:22 +0000
committerAlain Magloire2003-12-19 17:15:22 +0000
commitfae44f1c820b34f94c160333e61b34df2eab38b4 (patch)
tree26aefa28dd3dfd67c8e8a724397b8045fb94d112 /core
parenta1d50b221ae8021f5235c6104830d7e43dd58dd2 (diff)
downloadorg.eclipse.cdt-fae44f1c820b34f94c160333e61b34df2eab38b4.tar.gz
org.eclipse.cdt-fae44f1c820b34f94c160333e61b34df2eab38b4.tar.xz
org.eclipse.cdt-fae44f1c820b34f94c160333e61b34df2eab38b4.zip
updated log
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 6ad96cf1693..ff369ff5d2c 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-19 Alain Magloire
+
+ Added a getCommandLine() method on the CommandLauncher
+ to help PR 41417.
+
+ * src/org/eclipse/cdt/core/CommandLauncher.java
+
2003-12-16 Alain Magloire
PR 48921.

Back to the top