Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2002-11-07 20:45:03 +0000
committerAlain Magloire2002-11-07 20:45:03 +0000
commitc014fcc8bbe20687f581441e95963668b4132b15 (patch)
tree9c61331df6eded1d5bb5bf345e2f4e956a0983fe
parent111fc16c5c6a48c7efd57fa7ecdcd9169d0cbeb5 (diff)
downloadorg.eclipse.cdt-c014fcc8bbe20687f581441e95963668b4132b15.tar.gz
org.eclipse.cdt-c014fcc8bbe20687f581441e95963668b4132b15.tar.xz
org.eclipse.cdt-c014fcc8bbe20687f581441e95963668b4132b15.zip
Update.
-rw-r--r--core/org.eclipse.cdt.core.win32/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.win32/ChangeLog b/core/org.eclipse.cdt.core.win32/ChangeLog
index ba18786b525..78799edb05e 100644
--- a/core/org.eclipse.cdt.core.win32/ChangeLog
+++ b/core/org.eclipse.cdt.core.win32/ChangeLog
@@ -1,3 +1,11 @@
+2002-11-06 Alex Chapiro
+
+ * library/Win32ProcessEx.c (GetJVMProc): Removed.
+ This is a fixing of Bug 25808.
+ Remove not portable fragment of code (conversion start directory to native
+ format) relying on passing of correct argument from Spawner.java. Attached
+ also find spawner.dll (Win32)
+
2002-10-21 Alain Magloire
* library/Win32ProcessEx.c (waitFor): Get the exit value of the process

Back to the top