summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-02 09:31:29 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-02 09:31:29 +0000
commit61a81c837ff779610d4071040d65533474f84969 (patch)
tree52d8d2b235c649cba8807f5350dee56342e43a68 /ChangeLog
parent40e566aef9e5d735bb638d836add209c2ca8ea8f (diff)
downloadruby-61a81c837ff779610d4071040d65533474f84969.tar.gz
ruby-61a81c837ff779610d4071040d65533474f84969.tar.xz
ruby-61a81c837ff779610d4071040d65533474f84969.zip
* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d3e9ee68..e5d8a1bbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 2 18:27:13 2002 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for
+ Borland make.
+
Thu May 2 08:01:56 2002 Chris Thomas <kenshin@apple.com>
* error.c: use HAVE_DECL_SYS_NERR instead of platform names.