summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-03 11:44:08 +0000
committersuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-03 11:44:08 +0000
commit5d29d3038c98a745a6fdeb652714572040848688 (patch)
tree270c28fb314fb93d79432d7f74b553487cab3f6f /ChangeLog
parent24ea1221df05e344e3cd985dbe1aa30c628942dc (diff)
downloadruby-5d29d3038c98a745a6fdeb652714572040848688.tar.gz
ruby-5d29d3038c98a745a6fdeb652714572040848688.tar.xz
ruby-5d29d3038c98a745a6fdeb652714572040848688.zip
change PLATFORM with RUBY_PLATFORM.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 255af93df..6fa1c375c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jun 3 20:39:51 2002 Masaki Suketa <masaki.suketa@nifty.ne.jp>
+
+ * ext/win32ole/extconf.rb : change PLATFORM with RUBY_PLATFORM.
+
Mon Jun 3 07:07:07 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* parse.y (here_document): check if identifier is terminated.
@@ -8,7 +12,7 @@ Mon Jun 3 07:07:07 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
Sat Jun 1 19:20:07 2002 Masaki Suketa <masaki.suketa@nifty.ne.jp>
- * ext/win32ole: merge from rough
+ * ext/win32ole: merge from rough.
Thu May 30 12:52:42 2002 Yukihiro Matsumoto <matz@ruby-lang.org>