diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-26 03:53:11 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-26 03:53:11 +0000 |
| commit | deaeda8a09eb475853eba0f2cf20dfec278ceea7 (patch) | |
| tree | 688004538e051b49ba9f6e6fb920cee9b8e4dd0b /ChangeLog | |
| parent | 4bdc4d19f1d932c10f46bc394fb3af3bd8b6b41c (diff) | |
| download | ruby-deaeda8a09eb475853eba0f2cf20dfec278ceea7.tar.gz ruby-deaeda8a09eb475853eba0f2cf20dfec278ceea7.tar.xz ruby-deaeda8a09eb475853eba0f2cf20dfec278ceea7.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -632,6 +632,14 @@ Thu Sep 18 22:35:03 2008 Yusuke Endoh <mame@tsg.ne.jp> * test/bigdecimal/test_bigdecimal.rb: add tests for above. +Thu Sep 18 22:20:08 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <matz@ruby-lang.org> * string.c (rb_str_comparable): make ascii8bit string to be |
