refactor: Changed some calls to use const type for better C++ callability
refactor: Changed buffer types in process(), readbuf(), writebuf()
docs: fixed comment
fix: changed definiton of ssize_t for Windows
fix: compile error under Windows
fix: more 64-bit fixes
Added more comments about how to use new filtering features
Added filtering capabilities to Unix version of open_process()
Added Windows _execvp()
Prepare for SCons build on Win32 and Win64
Made quitting rvu, rholo and rcontrib quicker with multiple processes on Unix
Fixed errors introduced in Windows
Moved declaration of popen to paths.h and put convert_command() into module
Changed to using _popen and _pclose under MicroSoft VisualStudio
Compatibility fixes as suggested by Siegbert Debatin.
Created our own RT_PID instead of hijacking pid_t on Windows.
Reduced compile warnings, and other compatibility fixes.
Replaced all calls to vfork() with regular fork() calls
Removed redeclaration of fork() call + vfork.h header, using rtprocess.h instead
Added gethomedir.c and various compatibility fixes.
Various platform compatibility fixes.
Instrumented headers against multiple inclusion and for use from C++. Moved includes in headers out of "C" scope.
Moved some more platform dependencies to common header files. Included a few necessary system headers.
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
Abstracted process and path handling for Windows. Renamed FLOAT to RREAL because of conflict on Windows. Added conditional compiles for some signal handlers.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.