aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * process.c (rb_exec_fillarg): take a VALUE argument instead ofakr2012-06-212-5/+17
* * process.c (rb_exec_async_signal_safe): use rb_execarg_run_optionsakr2012-06-212-3/+9
* * process.c (rb_exec_fillarg): take a VALUE argument instead ofakr2012-06-212-2/+10
* remove unused variables.akr2012-06-211-4/+0
* * process.c (rb_execarg_init): take a VALUE argument instead ofakr2012-06-213-6/+18
* parse.y: fix GC problem of keyword rest argumentnobu2012-06-213-1/+16
* process.c: fix typenobu2012-06-211-1/+1
* * error.c (err_append): rename err_append() to compile_err_append()ko12012-06-202-34/+44
* * process.c (rb_execarg_fixup): take a VALUE argument instead ofakr2012-06-205-24/+33
* * 2012-06-21svn2012-06-201-2/+2
* fix a typokazu2012-06-201-1/+1
* * internal.h (struct rb_execarg): add umask_given and umask_maskakr2012-06-203-11/+20
* * internal.h (struct rb_execarg) moved and renamed fromakr2012-06-206-62/+89
* * internal.h (rb_execarg_new): declared.akr2012-06-205-22/+129
* setproctitle.c: _NSGetEnvironnobu2012-06-202-0/+12
* numeric.c: optimizenobu2012-06-201-0/+20
* * numeric.c (positive_int_p, negative_int_p): extracted.nobu2012-06-201-16/+30
* process.c: fixnum umasknobu2012-06-202-1/+6
* lib/test/unit.rb: workers sudden-deathnobu2012-06-202-1/+6
* * time.c (init_leap_second_info): fix non-ANSI function declaration.kosaki2012-06-192-1/+5
* * ruby.c (rb_f_sub): use ansi style declaration.kosaki2012-06-192-9/+9
* * random.c (rb_random_int32): get rid of "warning: constant 0x100000000kosaki2012-06-192-1/+6
* * dir.c (dir_initialize): get rid of "unused return: argc = rb_scan_args()"kosaki2012-06-192-1/+6
* * include/ruby/missing.h: include math.h before checking INFINITYkosaki2012-06-192-0/+6
* * 2012-06-20svn2012-06-191-2/+2
* * array.c (ary_reverse): use ansi style declaration.kosaki2012-06-192-2/+5
* * object.c: Fix typo in rdocmarcandre2012-06-191-1/+1
* [Bug #6607]nobu2012-06-192-0/+12
* lib/test/unit/parallel.rb: new method to report to the parentnobu2012-06-191-10/+15
* ext/readline/extconf.rb: no global namesnobu2012-06-191-54/+54
* fix async-signal-safe comments.akr2012-06-191-6/+6
* process.c: no method calls in async-signal-safenobu2012-06-192-1/+10
* Skip on non UTF-8 locale.naruse2012-06-191-0/+1
* Add test for [Bug #6262]naruse2012-06-191-0/+22
* Skip Readline 4.3. [Feature #5785]naruse2012-06-191-1/+1