diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-09-19 06:54:11 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-09-19 06:54:11 +0000 |
| commit | 4f38192327badc642b66fb2e0605b9e70c398b4d (patch) | |
| tree | 870d126fba698f90bbb07a7bb67ff3aab4103796 /ChangeLog | |
| parent | ceb972c776c43e643ad69d3cb88da683f0ec9ea0 (diff) | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Tue Sep 18 11:44:26 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (rb_str_init): String.new() => "" + +Tue Sep 11 20:53:56 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <wakou@fsinet.or.jp> * lib/net/telnet.rb: waitfor(): improvement. thanks to |
