summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-11-23* ext/bigdecimal/lib/bigdecimal/math.rb (BigMath.E): Use BigMath.exp.mrkn
2013-11-23expmrkn
2013-11-23* ext/bigdecimal/bigdecimal.c (BigDecimal_div2): The signature wasmrkn
2013-11-23fix typotarui
2013-11-23* gc.c: fix gloval variable name.ko1
2013-11-23* marshal.c (w_object): Use HASH_PROC_DEFAULT directly from internal.htmm1
2013-11-22* gc.c: Rename heap_pages_swept_num to heap_pages_swept_slots to clarify mean...tmm1
2013-11-22* lib/set.rb (class SortedSet): Fix source_location for methods defined via e...tmm1
2013-11-22* lib/rubygems: Update to RubyGems master dcce4ff. Important changesdrbrain
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* 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-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* ext/nkf: merge nkf 2.1.3 2a2f2c5.naruse
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-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* 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-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* 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
2013-11-21* object.c: [DOC] Clarify Object#dup vs #clone [Bug #9128]zzak
2013-11-21* gc.c (gc_marks_check): do not dump all refs.ko1
2013-11-21* gc.c: change RGENGC_CHECK_MODE (>= 2) logic.ko1
2013-11-21* lib/observer.rb: [DOC] Clarify default observer method.zzak
2013-11-21* ext/openssl/ossl_engine.c: [DOC] Documentation for OpenSSL::Enginezzak
2013-11-21* ext/openssl/lib/openssl/buffering.rb: Remove unused arguments fromzzak