summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-21 08:47:03 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-21 08:47:03 +0000
commit774609abe936dbb153a9a45acc6349912ad49ba9 (patch)
tree5ac497a629839bd4035dfea2d82aa4a16f47f86c /ChangeLog
parent5f2eff87f32a60b280cf78d763190278ee1e16bd (diff)
downloadruby-774609abe936dbb153a9a45acc6349912ad49ba9.tar.gz
ruby-774609abe936dbb153a9a45acc6349912ad49ba9.tar.xz
ruby-774609abe936dbb153a9a45acc6349912ad49ba9.zip
* string.c (rb_str_startwith): a new method to check if a string
starts with given prefix. * string.c (rb_str_endwith): the opposite of String#startwith?. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eecd31481..c2d1cd20c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Sep 21 17:44:49 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * string.c (rb_str_startwith): a new method to check if a string
+ starts with given prefix.
+
+ * string.c (rb_str_endwith): the opposite of String#startwith?.
+
Thu Sep 21 16:29:02 2006 WATANABE Hirofumi <eban@ruby-lang.org>
* rubytest.rb: use each_line instead of each.