1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby
akr 423bbf80d5 * process.c (rb_fork): propagete an error message from child to parent.
(rb_f_exec): show details of error in child process on
  exception.
  (save_redirect_fd): add error message arguments.
  (run_exec_dup2): ditto.
  (run_exec_close): ditto.
  (run_exec_open): ditto.
  (run_exec_dup2_child): ditto.
  (run_exec_pgroup): ditto.
  (run_exec_rlimit): ditto.
  (rb_run_exec_options): ditto.
  (rb_exec): ditto.
  (rb_exec_atfork): ditto.
  (rb_spawn_internal): ditto.
  (rb_spawn): ditto.
  (rb_f_system): follow arguments change.
  (proc_daemon): ditto.
  (rb_f_spawn): show details of error in child process on exception.

* io.c (popen_exec): add error message arguments.
  (pipe_open): show details of error in child process on exception.

* include/ruby/intern.h (rb_run_exec_options): add error message
  arguments.
  (rb_exec): ditto.
  (rb_fork): ditto.
  (rb_spawn): ditto.

* ext/pty/pty.c (chfunc): add error message arguments.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-12-23 13:15:54 +00:00
..
backward
defines.h * dln.c: Ruby no longer supports VMS. 2008-10-04 13:57:06 +00:00
encoding.h * ext/zlib/zlib.c: remove obsolete prototype macros. 2008-10-21 09:18:34 +00:00
intern.h * process.c (rb_fork): propagete an error message from child to parent. 2008-12-23 13:15:54 +00:00
io.h * include/ruby/io.h (rb_io_t): added write_lock to serialize. 2008-11-07 20:47:02 +00:00
missing.h * configure.in (mingw): no longer uses snprintf and vsnprintf of 2008-12-22 03:05:20 +00:00
oniguruma.h * id.h, include/ruby/{intern,oniguruma}.h, regenc.h, regparse.h, 2008-12-09 07:14:13 +00:00
re.h
regex.h
ruby.h * ext/curses/curses.c: curses encoding should obey locale. 2008-11-07 21:42:24 +00:00
st.h * include/ruby/st.h: need to include defines.h because LONG_LONG is 2008-12-23 05:19:27 +00:00
util.h * dln.c: Ruby no longer supports MS-DOS. 2008-10-04 13:33:22 +00:00
vm.h * include/ruby/vm.h: write a comment. 2008-10-21 20:59:23 +00:00
win32.h * configure.in (mingw): no longer uses snprintf and vsnprintf of 2008-12-22 03:05:20 +00:00