summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-06-15* bignum.c (bdigs_small_rshift): Extracted from big_rshift.akr
2013-06-14vm_eval.c: __dir__ in evalnobu
2013-06-14* bignum.c (bdigs_small_lshift): Extracted from big_lshift.akr
2013-06-14* bignum.c (bigdivrem): Reduce number of digits before bignew() for div.akr
2013-06-14* bignum.c (bigdivrem): Use bignew when ny == 1.akr
2013-06-14* compile.c (rb_iseq_compile_node): fix location of a `trace'ko1
2013-06-14* class.c, include/ruby/ruby.h: add write barriers for T_CLASS,ko1
2013-06-14* NEWS: add a note for Module#using.shugo
2013-06-14update config filesnobu
2013-06-14download config filesnobu
2013-06-14ruby.h: suppress warningsnobu
2013-06-14fix a typo.shugo
2013-06-14* NEWS: add notes for $SAFE.shugo
2013-06-13* bignum.c (bigdivrem): Zero test condition simplified.akr
2013-06-13* ext/bigdecimal/*: improve documentation, nodoc samples with @mrknzzak
2013-06-13* lib/xmlrpc/client.rb (XMLRPC::Client#http): Add reader for rawkou
2013-06-13* lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Supportkou
2013-06-13* lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Usekou
2013-06-13fileutils.rb: fix traversal loopnobu
2013-06-13no alternate value expansionnobu
2013-06-13* ChangeLog: fix typonobu
2013-06-13* bignum.c (bigdivrem): Refactored to use ALLOCV_N for temporallyakr
2013-06-13* bignum.c (integer_unpack_num_bdigits_generic): reorder terms (but notusa
2013-06-13* test/ruby/test_thread.rb (test_thread_local_security): Don't createakr
2013-06-13* bignum.c (bigdivrem): Use nlz.akr
2013-06-13ruby.h: safe_level checknobu
2013-06-13* test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo
2013-06-13* bootstraptest/test_autoload.rb, bootstraptest/test_method.rb:shugo
2013-06-13fix a typokazu
2013-06-12* bignum.c (integer_unpack_num_bdigits_small): Fix a comple error onakr
2013-06-12* ext/socket/extconf.rb: Enable RFC 3542 IPV6 socket options for OS Xdrbrain
2013-06-12* bignum.c (rb_integer_unpack_2comp): New function.akr
2013-06-12* eval.c (mod_using): new method Module#using, which activatesshugo
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-12* bignum.c (integer_unpack_num_bdigits_generic): Rewritten withoutakr
2013-06-12* lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Extract.kou
2013-06-12* bignum.c (validate_integer_pack_format): supported_flags argumentakr
2013-06-12array.c: fix false assertionsnobu
2013-06-12io.c: fix 7bit coderange conditionnobu
2013-06-12* pack.c (pack_pack): Use rb_integer_pack_2comp.akr
2013-06-12* sprintf.c (rb_str_format): Fix a dynamic format string.akr
2013-06-12array.c: freeze in callbacknobu
2013-06-12array.c: freeze in callbacknobu
2013-06-12array.c: fix false assertionnobu
2013-06-12fix indent (use tab instead of spaces)kazu
2013-06-11* random.c (rand_int): Use rb_big_uminus.akr
2013-06-11* struct.c: Improve documentation: replace "instance variable" withdrbrain
2013-06-11* internal.h (INTEGER_PACK_NEGATIVE): Defined.akr
2013-06-11* lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Extract.kou
2013-06-11* test/xmlrpc/test_client.rb (XMLRPC::ClientTest::Fake::HTTP#started):kou