aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* * process.c (rb_daemon): daemon(3) is implemented with fork(2).naruse2013-07-111-0/+1
* process.c: kill threads in daemon processnobu2013-07-101-1/+1
* process.c: remove ineffective assignmentnobu2013-06-301-1/+1
* win32: UTF-8 spawnnobu2013-06-301-4/+7
* process.c: default process encodingnobu2013-06-301-5/+29
* process.c: adjust indentnobu2013-06-301-2/+2
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-3/+0
* * internal.h (numberof): Gathered from various files.akr2013-06-071-2/+0
* adjust stylenobu2013-06-041-2/+2
* add some rdocnaruse2013-06-031-0/+6
* fill rdocsnobu2013-06-021-0/+22
* * process.c: Improve Process::exec documentationzzak2013-05-311-35/+51
* * process.c: RDoc on Process.spawnzzak2013-05-301-1/+3
* Update doc.akr2013-05-301-1/+4
* * hash.c (rb_hash_tbl_raw), internal.h: added.ko12013-05-261-3/+3
* fix typos inspired by r40825kazu2013-05-191-3/+3
* fix typos. Patch by k_takata.ktsj2013-05-191-2/+2
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-1/+1
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-38/+38
* * process.c: move '#define SPAWNV 1' to win32/Makefile.sub.kosaki2013-05-121-4/+0
* process.c: fix failed status with spawnvnobu2013-05-021-4/+0
* process.c: rb_daemon should not raisenobu2013-05-011-16/+9
* * process.c (obj2gid): Don't call endgrnam() if not exist.akr2013-04-271-2/+2
* * process.c: Describe the behavior which Ruby invokes a commandlineakr2013-04-031-0/+6
* use rb_pid_t instead of pid_t.kazu2013-03-211-2/+2
* * process.c (setup_communication_pipe): remove unused function.kosaki2013-03-101-26/+0
* * thread_pthread.c (rb_thread_create_timer_thread): factor outkosaki2013-03-101-0/+26
* process.c: fix error messagenobu2013-03-061-1/+1
* use INT2FIX(0) instead of INT2NUM(0).kazu2013-03-051-1/+1
* * file.c (RB_MAX_GROUPS): moved tokosaki2013-02-211-1/+0
* process.c: ix typonobu2013-02-081-1/+1
* * process.c (obj2gid): use getgrnum_r() only if getgrnam_r() andakr2013-02-071-10/+16
* process.c: suppress warningsnobu2013-01-151-0/+2
* * thread.c: rename methods:ko12012-12-231-1/+1
* * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko12012-12-021-1/+1
* * process.c (proc_getsid): adds new method for getting session id.kosaki2012-11-241-0/+35
* * process.c (redirect_dup2): set standard handles when new fd is stdio,usa2012-10-301-2/+12
* * process.c (posix_sh_cmds): the command name of colon is ":".akr2012-10-121-1/+1
* process.c: uid gid exec optionsnobu2012-10-091-39/+98
* * process.c: exec() requires to be single threaded also on Haiku.naruse2012-09-091-1/+3
* * internal.h (rb_last_status_clear): declared.akr2012-08-291-1/+2
* * process.c (rb_f_system): check failures of waitpid.akr2012-08-291-1/+4
* remove trailing spaces.nobu2012-08-231-1/+1
* process.c: try conversion at redirectionnobu2012-07-271-0/+5
* * thread.c (rb_thread_s_control_interrupt,ko12012-07-191-1/+1
* * thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.ko12012-07-181-1/+1
* get rid of warningsnobu2012-07-111-5/+5
* rb_thread_call_without_gvlnobu2012-07-101-4/+5
* * dln.c: Simplify and make consistent an ifdef for Mac OS X.kosaki2012-07-091-6/+2
* update doc.akr2012-06-281-0/+3