summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-30 10:42:09 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-30 10:42:09 +0000
commitd7c0f0408a90154ed59f0aba487cc9201f906f2c (patch)
tree73301c514c8b5798d967e6013e0220a2e1daf8fd /ChangeLog
parent6fc04282235d57ace32e5cd981737d4ede6f15aa (diff)
downloadruby-d7c0f0408a90154ed59f0aba487cc9201f906f2c.tar.gz
ruby-d7c0f0408a90154ed59f0aba487cc9201f906f2c.tar.xz
ruby-d7c0f0408a90154ed59f0aba487cc9201f906f2c.zip
* regenc.h: check RUBY_EXTERN before including config.h and defines.h
* common.mk: update header dependency. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66d3f7816..2198d67ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 30 19:40:33 2007 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * regenc.h: check RUBY_EXTERN before including config.h and defines.h
+
+ * common.mk: update header dependency.
+
Thu Aug 30 14:06:50 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* proc.c (rb_obj_define_method): reverted. [ruby-talk:266637]