summaryrefslogtreecommitdiff
path: root/process.c
AgeCommit message (Expand)Author
2013-07-11* process.c (rb_daemon): daemon(3) is implemented with fork(2).naruse
2013-07-10process.c: kill threads in daemon processnobu
2013-06-30process.c: remove ineffective assignmentnobu
2013-06-30win32: UTF-8 spawnnobu
2013-06-30process.c: default process encodingnobu
2013-06-30process.c: adjust indentnobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-07* internal.h (numberof): Gathered from various files.akr
2013-06-04adjust stylenobu
2013-06-03add some rdocnaruse
2013-06-02fill rdocsnobu
2013-05-31* process.c: Improve Process::exec documentationzzak
2013-05-30* process.c: RDoc on Process.spawnzzak
2013-05-30Update doc.akr
2013-05-26* hash.c (rb_hash_tbl_raw), internal.h: added.ko1
2013-05-19fix typos inspired by r40825kazu
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-05-12* process.c: move '#define SPAWNV 1' to win32/Makefile.sub.kosaki
2013-05-02process.c: fix failed status with spawnvnobu
2013-05-01process.c: rb_daemon should not raisenobu
2013-04-27* process.c (obj2gid): Don't call endgrnam() if not exist.akr
2013-04-03* process.c: Describe the behavior which Ruby invokes a commandlineakr
2013-03-21use rb_pid_t instead of pid_t.kazu
2013-03-10* process.c (setup_communication_pipe): remove unused function.kosaki
2013-03-10* thread_pthread.c (rb_thread_create_timer_thread): factor outkosaki
2013-03-06process.c: fix error messagenobu
2013-03-05use INT2FIX(0) instead of INT2NUM(0).kazu
2013-02-21* file.c (RB_MAX_GROUPS): moved tokosaki
2013-02-08process.c: ix typonobu
2013-02-07* process.c (obj2gid): use getgrnum_r() only if getgrnam_r() andakr
2013-01-15process.c: suppress warningsnobu
2012-12-23* thread.c: rename methods:ko1
2012-12-02* array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko1
2012-11-24* process.c (proc_getsid): adds new method for getting session id.kosaki
2012-10-30* process.c (redirect_dup2): set standard handles when new fd is stdio,usa
2012-10-12* process.c (posix_sh_cmds): the command name of colon is ":".akr
2012-10-09process.c: uid gid exec optionsnobu
2012-09-09* process.c: exec() requires to be single threaded also on Haiku.naruse
2012-08-29* internal.h (rb_last_status_clear): declared.akr
2012-08-29* process.c (rb_f_system): check failures of waitpid.akr
2012-08-23remove trailing spaces.nobu
2012-07-27process.c: try conversion at redirectionnobu
2012-07-19* thread.c (rb_thread_s_control_interrupt,ko1
2012-07-18* thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.ko1
2012-07-11get rid of warningsnobu
2012-07-10rb_thread_call_without_gvlnobu
2012-07-09* dln.c: Simplify and make consistent an ifdef for Mac OS X.kosaki
2012-06-28update doc.akr