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