From 3338d8f45e361ca85a427b5d78cc8b3f7286c2e1 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 16 Sep 2008 03:14:41 +0000 Subject: * string.c (rb_str_each_codepoint): add new methods, #codepoints and #each_codepoint. a patch from Michael Selig in [ruby-core:18532]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d1c929eb..701ae510b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 16 11:55:16 2008 Yukihiro Matsumoto + + * string.c (rb_str_each_codepoint): add new methods, #codepoints + and #each_codepoint. a patch from Michael Selig + in [ruby-core:18532]. + Tue Sep 16 11:24:44 2008 Yukihiro Matsumoto * ext/socket/mkconstants.rb: add new constants. a patch from -- cgit