summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-24* configure.in (for stack end address): remove human68k specifickosaki
2012-06-24io.c: spawnvnobu
2012-06-24process.c: separate check_exec_fds_1nobu
2012-06-24trailing spacesnobu
2012-06-24update async-signal-safe comments.akr
2012-06-23* 2012-06-24svn
2012-06-23* internal.h (rb_execarg): options field removed.akr
2012-06-23* process.c (proc_spawn_cmd): unused variable removed to suppress aakr
2012-06-23* internal.h (rb_execarg): add new_pgroup_given and new_pgroup_flagakr
2012-06-23* internal.h (rb_execarg): add fd_dup2, fd_close, fd_open,akr
2012-06-23* process.c (rb_execarg_fixup): fix envopts condition.akr
2012-06-23* process.c (check_exec_redirect1): extracted fromakr
2012-06-23* process.c (save_env): don't use EXEC_OPTION_UNSETENV_OTHERS.akr
2012-06-23* internal.h (rb_execarg): add env_modification field.akr
2012-06-23* internal.h (rb_execarg): add rlimit_limits field.akr
2012-06-23* internal.h (rb_execarg): add chdir_given and chdir_dir fields.akr
2012-06-23* internal.h (rb_execarg): add close_others_given, close_others_do andakr
2012-06-23* internal.h (rb_execarg): add unsetenv_others_given andakr
2012-06-23* process.c: use the variable name "soptions" for sargp->options.akr
2012-06-23* process.c: use the name "sargp" for struct rb_execarg variablesakr
2012-06-22revert some teststadf
2012-06-22* process.c: use the name "eargp" for struct rb_execarg variablesakr
2012-06-22* ChangeLog: fix a typonagachika
2012-06-22* 2012-06-23svn
2012-06-22.gdbinit: improve rp for classnobu
2012-06-22[Bug #6540]nobu
2012-06-22lib/test/unit.rb: show file count in parallel modenobu
2012-06-22lib/test/unit.rb: initialize ivarnobu
2012-06-22* common.mk: Add missing dependencies.yugui
2012-06-22* internal.h (rb_execarg): add pgroup_given and pgroup_pgid fields.akr
2012-06-22* README.EXT, README.EXT.ja: use "sval" for the third argumentkou
2012-06-22* iseq.c, vm_eval.c: set th->base_block properly.ko1
2012-06-22* process.c: pass struct rb_execarg value instead of its optionsakr
2012-06-22* test/ruby/test_backtrace.rb: decrease recursion depthko1
2012-06-22marshal.c: io_needednobu
2012-06-22random.c: check initialize and loadnobu
2012-06-22error.c: rb_check_copyablenobu
2012-06-22process.c: constant expressionnobu
2012-06-22variable.c: fix indentnobu
2012-06-21* 2012-06-22svn
2012-06-21* eval.c (ruby_cleanup): Fixed typo. Patch by Trever Dawe.drbrain
2012-06-21needless RB_GC_GUARD removed.akr
2012-06-21remove garbage line.akr
2012-06-21* process.c (rb_execarg_addopt): take a VALUE argument instead ofakr
2012-06-21* process.c (rb_exec_fillarg): take a VALUE argument instead ofakr
2012-06-21* process.c (rb_exec_async_signal_safe): use rb_execarg_run_optionsakr
2012-06-21* process.c (rb_exec_fillarg): take a VALUE argument instead ofakr
2012-06-21remove unused variables.akr
2012-06-21* process.c (rb_execarg_init): take a VALUE argument instead ofakr
2012-06-21parse.y: fix GC problem of keyword rest argumentnobu