From eec614afc3df9cdfee349fe2ae4cfa00e4cc3ee2 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 23 Dec 2007 14:06:00 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@14524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 62df8d087..6d5bed1cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Dec 23 23:03:13 2007 Tanaka Akira + + * 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 * lib/time.rb (Time.httpdate): fix 2 digits year for 20xx. -- cgit