aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * remove trailing spaces.nobu2013-06-051-2/+2
* * gc.c (gc_mark): get rid of pushing useless objests.tarui2013-06-052-19/+23
* * remove trailing spaces.nobu2013-06-051-1/+1
* * gc.c (rgengc_rememberset_mark): change scan algorithm for performance:tarui2013-06-052-20/+30
* * win32/win32.c (NET_LUID): define it on MinGW32.naruse2013-06-052-1/+7
* * 2013-06-06svn2013-06-051-2/+2
* * string.c (String#b): Allow code range scan to happen later soknu2013-06-053-1/+9
* * lib/net/imap.rb (capability_response): should ignore trailingshugo2013-06-053-0/+19
* * bignum.c (big_fdiv): Use nlz() instead of bdigbitsize().akr2013-06-052-27/+9
* add description of test in commentkazu2013-06-051-0/+3
* * include/ruby/ruby.h: fix alignment in comment.mrkn2013-06-052-1/+5
* add parentheses for claritycharliesome2013-06-051-1/+1
* * random.c (int_pair_to_real_inclusive): Add a cast to BDIGIT.akr2013-06-052-41/+37
* * remove trailing spaces.nobu2013-06-051-1/+1
* use attribute is more simple way for r41083naruse2013-06-051-5/+1
* * gc.c (before_gc_sweep): don't optimize it to avoid segv on Ubuntunaruse2013-06-052-0/+13
* * tool/mkrunnable.rb: fix for native mswin compile.nobu2013-06-052-2/+2
* * test/fileutils/test_fileutils.rb (TestFileUtils#test_mkdir): addnaruse2013-06-052-2/+7
* * bignum.c (rb_big_pow): Don't need to multiply SIZEOF_BDIGITS.akr2013-06-042-20/+8
* * ext/date/date_core.c (d_lite_cmp, d_lite_equal): simplified.tadf2013-06-042-115/+6
* * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reportedtadf2013-06-043-43/+119
* * lib/rubygems: Update to RubyGems 2.0.3drbrain2013-06-0412-26/+62
* * doc/marshal.rdoc: Add description of Marshal format.drbrain2013-06-042-0/+317
* * array.c (Array#+): fix documentation example.eregon2013-06-042-2/+8
* * lib/irb/lc/ja/help-message: update help messages.ayumin2013-06-042-4/+21
* * 2013-06-05svn2013-06-041-2/+2
* * marshal.c (r_object0): Generalize a round up expression.akr2013-06-042-2/+7
* * object.c (rb_Hash): fix docs. patched by Stefan Schüßler.ayumin2013-06-042-1/+6
* * lib/irb/completion.rb: Use %w literal construction for long lists.eregon2013-06-042-21/+24
* * ext/objspace/objspace.c: improve wording and remove duplicated comment.eregon2013-06-042-20/+14
* * bignum.c (bitlength_bdigit): Fix an off-by-one error.akr2013-06-042-1/+5
* adjust stylenobu2013-06-041-2/+2
* * ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): fix the numbermrkn2013-06-043-4/+13
* Add more comment about r41041naruse2013-06-041-3/+7
* add EEXIST for Linuxkazu2013-06-032-1/+7
* * 2013-06-04svn2013-06-031-2/+2
* FileUtils.rmdir use remove_tailing_slashkazu2013-06-033-1/+14
* * bignum.c (bitlength_bdigit): New function.akr2013-06-032-1/+24
* Don't run test-all because it often happens false positivenaruse2013-06-031-2/+2
* fix a typokazu2013-06-031-1/+1
* * lib/fileutils.rb: fix behavior when mkdir/mkdir_p accepted "/".ayumin2013-06-033-2/+19
* dir.c: use fd to fstatfsnobu2013-06-032-4/+8
* * vm_insnhelper.c (vm_yield_setup_block_args): add comment for r41041.nobu2013-06-031-0/+2
* * lib/cgi/cookie.rb (inspect): add inspect for debug.xibbar2013-06-031-0/+5
* add some rdocnaruse2013-06-031-0/+6
* * configure.in: removes AC_CHECK_FUNCS(readdir_r). readdir_r()kosaki2013-06-023-82/+29
* * vm_insnhelper.c (vm_yield_setup_block_args): partially revert r41019.naruse2013-06-023-0/+19
* * test/socket/test_sockopt.rb: change test name. follow r41037.ayumin2013-06-022-2/+6
* * test/rinda/test_rinda.rb: rename functions introduced in r41009.ayumin2013-06-022-3/+7
* * 2013-06-03svn2013-06-021-2/+2