aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr2013-06-068-41/+467
* * ext/date/date_core.c: fixed coding error [ruby-core:55337].tadf2013-06-062-10/+15
* * ext/objspace/object_tracing.c: rename allocation_info tonari2013-06-062-6/+12
* * ext/objspace/object_tracing.c: allocation_info function isn'tnari2013-06-062-1/+6
* Remove empty directories.knu2013-06-060-0/+0
* fix a typokazu2013-06-061-1/+1
* vm_method.c: top_private rdocnobu2013-06-061-0/+12
* * numeric.c (num_quo): should return a Float for a Float argument.mrkn2013-06-064-9/+26
* * 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