aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * tool/config_files.rb: use URI.read to allow it runs with Ruby 1.8.5.naruse2013-06-161-0/+4
* * bignum.c (bary_pack) Extracted from rb_integer_pack_internal.akr2013-06-161-0/+5
* * NEWS (XMLRPC::Client#http): Add.kou2013-06-161-0/+5
* * bignum.c (bary_add): New function.akr2013-06-161-0/+8
* * bignum.c (bigdivrem): Use a BDIGIT variable to store the returnakr2013-06-151-0/+5
* * bignum.c (bary_divmod): New function.akr2013-06-151-5/+14
* * gc.c: Fixup around GC by MALLOC. tarui2013-06-151-1/+9
* * gc.c : add some colums to more detail profile.tarui2013-06-151-0/+5
* * gc.c (gc_prof_timer_stop): Merge function codes of GC_PROFILE_MORE_DETAIL ...tarui2013-06-151-0/+10
* * bignum.c (bary_sub): New function.akr2013-06-151-0/+6
* * bignum.c (bary_mul): New function.akr2013-06-151-0/+7
* * bignum.c (bary_unpack): Extracted from rb_integer_unpack_internal.akr2013-06-151-0/+9
* * bignum.c (absint_numwords_bytes): Make it static.akr2013-06-151-0/+6
* * bignum.c (bigmul1_normal): Shrink the result Bignum length.akr2013-06-151-0/+4
* * ext/bigdecimal/bigdecimal.c: Update overview formatting of headerszzak2013-06-151-0/+4
* * ext/bigdecimal/bigdecimal.gemspec: Update authorszzak2013-06-151-0/+4
* * bignum.c (bdigs_small_rshift): Extracted from big_rshift.akr2013-06-151-0/+5
* vm_eval.c: __dir__ in evalnobu2013-06-141-0/+6
* * bignum.c (bdigs_small_lshift): Extracted from big_lshift.akr2013-06-141-0/+5
* * bignum.c (bigdivrem): Reduce number of digits before bignew() for div.akr2013-06-141-0/+4
* * bignum.c (bigdivrem): Use bignew when ny == 1.akr2013-06-141-0/+4
* * compile.c (rb_iseq_compile_node): fix location of a `trace'ko12013-06-141-0/+9
* * class.c, include/ruby/ruby.h: add write barriers for T_CLASS,ko12013-06-141-0/+19
* * NEWS: add a note for Module#using.shugo2013-06-141-0/+4
* update config filesnobu2013-06-141-2/+8
* download config filesnobu2013-06-141-0/+9
* ruby.h: suppress warningsnobu2013-06-141-0/+5
* fix a typo.shugo2013-06-141-1/+1
* * NEWS: add notes for $SAFE.shugo2013-06-141-0/+6
* * bignum.c (bigdivrem): Zero test condition simplified.akr2013-06-131-0/+4
* * ext/bigdecimal/*: improve documentation, nodoc samples with @mrknzzak2013-06-131-0/+4
* * lib/xmlrpc/client.rb (XMLRPC::Client#http): Add reader for rawkou2013-06-131-0/+6
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Supportkou2013-06-131-0/+8
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Usekou2013-06-131-0/+5
* fileutils.rb: fix traversal loopnobu2013-06-131-0/+5
* no alternate value expansionnobu2013-06-131-0/+5
* * ChangeLog: fix typonobu2013-06-131-1/+1
* * bignum.c (bigdivrem): Refactored to use ALLOCV_N for temporallyakr2013-06-131-0/+5
* * bignum.c (integer_unpack_num_bdigits_generic): reorder terms (but notusa2013-06-131-0/+6
* * test/ruby/test_thread.rb (test_thread_local_security): Don't createakr2013-06-131-0/+5
* * bignum.c (bigdivrem): Use nlz.akr2013-06-131-0/+4
* ruby.h: safe_level checknobu2013-06-131-0/+5
* * test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo2013-06-131-0/+9
* * bootstraptest/test_autoload.rb, bootstraptest/test_method.rb:shugo2013-06-131-0/+8
* fix a typokazu2013-06-131-1/+1
* * bignum.c (integer_unpack_num_bdigits_small): Fix a comple error onakr2013-06-121-0/+6
* * ext/socket/extconf.rb: Enable RFC 3542 IPV6 socket options for OS Xdrbrain2013-06-121-0/+5
* * bignum.c (rb_integer_unpack_2comp): New function.akr2013-06-121-0/+14
* * eval.c (mod_using): new method Module#using, which activatesshugo2013-06-121-0/+8
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-0/+42