summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-11 22:39:54 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-11 22:39:54 +0000
commit8130e821357852736f3e3cfed47ddab40c6b7b82 (patch)
tree488967e56cc75e852af1a7e120e2f2582da88726 /ChangeLog
parent3a966148128d7b86184a1415b74a904f71fc98c6 (diff)
downloadruby-8130e821357852736f3e3cfed47ddab40c6b7b82.tar.gz
ruby-8130e821357852736f3e3cfed47ddab40c6b7b82.tar.xz
ruby-8130e821357852736f3e3cfed47ddab40c6b7b82.zip
* encoding.c (is_data_encoding): fix condition.
* encoding.c (enc_capable): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e571d750e..62bcbdd76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Aug 12 07:38:12 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * encoding.c (is_data_encoding): fix condition.
+
+ * encoding.c (enc_capable): ditto.
+
Tue Aug 11 23:12:31 2009 Tadayoshi Funaba <tadf@dotrb.org>
* lib/date.rb (complete_frags): Monday must be suitable for %W's