summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-23 14:25:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-23 14:25:28 +0000
commitf9fb27bb5e84805a8448eb2583bdcb8fc3065f12 (patch)
tree56f2f7a670e2718c695c13acb9748c007550b2b6 /ChangeLog
parentd449ece238050b720a4132cab4ad734d213c6eb8 (diff)
* lib/mkmf.rb: $hdrdir should not contain macros for backward
compatibilitiy. [bruby-dev:28] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6747af66d9..ef8cccc8b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+Fri Apr 23 23:25:22 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/mkmf.rb: $hdrdir should not contain macros for backward
+ compatibilitiy. [bruby-dev:28]
+
Fri Apr 23 16:38:46 2004 Tanaka Akira <akr@m17n.org>
- * lib/pathname.rb: sync taint/freeze flag between
+ * lib/pathname.rb: sync taint/freeze flag between
a pathname object and its internal string object.
Fri Apr 23 14:52:08 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>