[Gambas-devel-svn] SF.net SVN: gambas:[6681] gambas/trunk/main
Brought to you by:
gambas
From: <ga...@us...> - 2014-11-27 23:32:01
|
Revision: 6681 http://sourceforge.net/p/gambas/code/6681 Author: gambas Date: 2014-11-27 23:31:51 +0000 (Thu, 27 Nov 2014) Log Message: ----------- [INTERPRETER] * NEW: The process child errors raised before the exec() system call are now catched in a separate function called by the compiler explicitly after a SHELL or EXEC assignment. [COMPILER] * NEW: SHELL and EXEC assignments now call an hidden subroutine just after the assignment to immediately check for a possible child error. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans.h gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbc_trans_subr.c gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_c_process.h gambas/trunk/main/gbx/gbx_subr_misc.c gambas/trunk/main/share/gb_reserved_keyword.h gambas/trunk/main/share/gb_reserved_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |