Very High Activity

Commits : Listings

  Analyzed 3 days ago based on code collected 3 days ago.
Showing page 1 of 1,559
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* bignum.c (bary_2comp): Extracted from get2comp. (integer_unpack_num_bdigits): Extracted from rb_integer_unpack_internal. (bary_unpack_internal): Renamed from bary_unpack and support INTEGER_PACK_2COMP. (bary_unpack): New function to validate arguments and invoke bary_unpack_internal. (rb_integer_unpack_internal): Removed. (rb_integer_unpack): Invoke bary_unpack_internal. (rb_integer_unpack_2comp): Removed. Anon32
akr
More... 3 days ago
* internal.h (INTEGER_PACK_2COMP): Defined. (rb_integer_pack_2comp): Removed. Anon32
akr
More... 3 days ago
* bignum.c (absint_numwords_generic): rb_funcall invocations removed. Anon32
akr
More... 3 days ago
fix typo of r41331 Avatar More... 3 days ago
fix typos Avatar
znz
as kazu
More... 3 days ago
Ignore tool/config.guess and tool/config.sub Avatar More... 3 days ago
* tool/config_files.rb: use URI.read to allow it runs with Ruby 1.8.5. Avatar More... 3 days ago
* bignum.c (bary_pack) Extracted from rb_integer_pack_internal. (absint_numwords_generic): Use bary_pack. Anon32
akr
More... 3 days ago
* NEWS (XMLRPC::Client#http): Add. [ruby-core:55197] [Feature #8461] Avatar
kou
More... 3 days ago
* bignum.c (bary_add): New function. (bary_zero_p): Extracted from bigzero_p. (absint_numwords_generic): Use bary_zero_p and bary_add. (bary_mul): Fix an argument for bary_mul_single. (bary_divmod): Use size_t for arguments. Anon32
akr
More... 3 days ago
* bignum.c (bigdivrem): Use a BDIGIT variable to store the return value of bigdivrem_single. Anon32
akr
More... 3 days ago
* bignum.c (bary_divmod): New function. (absint_numwords_generic): Use bary_divmod. (bigdivrem_num_extra_words): Extracted from bigdivrem. (bigdivrem_single): Ditto. (bigdivrem_normal): Ditto. (BIGDIVREM_EXTRA_WORDS): Defined. Anon32
akr
More... 3 days ago
* gc.c: Fixup around GC by MALLOC. Add allocate size to malloc_increase before GC for updating limit in after_gc_sweep. Reset malloc_increase into garbage_collect() for preventing GC again soon. Anon32 More... 3 days ago
* gc.c : add some colums to more detail profile. new colums: Allocated size, Prepare Time, Removing Objects, Empty Objects Anon32 More... 3 days ago
* gc.c (gc_prof_timer_stop): Merge function codes of GC_PROFILE_MORE_DETAIL and !GC_PROFILE_MORE_DETAIL. * gc.c (gc_prof_mark_timer_start): Ditto. * gc.c (gc_prof_mark_timer_stop): Ditto. * gc.c (gc_prof_sweep_slot_timer_start): Ditto. * gc.c (gc_prof_sweep_slot_timer_stop): Ditto. * gc.c (gc_prof_set_malloc_info): Ditto. * gc.c (gc_prof_set_heap_info): Ditto. Anon32 More... 4 days ago
* 2013-06-16 Anon32
svn
More... 4 days ago
vm_eval.c: suppress warning Avatar
n0kada
as nobu
More... 4 days ago
* bignum.c (bary_sub): New function. (absint_numwords_generic): Use bary_sub. (bigsub_core): Skip unnecessary copy. Anon32
akr
More... 4 days ago
* bignum.c (bary_mul): New function. (absint_numwords_generic): Use bary_mul. (bary_mul_single): Extracted from bigmul1_single. (bary_mul_normal): Extracted from bigmul1_normal. Anon32
akr
More... 4 days ago
* bignum.c (bary_unpack): Extracted from rb_integer_unpack_internal. (absint_numwords_generic): Use bary_unpack. (roomof): Defined. (bdigit_roomof): Defined. (BARY_ARGS): Defined. (bary_unpack): Declared. Anon32
akr
More... 4 days ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.