cdt/cdt_5_0_x/org.eclipse.cdt.core.win32/ChangeLog
author cawthron
Fri, 03 Apr 2009 14:25:11 -0500
changeset 4 7e8312fd568a
parent 1 a7cc18b7a772
permissions -rw-r--r--
put branch name in .branch.txt
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
cawthron
parents:
diff changeset
     1
2004-11-16 Alain Magloire
cawthron
parents:
diff changeset
     2
cawthron
parents:
diff changeset
     3
	Update the library interface to changes in java from Spawner
cawthron
parents:
diff changeset
     4
	* library/Spawner.h
cawthron
parents:
diff changeset
     5
	* Win32ProcessEx.c
cawthron
parents:
diff changeset
     6
	* os/win32/x86/spawner.dll
cawthron
parents:
diff changeset
     7
cawthron
parents:
diff changeset
     8
2004-11-04 Alex Chapiro
cawthron
parents:
diff changeset
     9
	Update files.
cawthron
parents:
diff changeset
    10
	* library/spawner.mak
cawthron
parents:
diff changeset
    11
	* library/starter/starter.mak
cawthron
parents:
diff changeset
    12
cawthron
parents:
diff changeset
    13
2004-09-06 Alex Chapiro
cawthron
parents:
diff changeset
    14
cawthron
parents:
diff changeset
    15
	Fix for PR 75677
cawthron
parents:
diff changeset
    16
	* os/win32/x86/spawner.dll
cawthron
parents:
diff changeset
    17
	* library/Win32ProcessEx.c
cawthron
parents:
diff changeset
    18
cawthron
parents:
diff changeset
    19
2004-08-13 Alex Chapiro
cawthron
parents:
diff changeset
    20
cawthron
parents:
diff changeset
    21
	Fix for PR PR 71601
cawthron
parents:
diff changeset
    22
cawthron
parents:
diff changeset
    23
	* os/win32/x86/spawner.dll
cawthron
parents:
diff changeset
    24
	* os/win32/x86/starter.exe
cawthron
parents:
diff changeset
    25
	* library/Win32ProcessEx.c
cawthron
parents:
diff changeset
    26
	* library/starter/killer.cpp
cawthron
parents:
diff changeset
    27
	* library/starter/killer.h
cawthron
parents:
diff changeset
    28
	* library/starter/starter.cpp
cawthron
parents:
diff changeset
    29
	* library/starter/starter.dsp
cawthron
parents:
diff changeset
    30
	* library/starter/starter.dsw
cawthron
parents:
diff changeset
    31
cawthron
parents:
diff changeset
    32
2004-07-20 Alex Chapiro
cawthron
parents:
diff changeset
    33
cawthron
parents:
diff changeset
    34
	Fix for PR 70359
cawthron
parents:
diff changeset
    35
	Binaries regenerated
cawthron
parents:
diff changeset
    36
cawthron
parents:
diff changeset
    37
	* library/Win32ProcessEx.c
cawthron
parents:
diff changeset
    38
	* library/starter/starter.cpp
cawthron
parents:
diff changeset
    39
	* os/win32/x86/spawner.dll
cawthron
parents:
diff changeset
    40
	* os/win32/x86/starter.dll
cawthron
parents:
diff changeset
    41
cawthron
parents:
diff changeset
    42
2004-04-29 Alex Chapiro
cawthron
parents:
diff changeset
    43
cawthron
parents:
diff changeset
    44
	Support for I18N within spawner.
cawthron
parents:
diff changeset
    45
cawthron
parents:
diff changeset
    46
2004-03-25 David Inglis
cawthron
parents:
diff changeset
    47
	
cawthron
parents:
diff changeset
    48
	Added platform attribute to processlist extension
cawthron
parents:
diff changeset
    49
	
cawthron
parents:
diff changeset
    50
	* plugin.xml
cawthron
parents:
diff changeset
    51
cawthron
parents:
diff changeset
    52
2004-03-01 James Ciesielski
cawthron
parents:
diff changeset
    53
cawthron
parents:
diff changeset
    54
	Marked string as non-externalized
cawthron
parents:
diff changeset
    55
	
cawthron
parents:
diff changeset
    56
	* src/org/eclipse/cdt/internal/core/win32/ProcessList.java
cawthron
parents:
diff changeset
    57
cawthron
parents:
diff changeset
    58
2004-02-17 Alain Magloire
cawthron
parents:
diff changeset
    59
cawthron
parents:
diff changeset
    60
	Remove old Eclipse2.0 interface and
