summaryrefslogtreecommitdiff
path: root/bignum.c
AgeCommit message (Expand)Author
2013-06-07* bignum.c (rb_integer_pack): Arguments changed. Use flags toakr
2013-06-07* bignum.c (rb_integer_pack): Renamed from rb_int_export.akr
2013-06-07Update comment.akr
2013-06-07* bignum.c (integer_format_loop_setup): Extracted from rb_int_exportakr
2013-06-07* bignum.c (validate_integer_format): Extracted from rb_int_export andakr
2013-06-07* bignum.c (rb_absint_size): Use numberof.akr
2013-06-07* bignum.oc (rb_absint_size): Declare a variable, i, just before usedakr
2013-06-07* bignum.c (rb_absint_size): explicit cast to BDIGIT to avoid implicitcharliesome
2013-06-07use NUM2SIZET and SIZET2NUMnobu
2013-06-07* bignum.c (rb_int_import): explicitly casting BDIGIT_DBL to BDIGITmrkn
2013-06-06Arguments renamed.akr
2013-06-06* internal.h (rb_int_export): countp argument is split intoakr
2013-06-06* bignum.c (rb_int_import): New function.akr
2013-06-06* configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr
2013-06-05* bignum.c (big_fdiv): Use nlz() instead of bdigbitsize().akr
2013-06-04* bignum.c (rb_big_pow): Don't need to multiply SIZEOF_BDIGITS.akr
2013-06-04* bignum.c (bitlength_bdigit): Fix an off-by-one error.akr
2013-06-03* bignum.c (bitlength_bdigit): New function.akr
2013-05-31* bignum.c: Use BDIGIT type for hbase.akr
2013-05-31* bignum.c (calc_hbase): Make hbase the maximum power of baseakr
2013-05-31* bignum.c (calc_hbase): Extracted from rb_big2str0.akr
2013-05-31* bignum.c: Don't hard code SIZEOF_BDIGITS for log_base(hbase).akr
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-13* gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko1
2013-05-12* bignum.c: remove redundant decl for big_lshift() big_rshift().kosaki
2013-04-12* bignum.c (ones): Use __builtin_popcountl if available.akr
2013-04-12* array.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-10* bignum.c (rb_ll2big): Don't overflow on signed integer negation.akr
2013-04-09Refactored.akr
2013-04-09* internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.akr
2013-04-03bignum.c: hide intermediate Bignumsnobu
2013-04-03bignum.c: Bignum zero comparisonnobu
2013-02-23* array.c: Document #<=> return values and formattingzzak
2012-12-29adjust stylenobu
2012-12-25* bignum.c, include/ruby/intern.h (rb_big_eql): exported.usa
2012-12-22* include/ruby/intern.h: add the prototype declaration ofmrkn
2012-11-27* bignum.c (bigdivrem): optimize the way to retry calculation ofmrkn
2012-11-26* bignum.c (bigdivrem): restart calculation when bigdivrem1 waskosaki
2012-11-26* bignum.c (big_div_struct): added volatile to 'stop' member.kosaki
2012-11-21revert r37710, requested by Tadayoshi Funaba [ruby-dev:46575]shyouhei
2012-11-18 * bignum.c (rb_cstr_to_inum): should accept underscores oftadf
2012-11-08* bignum.c (bigmul0): enable big_mul_toom3.mrkn
2012-11-08* bignum.c (bigmul0): disable big_mul_toom3_temporalily.mrkn
2012-10-28* bignum.c (bignew_1): Bignum instances are frozen.ko1
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-08-21bignum.c: keep first zeronobu
2012-08-21bignum.c: suppress an empty-body warningnobu
2012-08-15Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-08-15Revert r36699 and r36700. [Feature #6130]naruse
2012-08-14Kernel#inspect: improve consistency and do not call #to_s.eregon