Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4c4ef9577b5a354f50f0aa7ec9b39a5b42d7575d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
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.

Back to the top