aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * marshal.c (w_object): Use HASH_PROC_DEFAULT directly from internal.htmm12013-11-232-2/+5
* * gc.c: Rename heap_pages_swept_num to heap_pages_swept_slots to clarify mean...tmm12013-11-222-15/+20
* * lib/set.rb (class SortedSet): Fix source_location for methods defined via e...tmm12013-11-222-4/+9
* * lib/rubygems: Update to RubyGems master dcce4ff. Important changesdrbrain2013-11-228-9/+57
* * 2013-11-23svn2013-11-221-2/+2
* * test/ruby/test_settracefunc.rb (test_tracepoint_thread): bugfix.tarui2013-11-221-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_power):mrkn2013-11-222-1/+6
* * transcode.c (str_transcode0): don't scrub invalid chars ifnaruse2013-11-223-1/+20
* fix a typokazu2013-11-221-1/+1
* * include/ruby/intern.h, internal.h: Expose rb_gc_count().nari2013-11-223-1/+5
* * ext/bigdecimal/bigdecimal.gemspec: version 1.2.2.mrkn2013-11-222-1/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_data_type):mrkn2013-11-222-0/+7
* * gc.c (RUBY_ALIAS_FUNCTION_VOID): fix compile error.nobu2013-11-221-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_power): Round the result value.mrkn2013-11-223-0/+13
* * gc.c (heap_set_increment): accept minumum additional page number.ko12013-11-222-4/+17
* * include/ruby/intern.h (rb_gc_set_params): Deprecatenari2013-11-225-3/+18
* Update NEWSnaruse2013-11-221-19/+19
* test_string.rb: refine assertionsnobu2013-11-221-29/+30
* * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Insert rb_thread_check_ints.mrkn2013-11-222-0/+7
* * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix the inserting pointsmrkn2013-11-222-9/+21
* * ext/bigdecimal/bigdecimal.c: Fix indentation.mrkn2013-11-222-9/+13
* * remove trailing spaces.nobu2013-11-221-2/+2
* * ext/nkf: merge nkf 2.1.3 2a2f2c5.naruse2013-11-225-9/+13
* util.c: more precisionnobu2013-11-221-1/+1
* util.c: ignore too long fraction partnobu2013-11-223-2/+23
* openssl/buffering.rb: call supernobu2013-11-222-1/+7
* * test/ruby/test_settracefunc.rb: Ignore events from other threads.akr2013-11-222-3/+32
* don't call gem method if Test::Unit is definednaruse2013-11-221-1/+1
* * vm.c (ruby_vm_destruct): do not use ruby_xfree() after freeingko12013-11-224-3/+24
* * test/digest/test_digest.rb: Reverse order of assert_equalzzak2013-11-222-3/+8
* * gc.c: fix build failure on FreeBSD introduced by r43763.naruse2013-11-223-1/+14
* * 2013-11-22svn2013-11-211-2/+2
* * lib/rubygems: Update to RubyGems master 50a8210. Important changesdrbrain2013-11-2130-194/+712
* * gc.c: RGENGC_CHECK_MODE should be 0.ko12013-11-212-1/+5
* * ext/bigdecimal/bigdecimal.c (VpAlloc): Fix the expr to adjust the sizemrkn2013-11-212-1/+8
* * ext/bigdecimal/bigdecimal.c (BigDecimal_sqrt): Fix the precision ofmrkn2013-11-213-5/+27
* * gc.c: needs malloc.h if malloc_usable_size() is available.nobu2013-11-211-0/+2
* gc.c: malloc_usable_sizenobu2013-11-212-0/+7
* test_tempfile.rb: suppress warningsnobu2013-11-211-2/+1
* gc.c: malloc_usable_sizenobu2013-11-213-0/+16
* delegate.rb: check if target is setnobu2013-11-213-5/+30
* tempfile.rb: get rid of warningsnobu2013-11-212-1/+6
* * gc.c: rename initial_xxx variables to gc_params.xxx.ko12013-11-212-56/+52
* * remove trailing spaces.nobu2013-11-211-1/+1
* * gc.c: enable "RGENGC_ESTIMATE_OLDSPACE" option as default.ko12013-11-212-46/+77
* * ext/digest/bubblebabble/bubblebabble.c: Teach RDoc digest/bubblebabblezzak2013-11-212-14/+22
* * test/digest/test_digest.rb: Add more tests for digest/bubblebabblezzak2013-11-212-0/+16
* delegate.rb: try private methods after the targetnobu2013-11-212-24/+17
* * test/uri/test_generic.rb (URI#test_merge): Test uri + URI(path)knu2013-11-212-9/+30
* * ext/openssl/lib/openssl/buffering.rb: [DOC] Fix HEREDOC comment forzzak2013-11-212-2/+7