summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-22tags trunk@r43806 as v2_1_0_preview2v2_1_0_preview2naruse
2013-11-22* lib/rubygems: Update to RubyGems master dcce4ff. Important changesdrbrain
2013-11-22* 2013-11-23svn
2013-11-22 * test/ruby/test_settracefunc.rb (test_tracepoint_thread): bugfix.tarui
2013-11-22* ext/bigdecimal/bigdecimal.c (BigDecimal_power):mrkn
2013-11-22* transcode.c (str_transcode0): don't scrub invalid chars ifnaruse
2013-11-22fix a typokazu
2013-11-22* include/ruby/intern.h, internal.h: Expose rb_gc_count().nari
2013-11-22* ext/bigdecimal/bigdecimal.gemspec: version 1.2.2.mrkn
2013-11-22* ext/bigdecimal/bigdecimal.c (BigDecimal_data_type):mrkn
2013-11-22* gc.c (RUBY_ALIAS_FUNCTION_VOID): fix compile error.nobu
2013-11-22* ext/bigdecimal/bigdecimal.c (BigDecimal_power): Round the result value.mrkn
2013-11-22* gc.c (heap_set_increment): accept minumum additional page number.ko1
2013-11-22* include/ruby/intern.h (rb_gc_set_params): Deprecatenari
2013-11-22Update NEWSnaruse
2013-11-22test_string.rb: refine assertionsnobu
2013-11-22* ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Insert rb_thread_check_ints.mrkn
2013-11-22* ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix the inserting pointsmrkn
2013-11-22* ext/bigdecimal/bigdecimal.c: Fix indentation.mrkn
2013-11-22* remove trailing spaces.nobu
2013-11-22* ext/nkf: merge nkf 2.1.3 2a2f2c5.naruse
2013-11-22util.c: more precisionnobu
2013-11-22util.c: ignore too long fraction partnobu
2013-11-22openssl/buffering.rb: call supernobu
2013-11-22* test/ruby/test_settracefunc.rb: Ignore events from other threads.akr
2013-11-22don't call gem method if Test::Unit is definednaruse
2013-11-22* vm.c (ruby_vm_destruct): do not use ruby_xfree() after freeingko1
2013-11-22* test/digest/test_digest.rb: Reverse order of assert_equalzzak
2013-11-22* gc.c: fix build failure on FreeBSD introduced by r43763.naruse
2013-11-21* 2013-11-22svn
2013-11-21* lib/rubygems: Update to RubyGems master 50a8210. Important changesdrbrain
2013-11-21* gc.c: RGENGC_CHECK_MODE should be 0.ko1
2013-11-21* ext/bigdecimal/bigdecimal.c (VpAlloc): Fix the expr to adjust the sizemrkn
2013-11-21* ext/bigdecimal/bigdecimal.c (BigDecimal_sqrt): Fix the precision ofmrkn
2013-11-21* gc.c: needs malloc.h if malloc_usable_size() is available.nobu
2013-11-21gc.c: malloc_usable_sizenobu
2013-11-21test_tempfile.rb: suppress warningsnobu
2013-11-21gc.c: malloc_usable_sizenobu
2013-11-21delegate.rb: check if target is setnobu
2013-11-21tempfile.rb: get rid of warningsnobu
2013-11-21* gc.c: rename initial_xxx variables to gc_params.xxx.ko1
2013-11-21* remove trailing spaces.nobu
2013-11-21* gc.c: enable "RGENGC_ESTIMATE_OLDSPACE" option as default.ko1
2013-11-21* ext/digest/bubblebabble/bubblebabble.c: Teach RDoc digest/bubblebabblezzak
2013-11-21* test/digest/test_digest.rb: Add more tests for digest/bubblebabblezzak
2013-11-21delegate.rb: try private methods after the targetnobu
2013-11-21* test/uri/test_generic.rb (URI#test_merge): Test uri + URI(path)knu
2013-11-21* ext/openssl/lib/openssl/buffering.rb: [DOC] Fix HEREDOC comment forzzak
2013-11-21Add link to pull request from r43742zzak
2013-11-21* eval_intern.h (SAVE_ROOT_JMPBUF): workaround for the failure ofusa