aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-15 20:55:27 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-15 20:55:27 +0000
commita2d85d61bdad79c89b0281dc3ad2e9afc3ae1c6b (patch)
tree3732eb1be42a195d3964ceb3593049e24d6214d3 /ChangeLog
parentfc46d89b6d7a8e8859741a0120b9b4621dfb9de6 (diff)
downloadruby-a2d85d61bdad79c89b0281dc3ad2e9afc3ae1c6b.tar.gz
* enc/iso_8859_{4,13}.c: Windows-1257 is replica of ISO-8859-13.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b9e8a8fb2b..4777286b86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-Fri Feb 15 18:44:05 2008 NARUSE, Yui <naruse@ruby-lang.org>
+Sat Feb 16 05:49:54 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * enc/iso_8859_{4,13}.c: Windows-1257 is replica of ISO-8859-13.
* string.c (single_byte_optimizable): rb_enc_mbminlen must be 1
when rb_enc_mbmaxlen is 1.