mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
36 lines
914 B
Text
36 lines
914 B
Text
2004-03-25 David Inglis
|
|
|
|
Added platform attribute to processlist extension
|
|
|
|
* plugin.xml
|
|
|
|
2002-11-12 Alain Magloire
|
|
|
|
Fix Pr 26005
|
|
* library/spawner/spawner.c (waitFor):
|
|
The waitFor(int) JNI on QNX is returning the PID of the
|
|
process rather then the status of the process
|
|
on exit.
|
|
Patch from Chris Mckillop.
|
|
|
|
2002-11-04 Alain Magloire
|
|
|
|
* library/pty/pty.c: New file.
|
|
* library/pty/ptyio.c: New file.
|
|
* library/pty/openpty.c: New file.
|
|
* library/pty/openpty.h: New file.
|
|
* library/pty/PTY.h: new File.
|
|
* library/pty/PTYInputStream.h: new File.
|
|
* library/pty/PTYOutputStream.h: new File.
|
|
|
|
2002-10-17 Alain Magloire
|
|
|
|
* os/qnx/x86/libspawner.so: Regenarated.
|
|
Thanks to Alex Chapiro.
|
|
|
|
2002-10-17 Alain Magloire
|
|
|
|
* library/spawner.c (exec0) : This function was
|
|
leaking memory at every call, the environment array
|
|
and the argument array was not free(). There is no
|
|
need to do the strdup() of cwd.
|