summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-04 03:29:31 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-04 03:29:31 +0000
commit01e82e14de9a218629ac20024dd28343fd137a44 (patch)
treed36cde6deef25fd8bce604a340eb235744976704 /ChangeLog
parent604645535d3b770c88931c813b0239b39dddc5a2 (diff)
downloadruby-01e82e14de9a218629ac20024dd28343fd137a44.tar.gz
ruby-01e82e14de9a218629ac20024dd28343fd137a44.tar.xz
ruby-01e82e14de9a218629ac20024dd28343fd137a44.zip
* error.c (rb_notimplement): should show the name of this func,
not callee. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57582a68e..646e1bc05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Apr 4 12:29:02 2007 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * error.c (rb_notimplement): should show the name of this func,
+ not callee.
+
Wed Apr 4 10:18:04 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* io.c (popen_exec): should not close close-on-exec FDs.