summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-17* loadpath.c (RUBY_REVISION): Defined to suppress revision.hakr
2013-06-17Write stdin_data only if it existsnaruse
2013-06-17* ext/objspace/objspace.c: let rdoc know about objspace methods.eregon
2013-06-17* gc.c (ObjectSpace): is a module not a class.eregon
2013-06-17* gc.c: fix example of ObjectSpace.define_finalizer in overvieweregon
2013-06-17common.mk: loadpath dependenciesnobu
2013-06-17tkutil.c: prevent temporary objects from GCnobu
2013-06-17Use assert_separately to inspect test failure of TestJSONGenerate#test_broken...naruse
2013-06-17fix a typokazu
2013-06-17* vm_backtrace.c: Update rdoc for Backtrace#label with @_ko1zzak
2013-06-17* ext/tk/extconf.rb: support s390x (Thanks to bkabrda) [ruby-trunk - Bug #5465]nagai
2013-06-17* tool/ifchange (until): Fix the condition, although harmless inknu
2013-06-17* gc.c (gc_mark_maybe): added. check `is_pointer_to_heap()' andko1
2013-06-17skip new tests until fixednobu
2013-06-17test/ruby/test_symbol.rb: tests for [Bug #8531]nobu
2013-06-17test/ruby/test_proc.rb: tests for [Bug #8341]nobu
2013-06-16* bignum.c (bary_small_lshift): Renamed from bdigs_small_lshift.akr
2013-06-16* 2013-06-17svn
2013-06-16* bignum.c (absint_numwords_bytes): Removed.akr
2013-06-16* bignum.c (BARY_ADD): New macro.akr
2013-06-16* bignum.c (bary_2comp): Extracted from get2comp.akr
2013-06-16* internal.h (INTEGER_PACK_2COMP): Defined.akr
2013-06-16* bignum.c (absint_numwords_generic): rb_funcall invocations removed.akr
2013-06-16fix typo of r41331naruse
2013-06-16fix typoskazu
2013-06-16Ignore tool/config.guess and tool/config.subnaruse
2013-06-16* tool/config_files.rb: use URI.read to allow it runs with Ruby 1.8.5.naruse
2013-06-16* bignum.c (bary_pack) Extracted from rb_integer_pack_internal.akr
2013-06-16* NEWS (XMLRPC::Client#http): Add.kou
2013-06-16* bignum.c (bary_add): New function.akr
2013-06-15* bignum.c (bigdivrem): Use a BDIGIT variable to store the returnakr
2013-06-15* bignum.c (bary_divmod): New function.akr
2013-06-15 * gc.c: Fixup around GC by MALLOC. tarui
2013-06-15 * gc.c : add some colums to more detail profile.tarui
2013-06-15 * gc.c (gc_prof_timer_stop): Merge function codes of GC_PROFILE_MORE_DETAIL ...tarui
2013-06-15* 2013-06-16svn
2013-06-15vm_eval.c: suppress warningnobu
2013-06-15* bignum.c (bary_sub): New function.akr
2013-06-15* bignum.c (bary_mul): New function.akr
2013-06-15* bignum.c (bary_unpack): Extracted from rb_integer_unpack_internal.akr
2013-06-15* bignum.c (absint_numwords_bytes): Make it static.akr
2013-06-15* bignum.c (bigmul1_normal): Shrink the result Bignum length.akr
2013-06-15* ext/bigdecimal/bigdecimal.c: Update overview formatting of headerszzak
2013-06-15* ext/bigdecimal/bigdecimal.gemspec: Update authorszzak
2013-06-15* bignum.c (bdigs_small_rshift): Extracted from big_rshift.akr
2013-06-14vm_eval.c: __dir__ in evalnobu
2013-06-14test_method.rb: use realpathnobu
2013-06-14* 2013-06-15svn
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