aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/bigdecimal/bigdecimal.c (BigDecimal_power): Use FIX2LONG insteadmrkn2013-11-232-2/+7
* ruby.h: define RBIGNUM_EMBED_LEN_MAX by macrosnobu2013-11-232-3/+10
* * 2013-11-24svn2013-11-231-2/+2
* * ChangeLog: fix a typo at r43744.nagachika2013-11-232-3/+3
* * include/ruby/ruby.h (RBIGNUM_EMBED_LEN_MAX): Limit the value toakr2013-11-232-2/+10
* * ext/bigdecimal/lib/bigdecimal/math.rb (BigMath.E): Use BigMath.exp.mrkn2013-11-232-14/+6
* expmrkn2013-11-232-11/+13
* * ext/bigdecimal/bigdecimal.c (BigDecimal_div2): The signature wasmrkn2013-11-232-51/+60
* * append newline at EOF.nobu2013-11-231-1/+1
* add NEWS about rb_gc_set_params() and rb_gc_count()nari2013-11-231-0/+4
* fix typotarui2013-11-231-1/+1
* * gc.c: fix gloval variable name.ko12013-11-233-40/+123
* * 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