From 87ef7c5530ae2e65c1485dd6d432f9c8c459f36e Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 26 Sep 2008 02:07:19 +0000 Subject: * transcode.c, include/ruby/encoding.c (rb_transcode_convertible): new function. checking the existance of converter. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b6b1f219e..ff7ca9c1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 26 11:05:41 2008 NAKAMURA Usaku + + * transcode.c, include/ruby/encoding.c (rb_transcode_convertible): + new function. checking the existance of converter. + Fri Sep 26 10:35:50 2008 Nobuyoshi Nakada * variable.c (global_variable, struct trace_var): made function -- cgit