cdt/cdt_5_0_x/org.eclipse.cdt.core.linux/ChangeLog
changeset 0 0e6d23e2b466
equal deleted inserted replaced
-1:000000000000 0:0e6d23e2b466
       
     1 2004-11-16 Alain Magloire
       
     2 
       
     3 	Fix for 27663, allow to exec with pty emulation.
       
     4 	* library/Makefile
       
     5 	* library/openpty.c(set_noecho): new function
       
     6 	* library/opentpty.h: update header.
       
     7 	* library/pty.c: refactor forkpyt to openMaster()
       
     8 	* library/PTY.h: regenerate
       
     9 	* library/spawner.c: add exec2() support
       
    10 	* library/Spawner.h: regenerate
       
    11 
       
    12 	* os/linux/x86/libpty.so
       
    13 	* os/linux/x86/libspawner.so
       
    14 
       
    15 2004-07-12  Tom Tromey  <tromey@redhat.com>
       
    16 
       
    17 	* library/Makefile (CFLAGS): Define _GNU_SOURCE.
       
    18 
       
    19 2004-03-25 David Inglis
       
    20 	
       
    21 	Added platform attribute to processlist extension
       
    22 	
       
    23 	* plugin.xml
       
    24 
       
    25 2004-03-02 James Ciesielski
       
    26 	
       
    27 	Marked strings as non-translatable.
       
    28 
       
    29 	* src/org/eclipse/cdt/internal/core/linux/Processlist.java
       
    30 
       
    31 2003-02-01 Alain Magloire
       
    32 
       
    33 	* library/ptyio.c: Do not throw any exception.
       
    34 	* os/linux/x86/libpty.so: Rebuild.
       
    35 	* os/linux/x86/libspawner.so: Rebuild.
       
    36 
       
    37 2003-01-31  Tom Tromey 
       
    38 
       
    39 	* library/Makefile (OS): New macro.
       
    40 	(ARCH): Likewise.
       
    41 	(JDK_INCLUDES, JDK_OS_INCLUDES): Define; don't check to see if
       
    42 	they are set externally.
       
    43 	(INSTALL_DIR): New macro.
       
    44 	(LIB_NAME_FULL_SPAWNER): Use it.
       
    45 	(LIB_NAME_FULL_PTY): Likewise.
       
    46 	($(LIB_NAME_FULL_SPAWNER)): Make output directory.
       
    47 	($(LIB_NAME_FULL_PTY)): Likewise.
       
    48 
       
    49 2002-10-15 Alain Magloire
       
    50 
       
    51 	Runtime.getRuntime().exec(..) would throw an exception
       
    52 	if the program does not exist or is not an executabe.
       
    53 	Spawner should do the same.
       
    54 	
       
    55 	library/pfind.c (pfind): Check also for fullpath
       
    56 	with access() system call.
       
    57 
       
    58 	library/exec_unix.c (exec0): Always call pfind()
       
    59 	to check if the program exists.
       
    60 	
       
    61 	os/linux/x86/libspawner.so: Rebuild.
       
    62