diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-23 14:06:00 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-23 14:06:00 +0000 |
| commit | cf36df97fb74f60b321fe5617b3805078393c028 (patch) | |
| tree | 51038152f32fdf52be12e5f11593d29c6b63fd63 /ChangeLog | |
| parent | 40a6b594100fb75a2dbd3d2e205142779e1283ce (diff) | |
* encoding.c (rb_enc_codepoint): implemented to raise invalid
encoding.
* include/ruby/encoding.h (rb_enc_codepoint): macro is replaced as a
declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sun Dec 23 23:03:13 2007 Tanaka Akira <akr@fsij.org> + + * encoding.c (rb_enc_codepoint): implemented to raise invalid + encoding. + + * include/ruby/encoding.h (rb_enc_codepoint): macro is replaced as a + declaration. + Sun Dec 23 19:45:22 2007 Tanaka Akira <akr@fsij.org> * lib/time.rb (Time.httpdate): fix 2 digits year for 20xx. |
