Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c972537d1fefdc0ea32feea39e7b6379f672aee9 (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
2003-01-27 Alex Chapiro

	* os/win32/x86/spawner.dll: Rebuild
	* src/library/Win32ProcessEx.c: Synchronization error fix.

2003-01-23 Alex Chapiro

	* os/win32/x86/spawner.dll: Rebuild
	* os/win32/x86/starter.exe: Rebuild
	* src/library/starter/starter.cpp:
	Correct quotation escaped.
	* src/library/Win32ProcessEx.c:
	Correct quotation escaped.

2003-01-17 Alex Chapiro

	* os/win32/x86/spawner.dll: Rebuild
	* os/win32/x86/starter.exe: Rebuild
	* src/library/starter/starter.cpp (copyTo):
	Check for overflow.
	* src/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