summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-29 02:44:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-29 02:44:37 +0000
commitd846e10d73bfaf64fbf4f42576d63392e34f9a2c (patch)
tree536242ea45dc9d606e00ed3f9b6efe4e1ff377e7 /ChangeLog
parentc643593b204470ca5e74c07b18c8499e709b96df (diff)
* lib/mkmf.rb (try_func): revert fallback checking undeclared function.
fixed: [ruby-core:08949] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11051 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 59b2e43922..2ab4df943f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+Fri Sep 29 11:43:40 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/mkmf.rb (try_func): revert fallback checking undeclared function.
+ fixed: [ruby-core:08949]
+
Fri Sep 29 10:59:16 2006 WATANABE Hirofumi <eban@ruby-lang.org>
- * lib/jcode.rb: need to initialize SUCC['n'].
+ * lib/jcode.rb: need to initialize SUCC['n'].
fixed: [ruby-talk:216845]
Fri Sep 29 09:56:56 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>