summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-23 05:34:49 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-23 05:34:49 +0000
commitaa58f2aa399be94deff4547a9a1714e7cfae813b (patch)
tree351e3fa6dfc0328fe78ba3ab221cedba6cb932d7 /ChangeLog
parent382e6e8a8cd71753d7a063525777fb31c8c7bee2 (diff)
* lib/mkmf.rb (try_func): got rid of c-mode confusion.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21748 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 3486ba925..90062e675 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jan 23 14:36:06 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/mkmf.rb (try_func): got rid of c-mode confusion.
+
Fri Jan 23 13:26:45 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* signal.c (trap_handler): also accepts symbols. [ruby-dev:37823]