aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-08 14:56:50 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-08 14:56:50 +0000
commit5cd70fa5e9b12e50177829217753cf2d2712381a (patch)
tree99f479723f7bf9afd23e176ee58ad0a968409c5c /ChangeLog
parented540e8bdfca1e93e1285add58b1206408e19441 (diff)
downloadruby-5cd70fa5e9b12e50177829217753cf2d2712381a.tar.gz
* encoding.c (rb_enc_init): UTF-{16,32}{BE,LE} are not builtin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a402f2e553..d1cd49098b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jan 8 23:55:15 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * encoding.c (rb_enc_init): UTF-{16,32}{BE,LE} are not builtin.
+
Tue Jan 8 22:33:03 2008 NARUSE, Yui <naruse@ruby-lang.org>
* encoding.c, Makefile.in, include/ruby/oniguruma.h,