From a5e227edfe3d6dbfe24c2a74e347904151e85c6c Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 1 Jul 2009 21:20:44 +0000 Subject: * 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/trunk@23930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0e066755b4..52320f7dc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,19 @@ Wed Jul 1 06:47:09 2009 Nobuyoshi Nakada * enum.c (enum_grep): gets rid of type-punning calls. +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. + Tue Jun 30 17:44:24 2009 Yukihiro Matsumoto * re.c (reg_match_pos): adjust offset based on characters, not -- cgit v1.2.3