aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-30 08:43:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-30 08:43:56 +0000
commit1ed2aad9581f5bdf9eeaa82d405c37b855d2784d (patch)
tree538e4ab774ea17565aad39e5afa59fdf66e9d9aa /ChangeLog
parent7494e2ef3273905e435b31c6f82a665c4c2b54a5 (diff)
downloadruby-1ed2aad9581f5bdf9eeaa82d405c37b855d2784d.tar.gz
* encoding.c (Init_Encoding): registered rb_encoding differs from
ONIG_ENCODINGs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16664b6cd5..d3f73bc7e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Dec 30 17:43:54 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * encoding.c (Init_Encoding): registered rb_encoding differs from
+ ONIG_ENCODINGs.
+
Sun Dec 30 13:56:15 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (program): clear input strings after all process.