From fb0f26ab9e7faf70df0cd82d508fdf079f0cdad5 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 6 Nov 2005 14:41:53 +0000 Subject: * ext/iconv/iconv.c (Iconv::BrokenLibrary): exception when detected a bug of underlying library. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 900c76639..4740c1afe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Nov 6 23:39:13 2005 Nobuyoshi Nakada + + * ext/iconv/iconv.c (Iconv::BrokenLibrary): exception when detected a + bug of underlying library. + Sun Nov 6 21:43:22 2005 Hirokazu Yamamoto * ext/tk/stubs.c (ruby_tcl_create_ip_and_stubs_init): should touch -- cgit