[ruby-cvs:67057] usa:r59879 (ruby_2_3): * ext/bigdecimal/bigdecimal.c (BigDecimal_hash): st_index_t may not be
usa at ruby-lang.org
usa at ruby-lang.org
Thu Sep 14 13:16:52 JST 2017
usa 2017-09-14 13:16:51 +0900 (Thu, 14 Sep 2017)
New Revision: 59879
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59879
Log:
* ext/bigdecimal/bigdecimal.c (BigDecimal_hash): st_index_t may not be
fixable on 64bit mswin/mingw.
* ext/date/date_core.c (d_lite_hash): ditto.
[Backport #13877]
* ext/openssl/ossl_bn.c (ossl_bn_hash): ditto.
Modified files:
branches/ruby_2_3/ChangeLog
branches/ruby_2_3/ext/bigdecimal/bigdecimal.c
branches/ruby_2_3/ext/date/date_core.c
branches/ruby_2_3/ext/openssl/ossl_bn.c
branches/ruby_2_3/test/bigdecimal/test_bigdecimal.rb
branches/ruby_2_3/test/date/test_date.rb
branches/ruby_2_3/test/openssl/test_bn.rb
branches/ruby_2_3/version.h
More information about the ruby-cvs
mailing list