diff -r 000000000000 -r 0e6d23e2b466 cdt/cdt_5_0_x/org.eclipse.cdt.core.win32/ChangeLog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cdt/cdt_5_0_x/org.eclipse.cdt.core.win32/ChangeLog Fri Apr 03 17:12:41 2009 +0100 @@ -0,0 +1,173 @@ +2004-11-16 Alain Magloire + + Update the library interface to changes in java from Spawner + * library/Spawner.h + * Win32ProcessEx.c + * os/win32/x86/spawner.dll + +2004-11-04 Alex Chapiro + Update files. + * library/spawner.mak + * library/starter/starter.mak + +2004-09-06 Alex Chapiro + + Fix for PR 75677 + * os/win32/x86/spawner.dll + * library/Win32ProcessEx.c + +2004-08-13 Alex Chapiro + + Fix for PR PR 71601 + + * os/win32/x86/spawner.dll + * os/win32/x86/starter.exe + * library/Win32ProcessEx.c + * library/starter/killer.cpp + * library/starter/killer.h + * library/starter/starter.cpp + * library/starter/starter.dsp + * library/starter/starter.dsw + +2004-07-20 Alex Chapiro + + Fix for PR 70359 + Binaries regenerated + + * library/Win32ProcessEx.c + * library/starter/starter.cpp + * os/win32/x86/spawner.dll + * os/win32/x86/starter.dll + +2004-04-29 Alex Chapiro + + Support for I18N within spawner. + +2004-03-25 David Inglis + + Added platform attribute to processlist extension + + * plugin.xml + +2004-03-01 James Ciesielski + + Marked string as non-externalized + + * src/org/eclipse/cdt/internal/core/win32/ProcessList.java + +2004-02-17 Alain Magloire + + Remove old Eclipse2.0 interface and + use what 3.0 provides instead. + + * src/org/eclipse/cdt/internal/core/win32/ProcessList.java + +2004-02-12 Alex Chapiro + + Update starter and spawner to use named pipes. + Update the binaries. + +2003-08-29 Alex Chapiro + + This patch just increase command line buffer up to OS limit (2K). It also + replaces java/lang/Exception to java/io/IOException in order to unify error + processing. + + * library/Win32ProcessEx.c + * library/starter/starter.cpp + * library/spawner.dsw + * os/win32/x86/spawner.dll + * os/win32/x86/starter.exe + +2003-04-30 Alex Chapiro + + * library/listtasks: new Folder + * library/listtasks/listtasks.cpp: New file. + * library/listtasks/listtasks.dsp: New file. + * library/listtasks/listtasks.dsw: New file. + * library/listtasks/listtasks.h: New file. + * library/listtasks/StdAfx.cpp: New file. + * library/listtasks/StdAfx.h: New file. + * os/win32/x86/listtasks.exe: Rebuild + +2003-04-30 Alain Magloire + + * src/org/eclipse/cdt/internal/core/win32/ProcessList.java (parseTaskList): + New method parsing the windows XP executable. + (parseListTasks): New method parsing the executable that comes with CDT. + +2003-04-24 Alex Chapiro + + * os/win32/x86/spawner.dll: Rebuild + * library/Win32ProcessEx.c: + Include additionnal functionality for interruption. + * library/Spawner.h: + Fix the headers. + * library/raise.c: + New file, implements interruption function. + * src/library/spawner.dsp: + Update, new file raise.c added. + +2003-02-25 Alex Chapiro + + Fix for this type of problem: + make CFLAGS="-D jek " + + * os/win32/x86/spawner.dll: Rebuild + * os/win32/x86/starter.exe: Rebuild + * library/starter/starter.cpp: + Fix problem with embedded quotation + * library/Win32ProcessEx.c: + Fix problem with embedded quotation. + +2003-01-27 Alex Chapiro + + * os/win32/x86/spawner.dll: Rebuild + * library/Win32ProcessEx.c: Synchronization error fix. + +2003-01-23 Alex Chapiro + + * os/win32/x86/spawner.dll: Rebuild + * os/win32/x86/starter.exe: Rebuild + * library/starter/starter.cpp: + Correct quotation escaped. + * library/Win32ProcessEx.c: + Correct quotation escaped. + +2003-01-17 Alex Chapiro + + * os/win32/x86/spawner.dll: Rebuild + * os/win32/x86/starter.exe: Rebuild + * library/starter/starter.cpp (copyTo): + Check for overflow. + * library/Win32ProcessEx.c (..exec1 exec0): + Dynamically allocate environment buffer to avoid overflow. + Check for overflow. + +2003-01-13 Alex Chapiro + + * os/win32/x86/spawner.dll: Rebuild. + * os/win32/x86/starter.exe: Rebuild. + * library/Win32ProcessEx.c: Quoting of spaces when calling starter. + * library/starter/starter.cpp: Quoting of spaces when calling the executable. + +2002-11-06 Alex Chapiro + + * library/Win32ProcessEx.c: + This is a fixing of Bug 25808. New binary attached. + * os/win32/x86/spawner.dll: Recompiled. + +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 + not starter.exe + * os/win32/x86/spawner.dll: Recompiled. + Patch from Alex Chapiro, for bug 25111.