* ext/-test-/bignum/intpack.c: Renamed from ext/-test-/bignum/pack.c.
(Init_intpack): Renamed from Init_pack. Reported by Naohisa Goto. [ruby-dev:47526] [Bug #8655] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c306d81711
commit
ccdc9ecf64
@ -1,3 +1,9 @@
|
|||||||
|
Fri Jul 19 01:04:14 2013 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* ext/-test-/bignum/intpack.c: Renamed from ext/-test-/bignum/pack.c.
|
||||||
|
(Init_intpack): Renamed from Init_pack.
|
||||||
|
Reported by Naohisa Goto. [ruby-dev:47526] [Bug #8655]
|
||||||
|
|
||||||
Fri Jul 19 00:54:27 2013 Benoit Daloze <eregontp@gmail.com>
|
Fri Jul 19 00:54:27 2013 Benoit Daloze <eregontp@gmail.com>
|
||||||
|
|
||||||
* test/ruby/test_array.rb (test_count): add a test case for #count
|
* test/ruby/test_array.rb (test_count): add a test case for #count
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$(OBJS): $(HDRS) $(ruby_headers)
|
$(OBJS): $(HDRS) $(ruby_headers)
|
||||||
|
|
||||||
pack.o: pack.c $(top_srcdir)/internal.h
|
intpack.o: intpack.c $(top_srcdir)/internal.h
|
||||||
mul.o: mul.c $(top_srcdir)/internal.h
|
mul.o: mul.c $(top_srcdir)/internal.h
|
||||||
|
@ -46,7 +46,7 @@ rb_integer_unpack_m(VALUE klass, VALUE buf, VALUE numwords, VALUE wordsize, VALU
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
Init_pack(VALUE klass)
|
Init_intpack(VALUE klass)
|
||||||
{
|
{
|
||||||
rb_define_method(rb_cInteger, "test_pack_raw", rb_integer_pack_raw_m, 5);
|
rb_define_method(rb_cInteger, "test_pack_raw", rb_integer_pack_raw_m, 5);
|
||||||
rb_define_method(rb_cInteger, "test_pack", rb_integer_pack_m, 4);
|
rb_define_method(rb_cInteger, "test_pack", rb_integer_pack_m, 4);
|
Loading…
x
Reference in New Issue
Block a user