summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-23 16:03:29 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-23 16:03:29 +0000
commite573ddb70a0d86b417aa96c0f390602898ac2928 (patch)
treeb448a31f8216a1c0e013ff8e12d58f6372e32192 /ChangeLog
parent7c976a39e3697942993986833cda01d1a8443110 (diff)
downloadruby-e573ddb70a0d86b417aa96c0f390602898ac2928.tar.gz
ruby-e573ddb70a0d86b417aa96c0f390602898ac2928.tar.xz
ruby-e573ddb70a0d86b417aa96c0f390602898ac2928.zip
* encoding.{c, h} (rb_usascii_encoding): added.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15194 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 8a60f934f..47d50ebec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jan 24 01:00:34 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * encoding.{c, h} (rb_usascii_encoding): added.
+
Wed Jan 23 23:54:40 2008 Yusuke Endoh <mame@tsg.ne.jp>
* sprintf.c: fix comment. [ruby-dev:33275]