summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-16 03:14:41 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-16 03:14:41 +0000
commit3338d8f45e361ca85a427b5d78cc8b3f7286c2e1 (patch)
treeca426175bcd55c337a27bcb42c708a90314bd4a8 /ChangeLog
parent9a1c347257f1ab1d017aa3a7f7d38301b8128636 (diff)
downloadruby-3338d8f45e361ca85a427b5d78cc8b3f7286c2e1.tar.gz
ruby-3338d8f45e361ca85a427b5d78cc8b3f7286c2e1.tar.xz
ruby-3338d8f45e361ca85a427b5d78cc8b3f7286c2e1.zip
* string.c (rb_str_each_codepoint): add new methods, #codepoints
and #each_codepoint. a patch from Michael Selig <michael.selig at fs.com.au> in [ruby-core:18532]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <matz@ruby-lang.org>
+
+ * string.c (rb_str_each_codepoint): add new methods, #codepoints
+ and #each_codepoint. a patch from Michael Selig
+ <michael.selig at fs.com.au> in [ruby-core:18532].
+
Tue Sep 16 11:24:44 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/socket/mkconstants.rb: add new constants. a patch from