From 4f38192327badc642b66fb2e0605b9e70c398b4d Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 19 Sep 2001 06:54:11 +0000 Subject: * string.c (rb_str_init): String.new() => "" * dir.c (dir_path): new method. * dir.c (dir_initialize): wrap DIR into struct, along with path information. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b5f11bea3..f7812ab51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Tue Sep 18 11:44:26 2001 Yukihiro Matsumoto + + * string.c (rb_str_init): String.new() => "" + +Tue Sep 11 20:53:56 2001 Yukihiro Matsumoto + + * dir.c (dir_path): new method. + + * dir.c (dir_initialize): wrap DIR into struct, along with path + information. + Sat Sep 8 07:13:42 2001 Wakou Aoyama * lib/net/telnet.rb: waitfor(): improvement. thanks to -- cgit