From deaeda8a09eb475853eba0f2cf20dfec278ceea7 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 26 Sep 2008 03:53:11 +0000 Subject: * error.c (Init_Exception): introduce EncodingError which is a superclass for all encoding related exception classes, e.g. Encoding::CompatibilityError. [ruby-dev:36371] * transcode.c (Init_transcode): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1371e3f99..751e0d948 100644 --- a/ChangeLog +++ b/ChangeLog @@ -632,6 +632,14 @@ Thu Sep 18 22:35:03 2008 Yusuke Endoh * test/bigdecimal/test_bigdecimal.rb: add tests for above. +Thu Sep 18 22:20:08 2008 Yukihiro Matsumoto + + * error.c (Init_Exception): introduce EncodingError which is a + superclass for all encoding related exception classes, + e.g. Encoding::CompatibilityError. [ruby-dev:36371] + + * transcode.c (Init_transcode): ditto. + Thu Sep 18 21:57:32 2008 Yukihiro Matsumoto * string.c (rb_str_comparable): make ascii8bit string to be -- cgit