summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-06-21process.c: fix typenobu
2012-06-20* error.c (err_append): rename err_append() to compile_err_append()ko1
2012-06-20* process.c (rb_execarg_fixup): take a VALUE argument instead ofakr
2012-06-20* 2012-06-21svn
2012-06-20fix a typokazu
2012-06-20* internal.h (struct rb_execarg): add umask_given and umask_maskakr
2012-06-20* internal.h (struct rb_execarg) moved and renamed fromakr
2012-06-20* internal.h (rb_execarg_new): declared.akr
2012-06-20setproctitle.c: _NSGetEnvironnobu
2012-06-20numeric.c: optimizenobu
2012-06-20* numeric.c (positive_int_p, negative_int_p): extracted.nobu
2012-06-20process.c: fixnum umasknobu
2012-06-20lib/test/unit.rb: workers sudden-deathnobu
2012-06-19* time.c (init_leap_second_info): fix non-ANSI function declaration.kosaki
2012-06-19* ruby.c (rb_f_sub): use ansi style declaration.kosaki
2012-06-19* random.c (rb_random_int32): get rid of "warning: constant 0x100000000kosaki
2012-06-19* dir.c (dir_initialize): get rid of "unused return: argc = rb_scan_args()"kosaki
2012-06-19* include/ruby/missing.h: include math.h before checking INFINITYkosaki
2012-06-19* 2012-06-20svn
2012-06-19* array.c (ary_reverse): use ansi style declaration.kosaki
2012-06-19* object.c: Fix typo in rdocmarcandre
2012-06-19[Bug #6607]nobu
2012-06-19lib/test/unit/parallel.rb: new method to report to the parentnobu
2012-06-19ext/readline/extconf.rb: no global namesnobu
2012-06-19fix async-signal-safe comments.akr