From 1032750aa6fb528694508dcd0533b40e9ad805cf Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 12 Jul 2009 14:46:09 +0000 Subject: merges r23930 from trunk into ruby_1_9_1. -- * hash.c (rb_hash_hash): documentation fix. a patch from Marc-Andre Lafortune. [ruby-core:23943] * object.c (rb_mod_cmp): ditto. * range.c (range_eq): ditto. * string.c (rb_str_partition, rb_str_rpartition): ditto. * struct.c (rb_struct_s_def): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index de8f58cfc5..fdab490812 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Tue Jun 30 18:19:07 2009 Yukihiro Matsumoto + + * hash.c (rb_hash_hash): documentation fix. a patch from + Marc-Andre Lafortune. [ruby-core:23943] + + * object.c (rb_mod_cmp): ditto. + + * range.c (range_eq): ditto. + + * string.c (rb_str_partition, rb_str_rpartition): ditto. + + * struct.c (rb_struct_s_def): ditto. + Wed Jul 1 08:46:11 2009 Nobuyoshi Nakada * marshal.c (w_encoding): encodings need extra depth. -- cgit v1.2.3