From f75174d7f17e97dcaf0533737399adfe3fb96b54 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 21 Sep 2006 00:43:16 +0000 Subject: * string.c (rb_str_lines): new method to split a string into lines. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a60a4ef75..6028f3e35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 21 09:38:12 2006 Yukihiro Matsumoto + + * string.c (rb_str_lines): new method to split a string into lines. + Wed Sep 20 23:17:41 2006 Nobuyoshi Nakada * common.mk (pre-install-doc): create data directory before install. -- cgit