summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-23 14:06:00 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-23 14:06:00 +0000
commitcf36df97fb74f60b321fe5617b3805078393c028 (patch)
tree51038152f32fdf52be12e5f11593d29c6b63fd63 /ChangeLog
parent40a6b594100fb75a2dbd3d2e205142779e1283ce (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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62df8d0872..6d5bed1cbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.