gambas-source-code/main/gbc
Benoît Minisini 655f3474c7 [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.


git-svn-id: svn://localhost/gambas/trunk@6681 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-11-27 23:31:51 +00:00
..
gb_alloc.c
gb_array.c
gb_buffer.c
gb_common.c
gb_error.c
gb_error.h
gb_file.c
gb_file.h
gb_str.c
gb_str.h
gb_table.c
gba.c
gbc.c
gbc_arch.c
gbc_archive.c
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c [INTERPRETER] 2014-11-12 22:25:37 +00:00
gbc_class.h [INTERPRETER] 2014-11-12 22:25:37 +00:00
gbc_code.c
gbc_compile.c
gbc_compile.h
gbc_dump.c [DEVELOPMENT ENVIRONMENT] 2014-10-24 20:06:18 +00:00
gbc_form.c
gbc_form.h
gbc_form_webpage.c
gbc_header.c [COMPILER] 2014-11-12 22:48:31 +00:00
gbc_header.h
gbc_help.c
gbc_help.h
gbc_output.c [DEVELOPMENT ENVIRONMENT] 2014-09-23 00:27:31 +00:00
gbc_output.h
gbc_pcode.c
gbc_preprocess.c
gbc_preprocess.h
gbc_read.c [INTERPRETER] 2014-11-09 21:50:42 +00:00
gbc_read.h
gbc_reserved.c
gbc_reserved_make.c
gbc_trans.c
gbc_trans.h [INTERPRETER] 2014-11-27 23:31:51 +00:00
gbc_trans_code.c
gbc_trans_ctrl.c
gbc_trans_expr.c [INTERPRETER] 2014-11-27 23:31:51 +00:00
gbc_trans_subr.c [INTERPRETER] 2014-11-27 23:31:51 +00:00
gbc_trans_tree.c
gbc_type.c
gbc_type.h
gbi.c
Makefile.am