mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
74a13c7634
* bignum.c (rb_big2ulong): fix off-by-one bug of NUM2ULONG. * test/-ext-/num2int/test_num2int.rb: add a testcase for NUM2INT() NUM2UINT(), NUM2LONG(), NUM2ULONG(), NUM2LL and NUM2ULL(). * ext/-test-/num2int/depend: ditto. * ext/-test-/num2int/extconf.rb: ditto. * ext/-test-/num2int/num2int.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 line
57 B
Text
1 line
57 B
Text
num2int.o: $(top_srcdir)/numeric.c $(hdrdir)/ruby/ruby.h
|