aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-04 06:04:59 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-04 06:04:59 +0000
commit94e01ab6450beda3ae5d5ed2c7f779477b475bfe (patch)
treef3ada43b7060ee64691f7aead397d4858b7de30f /ChangeLog
parentef5883c016d02059beff0f7c5711e54a35318b32 (diff)
downloadruby-94e01ab6450beda3ae5d5ed2c7f779477b475bfe.tar.gz
* lib/pathname.rb (initialize): raise ArgumentError if argument has
'\0' character. (relative_path_from): new method. (each_entry): new method for replacement of dir_foreach. (foreach, foreachline, dir_foreach, chdir): obsoleted. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 168a55c580..65fd20e250 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sat Oct 4 14:59:51 2003 Tanaka Akira <akr@m17n.org>
+
+ * lib/pathname.rb (initialize): raise ArgumentError if argument has
+ '\0' character.
+ (relative_path_from): new method.
+ (each_entry): new method for replacement of dir_foreach.
+ (foreach, foreachline, dir_foreach, chdir): obsoleted.
+
Sat Oct 4 12:58:48 2003 akira yamada <akira@ruby-lang.org>
* test/uri/* (6 files): added.