summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-08-15 18:55:10 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-08-15 18:55:10 +0000
commitbcbad0db92a939d0daa6fc078c53d41961d7bf14 (patch)
tree2d0d947f748825c868d6ec9a933e5e6a45db1f7c /ChangeLog
parentd1ad7910dbffb61b3e857c6684027c2f48cb809b (diff)
* lib/mkmf.rb: add -I$(srcdir) to CPPFLAGS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6f22f1394..80c999c1a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Aug 16 03:54:36 2001 Usaku Nakamura <usa@ruby-lang.org>
+
+ * lib/mkmf.rb: add -I$(srcdir) to CPPFLAGS.
+
Tue Aug 14 11:49:00 2001 TOYOFUKU Chikanobu <toyofuku@juice.or.jp>
* string.c (rb_str_cmp): remove needless conditional.