[Gambas-devel-svn] SF.net SVN: gambas:[6189] gambas/trunk/main/gbx
Brought to you by:
gambas
From: <ga...@us...> - 2014-03-02 20:18:09
|
Revision: 6189 http://sourceforge.net/p/gambas/code/6189 Author: gambas Date: 2014-03-02 20:18:06 +0000 (Sun, 02 Mar 2014) Log Message: ----------- [INTERPRETER] * NEW: Use vfork() instead of fork() to implement EXEC and SHELL, so that when the child process cannot run the child program for any reason, the error is immediately catched. * BUG: Fix a possible file descriptor leak when using LOCK. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_subr_file.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |