aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-05 15:21:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-05 15:21:59 +0000
commit30f5a38b46f6f64f647c25edc39caf9a1613137a (patch)
treea521e986f47a4958f0d9c705c76b9e40d7e5ed91 /ChangeLog
parent44785befeabd09d5d34f33b33783c0ec54f06a1f (diff)
downloadruby-30f5a38b46f6f64f647c25edc39caf9a1613137a.tar.gz
* Makefile.in (test): phony target.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 38bd67d3a4..e36894e267 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-Sat Sep 6 00:15:09 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sat Sep 6 00:21:59 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
+
+ * Makefile.in (test): phony target.
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
array as argument.