summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-16 16:26:53 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-16 16:26:53 +0000
commit3c6cf62cbb81b428acf61c5ee730344d9959042c (patch)
tree2135545ff4fefe4a17b7dbd386cf12b0f15ab208 /ChangeLog
parent6666d69acfebffc58c4a55a2f518e5a5e4d95eed (diff)
downloadruby-3c6cf62cbb81b428acf61c5ee730344d9959042c.tar.gz
ruby-3c6cf62cbb81b428acf61c5ee730344d9959042c.tar.xz
ruby-3c6cf62cbb81b428acf61c5ee730344d9959042c.zip
* transcode.c (transcode_restartable0): in_pos and out_pos never be
NULL, now. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19810 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 877a7dff5..73ab994aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 17 01:26:09 2008 Tanaka Akira <akr@fsij.org>
+
+ * transcode.c (transcode_restartable0): in_pos and out_pos never be
+ NULL, now.
+
Fri Oct 17 00:39:19 2008 Yusuke Endoh <mame@tsg.ne.jp>
* lib/test/unit.rb: sort the order of executing tests.