From 0abe46fde591eedf5dacd1d25a73baaf7cfff317 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 18 Apr 2009 12:09:23 +0000 Subject: * ext/curses/curses.c: use rb_f_notimplement for methods not implemented. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 93dd56799..49acda886 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Apr 18 21:07:34 2009 Tanaka Akira + + * ext/curses/curses.c: use rb_f_notimplement for methods not + implemented. + Fri Apr 17 01:51:17 2009 Tanaka Akira * node.h (rb_notimplement_body_p): declared. -- cgit