[Gambas-devel-svn] SF.net SVN: gambas:[8052] gambas/trunk/main/gbx
Brought to you by:
gambas
From: <ga...@us...> - 2017-01-11 16:57:45
|
Revision: 8052 http://sourceforge.net/p/gambas/code/8052 Author: gambas Date: 2017-01-11 16:57:44 +0000 (Wed, 11 Jan 2017) Log Message: ----------- [INTERPRETER] * BUG: Tasks do not inherit signal handler pipe anymore, they recreate it instead. Otherwise you have interferences with the parent process of the task, and some signals are lost. * BUG: Buffered streams now take the internal stream flag "available_now" into account. No idea why that was disabled. * BUG: Standard streams now set the internal stream flag "available_now" if they are not connected to a terminal. Which may not be necessarily accurate, so it is a temporary change. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_c_task.c gambas/trunk/main/gbx/gbx_signal.c gambas/trunk/main/gbx/gbx_signal.h gambas/trunk/main/gbx/gbx_stream_buffer.c gambas/trunk/main/gbx/gbx_watch.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |