From 5f25d89cb542e5a6094a47e824229cc762925ba5 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 1 Sep 2007 02:14:40 +0000 Subject: * st.c (st_numcmp, st_numhash): use st_data_t instead of long, because the former may be larger than the latter. * include/ruby/st.h (CHAR_BIT): get rid of magic number. * include/ruby/st.h (struct st_table): num_entries never exceed num_bins. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 59309c73b..88de32cd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sat Sep 1 11:14:38 2007 Nobuyoshi Nakada + + * st.c (st_numcmp, st_numhash): use st_data_t instead of long, because + the former may be larger than the latter. + + * include/ruby/st.h (CHAR_BIT): get rid of magic number. + + * include/ruby/st.h (struct st_table): num_entries never exceed + num_bins. + Fri Aug 31 07:12:24 2007 NAKAMURA Usaku * numeric.c (SQRT_LONG_MAX): use SIZEOF_LONG instead of SIZEOF_VALUE -- cgit