summaryrefslogtreecommitdiff
path: root/test/ruby/test_integer.rb
AgeCommit message (Expand)Author
2016-06-13numeric.c: Add Integer#digits [Feature #12447] [ruby-core:75799]mrkn
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-04-18numeric.c: int_truncatenobu
2016-04-13numeric.c: int_ceilnobu
2016-04-13numeric.c: int_floornobu
2016-04-08bignum.c: rb_cstr_parse_inumnobu
2016-03-26test_integer.rb: refine test_roundnobu
2016-03-17* bignum.c (Bignum#even?, Bignum#odd?): remove definitionsmrkn
2015-12-16Add frozen_string_literal: false for all filesnaruse
2013-12-13test/ruby: better assertionsnobu
2013-08-31* bignum.c (rb_big_bit_length): New method.akr
2012-12-22* include/ruby/intern.h: add the prototype declaration ofmrkn
2012-03-23* bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu
2010-01-25supress warnings.akr
2010-01-22* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame
2009-10-03* object.c (rb_f_integer): now Integer() takes optional basematz
2008-09-19* prec.c: removed. Precision will be redesigned and be back again.yugui
2008-05-14* test/ruby/test_object.rb: new tests to achieve over 90% testmame
2008-05-01split combinational blackbox tests.akr
2008-04-300**-1 test updated. [ruby-dev:34547]akr
2008-02-10* test/ruby/test_pack.rb: fix tests for 64bit CPU.mame
2008-01-31* test/ruby/test_bignum.rb: suppress warnings during test.mame
2007-12-19* test/ruby/test_integer.rb (test_Integer): multiple underscoresnobu
2007-12-19* bignum.c (rb_cstr_to_inum): an underscore succeeding after octalnobu
2007-12-04* bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezingnobu
2007-11-28test exceptions.akr
2007-11-26more tests.akr
2007-11-25test_to_s refined.akr
2007-11-25add more roundtrip tests.akr
2007-11-24add test for printf format %x, %o and %b.akr
2007-11-23* bootstraptest/test_knownbug.rb: move solved tests.ko1
2007-11-18use ML ref. for assertion message.akr
2007-11-17check class.akr
2007-09-01* include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr
2007-07-30add assertions.akr
2007-07-30* bignum.c (rb_big_aref): check for Bignum index range.nobu
2007-07-19refine tests for shift.akr
2007-07-19* bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu
2007-07-15refine failure messages.akr
2007-07-15* bignum.c (rb_cstr_to_inum): check leading non-digits.nobu
2007-07-15refined.akr
2007-07-14more assertions.akr
2007-07-13refined.akr
2007-07-13check values around 16bit.akr
2007-07-13more tests.akr
2007-07-13add assertions using equations taken from Hacker's Delight.akr
2007-07-13new file.akr