summaryrefslogtreecommitdiff
path: root/test/-ext-/bignum
AgeCommit message (Expand)Author
2022-04-22Avoid defining the same test class in multiple filesJeremy Evans
2021-01-09Get rid of defining methods for tests in core classesNobuyoshi Nakada
2018-03-13Rename test classes to allow stable test count when running test-all -jnobu
2016-11-01numeric.c: fix return value on big 0nobu
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-04-13* bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr
2014-02-16add tests.akr
2013-09-04* bignum.c (GMP_DIV_DIGITS): New macro.akr
2013-09-04* bignum.c (rb_big_divrem_normal): New function.akr
2013-09-03Add tests.akr
2013-09-03* bignum.c (GMP_STR2BIG_DIGITS): New macro.akr
2013-09-03* bignum.c (rb_str2big_poweroftwo): New function.akr
2013-09-01* bignum.c (big2str_base_poweroftwo): Renamed fromakr
2013-07-28* include/ruby/intern.h (rb_absint_size): Declaration moved fromakr
2013-07-08* bignum.c (rb_big_sq_fast): New function for testing.akr
2013-07-08* bignum.c (bary_mul_balance): Reduce work memory.akr
2013-07-07* bignum.c (bary_mul_karatsuba): Unreachable code removed. Removeakr
2013-07-07* internal.h (rb_big_mul_normal): Declared.akr
2013-06-22* bignum.c (bary_unpack_internal): Specialized unpacker implemented.akr
2013-06-22* bignum.c (bary_pack): Supportakr
2013-06-21* bignum.c (bary_pack): Specialized packers implemented.akr
2013-06-20* bignum.c (bary_unpack_internal): Return -2 when negative overflow.akr
2013-06-16* bignum.c (bary_2comp): Extracted from get2comp.akr
2013-06-16* internal.h (INTEGER_PACK_2COMP): Defined.akr
2013-06-12* bignum.c (rb_integer_unpack_2comp): New function.akr
2013-06-11* internal.h (INTEGER_PACK_NEGATIVE): Defined.akr
2013-06-11* bignum.c (validate_integer_pack_format): Don't require a word orderakr
2013-06-11rb_integer_pack tests refined.akr
2013-06-11* bignum.c (rb_integer_pack_internal): Renamed from rb_integer_packakr
2013-06-09* bignum.c (rb_integer_pack): numwords_allocated argument removed.akr
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-06Fix the class name.akr
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-04-03bignum.c: Bignum zero comparisonnobu