cawthron
parents:
diff changeset
    61
	use what 3.0 provides instead.
cawthron
parents:
diff changeset
    62
cawthron
parents:
diff changeset
    63
	* src/org/eclipse/cdt/internal/core/win32/ProcessList.java
cawthron
parents:
diff changeset
    64
cawthron
parents:
diff changeset
    65
2004-02-12 Alex Chapiro
cawthron
parents:
diff changeset
    66
cawthron
parents:
diff changeset
    67
	Update starter and spawner to use named pipes.
cawthron
parents:
diff changeset
    68
	Update the binaries.
cawthron
parents:
diff changeset
    69
cawthron
parents:
diff changeset
    70
2003-08-29 Alex Chapiro
cawthron
parents:
diff changeset
    71
cawthron
parents:
diff changeset
    72
	This patch just increase command line buffer up to OS limit (2K). It also
cawthron
parents:
diff changeset
    73
	replaces java/lang/Exception to java/io/IOException in order to unify error
cawthron
parents:
diff changeset
    74
	processing.
cawthron
parents:
diff changeset
    75
cawthron
parents:
diff changeset
    76
	* library/Win32ProcessEx.c
cawthron
parents:
diff changeset
    77
	* library/starter/starter.cpp
cawthron
parents:
diff changeset
    78
	* library/spawner.dsw
cawthron
parents:
diff changeset
    79
	* os/win32/x86/spawner.dll
cawthron
parents:
diff changeset
    80
	* os/win32/x86/starter.exe
cawthron
parents:
diff changeset
    81
cawthron
parents:
diff changeset
    82
2003-04-30 Alex Chapiro
cawthron
parents:
diff changeset
    83
cawthron
parents:
diff changeset
    84
	* library/listtasks: new Folder
cawthron
parents:
diff changeset
    85
	* library/listtasks/listtasks.cpp: New file.
cawthron
parents:
diff changeset
    86
	* library/listtasks/listtasks.dsp: New file.
cawthron
parents:
diff changeset
    87
	* library/listtasks/listtasks.dsw: New file.
cawthron
parents:
diff changeset
    88
	* library/listtasks/listtasks.h: New file.
cawthron
parents:
diff changeset
    89
	* library/listtasks/StdAfx.cpp: New file.
cawthron
parents:
diff changeset
    90
	* library/listtasks/StdAfx.h: New file.
cawthron
parents:
diff changeset
    91
	* os/win32/x86/listtasks.exe: Rebuild
cawthron
parents:
diff changeset
    92
cawthron
parents:
diff changeset
    93
2003-04-30 Alain Magloire
cawthron
parents:
diff changeset
    94
cawthron
parents:
diff changeset
    95
	* src/org/eclipse/cdt/internal/core/win32/ProcessList.java (parseTaskList):
cawthron
parents:
diff changeset
    96
	New method parsing the windows XP executable.
cawthron
parents:
diff changeset
    97
	(parseListTasks): New method parsing the executable that comes with CDT.
cawthron
parents:
diff changeset
    98
cawthron
parents:
diff changeset
    99
2003-04-24 Alex Chapiro
cawthron
parents:
diff changeset
   100
cawthron
parents:
diff changeset
   101
	* os/win32/x86/spawner.dll: Rebuild
cawthron
parents:
diff changeset
   102
	* library/Win32ProcessEx.c:
cawthron
parents:
diff changeset
   103
	Include additionnal functionality for interruption.
cawthron
parents:
diff changeset
   104
	* library/Spawner.h:
cawthron
parents:
diff changeset
   105
	Fix the headers.
cawthron
parents:
diff changeset
   106
	* library/raise.c:
cawthron
parents:
diff changeset
   107
	New file, implements interruption function.
cawthron
parents:
diff changeset
   108
	* src/library/spawner.dsp:
cawthron
parents:
diff changeset
   109
	Update, new file raise.c added.
cawthron
parents:
diff changeset
   110
cawthron
parents:
diff changeset
   111
2003-02-25 Alex Chapiro
cawthron
parents:
diff changeset
   112
cawthron
parents:
diff changeset
   113
	Fix for this type of problem:
cawthron
parents:
diff changeset
   114
		make CFLAGS="-D jek "
cawthron
parents:
diff changeset
   115
	
cawthron
parents:
diff changeset
   116
	* os/win32/x86/spawner.dll: Rebuild
cawthron
parents:
diff changeset
   117
	* os/win32/x86/starter.exe: Rebuild
cawthron
parents:
diff changeset
   118
	* library/starter/starter.cpp:
