aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-22 05:44:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-22 05:44:35 +0000
commitd65d5e76615515a78fe84d361b81569b803785c9 (patch)
treea67690cdc824449b01b1a4de3c5295f87a81d148 /ChangeLog
parent358ff2c1338216db600dfaa05f930d6e0e824011 (diff)
downloadruby-d65d5e76615515a78fe84d361b81569b803785c9.tar.gz
* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: terminate options.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5807 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 d1d4d554fb..958ad31493 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
-Sun Feb 22 14:33:32 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sun Feb 22 14:44:28 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383]
+ * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: terminate options.
+
Sun Feb 22 13:05:37 2004 akira yamada <akira@ruby-lang.org>
* lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.