blob: fffce6ca5d4a592314a1413dbbac05f2ba8c4d86 [file] [log] [blame]
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.