cawthron
parents:
diff changeset
   119
	Fix problem with embedded quotation
cawthron
parents:
diff changeset
   120
	* library/Win32ProcessEx.c:
cawthron
parents:
diff changeset
   121
	Fix problem with embedded quotation.
cawthron
parents:
diff changeset
   122
cawthron
parents:
diff changeset
   123
2003-01-27 Alex Chapiro
cawthron
parents:
diff changeset
   124
cawthron
parents:
diff changeset
   125
	* os/win32/x86/spawner.dll: Rebuild
cawthron
parents:
diff changeset
   126
	* library/Win32ProcessEx.c: Synchronization error fix.
cawthron
parents:
diff changeset
   127
cawthron
parents:
diff changeset
   128
2003-01-23 Alex Chapiro
cawthron
parents:
diff changeset
   129
cawthron
parents:
diff changeset
   130
	* os/win32/x86/spawner.dll: Rebuild
cawthron
parents:
diff changeset
   131
	* os/win32/x86/starter.exe: Rebuild
cawthron
parents:
diff changeset
   132
	* library/starter/starter.cpp:
cawthron
parents:
diff changeset
   133
	Correct quotation escaped.
cawthron
parents:
diff changeset
   134
	* library/Win32ProcessEx.c:
cawthron
parents:
diff changeset
   135
	Correct quotation escaped.
cawthron
parents:
diff changeset
   136
cawthron
parents:
diff changeset
   137
2003-01-17 Alex Chapiro
cawthron
parents:
diff changeset
   138
cawthron
parents:
diff changeset
   139
	* os/win32/x86/spawner.dll: Rebuild
cawthron
parents:
diff changeset
   140
	* os/win32/x86/starter.exe: Rebuild
cawthron
parents:
diff changeset
   141
	* library/starter/starter.cpp (copyTo):
cawthron
parents:
diff changeset
   142
	Check for overflow.
cawthron
parents:
diff changeset
   143
	* library/Win32ProcessEx.c (..exec1 exec0):
cawthron
parents:
diff changeset
   144
	Dynamically allocate environment buffer to avoid overflow. 
cawthron
parents:
diff changeset
   145
	Check for overflow.
cawthron
parents:
diff changeset
   146
cawthron
parents:
diff changeset
   147
2003-01-13 Alex Chapiro
cawthron
parents:
diff changeset
   148
cawthron
parents:
diff changeset
   149
	* os/win32/x86/spawner.dll: Rebuild.
cawthron
parents:
diff changeset
   150
	* os/win32/x86/starter.exe: Rebuild.
cawthron
parents:
diff changeset
   151
	* library/Win32ProcessEx.c: Quoting of spaces when calling starter.
cawthron
parents:
diff changeset
   152
	* library/starter/starter.cpp: Quoting of spaces when calling the executable.
cawthron
parents:
diff changeset
   153
cawthron
parents:
diff changeset
   154
2002-11-06 Alex Chapiro
cawthron
parents:
diff changeset
   155
cawthron
parents:
diff changeset
   156
	* library/Win32ProcessEx.c:
cawthron
parents:
diff changeset
   157
	This is a fixing of Bug 25808. New binary attached.
cawthron
parents:
diff changeset
   158
	* os/win32/x86/spawner.dll: Recompiled.
cawthron
parents:
diff changeset
   159
cawthron
parents:
diff changeset
   160
2002-11-06 Alex Chapiro
cawthron
parents:
diff changeset
   161
cawthron
parents:
diff changeset
   162
	* library/Win32ProcessEx.c (GetJVMProc): Removed.
cawthron
parents:
diff changeset
   163
	This is a fixing of Bug 25808.
cawthron
parents:
diff changeset
   164
	Remove not portable fragment of code (conversion start directory to native
cawthron
parents:
diff changeset
   165
	format) relying on passing of correct argument from Spawner.java. Attached
cawthron
parents:
diff changeset
   166
	also find spawner.dll (Win32)
cawthron
parents:
diff changeset
   167
cawthron
parents:
diff changeset
   168
2002-10-21  Alain Magloire
cawthron
parents:
diff changeset
   169
cawthron
parents:
diff changeset
   170
	* library/Win32ProcessEx.c (waitFor): Get the exit value of the process
cawthron
parents:
diff changeset
   171
	not starter.exe
cawthron
parents:
diff changeset
   172
	* os/win32/x86/spawner.dll: Recompiled.
cawthron
parents:
diff changeset
   173
	Patch from Alex Chapiro, for bug 25111.