aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r31873 Module#mixnobu2012-06-255-253/+6
* method transplantingnobu2012-06-251-0/+4
* method transplantingnobu2012-06-253-5/+13
* popen: shell commands with envvarnobu2012-06-253-38/+63
* * internal.h: use rb_pid_t instead of pid_t because of there is nousa2012-06-252-1/+6
* * 2012-06-25svn2012-06-241-2/+2
* * configure.in (for stack end address): remove human68k specifickosaki2012-06-242-5/+9
* io.c: spawnvnobu2012-06-242-95/+66
* process.c: separate check_exec_fds_1nobu2012-06-242-17/+24
* trailing spacesnobu2012-06-241-5/+5
* update async-signal-safe comments.akr2012-06-241-6/+6
* * 2012-06-24svn2012-06-231-2/+2
* * internal.h (rb_execarg): options field removed.akr2012-06-233-10/+6
* * process.c (proc_spawn_cmd): unused variable removed to suppress aakr2012-06-232-3/+10
* * internal.h (rb_execarg): add new_pgroup_given and new_pgroup_flagakr2012-06-233-10/+20
* * internal.h (rb_execarg): add fd_dup2, fd_close, fd_open,akr2012-06-233-52/+73
* * process.c (rb_execarg_fixup): fix envopts condition.akr2012-06-232-1/+5
* * process.c (check_exec_redirect1): extracted fromakr2012-06-232-17/+29
* * process.c (save_env): don't use EXEC_OPTION_UNSETENV_OTHERS.akr2012-06-232-3/+8
* * internal.h (rb_execarg): add env_modification field.akr2012-06-233-8/+20
* * internal.h (rb_execarg): add rlimit_limits field.akr2012-06-233-15/+25
* * internal.h (rb_execarg): add chdir_given and chdir_dir fields.akr2012-06-233-9/+19
* * internal.h (rb_execarg): add close_others_given, close_others_do andakr2012-06-233-12/+24
* * internal.h (rb_execarg): add unsetenv_others_given andakr2012-06-233-8/+19
* * process.c: use the variable name "soptions" for sargp->options.akr2012-06-232-13/+17
* * process.c: use the name "sargp" for struct rb_execarg variablesakr2012-06-233-48/+55
* revert some teststadf2012-06-222-4/+0
* * process.c: use the name "eargp" for struct rb_execarg variablesakr2012-06-224-108/+117
* * ChangeLog: fix a typonagachika2012-06-221-1/+1
* * 2012-06-23svn2012-06-221-2/+2
* .gdbinit: improve rp for classnobu2012-06-221-0/+6
* [Bug #6540]nobu2012-06-221-0/+8
* lib/test/unit.rb: show file count in parallel modenobu2012-06-221-2/+9
* lib/test/unit.rb: initialize ivarnobu2012-06-221-0/+1
* * common.mk: Add missing dependencies.yugui2012-06-222-8/+17
* * internal.h (rb_execarg): add pgroup_given and pgroup_pgid fields.akr2012-06-223-15/+31
* * README.EXT, README.EXT.ja: use "sval" for the third argumentkou2012-06-223-2/+8
* * iseq.c, vm_eval.c: set th->base_block properly.ko12012-06-229-37/+109
* * process.c: pass struct rb_execarg value instead of its optionsakr2012-06-222-27/+47
* * test/ruby/test_backtrace.rb: decrease recursion depthko12012-06-222-1/+6
* marshal.c: io_needednobu2012-06-221-5/+11
* random.c: check initialize and loadnobu2012-06-223-0/+29
* error.c: rb_check_copyablenobu2012-06-223-0/+21
* process.c: constant expressionnobu2012-06-221-4/+2
* variable.c: fix indentnobu2012-06-221-4/+4
* * 2012-06-22svn2012-06-211-2/+2
* * eval.c (ruby_cleanup): Fixed typo. Patch by Trever Dawe.drbrain2012-06-212-1/+6
* needless RB_GC_GUARD removed.akr2012-06-211-2/+0
* remove garbage line.akr2012-06-211-1/+0
* * process.c (rb_execarg_addopt): take a VALUE argument instead ofakr2012-06-214-16/+26