aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-07 05:16:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-07 05:16:26 +0000
commit013b277316157a255141f2f5ddc2e0da9f167214 (patch)
tree7bcd611f4b1b5838eee4a2e8ead84a5559967c8f /ChangeLog
parent94ecf211e574a3d8440efb5018d41fd0e1a92d1b (diff)
downloadruby-013b277316157a255141f2f5ddc2e0da9f167214.tar.gz
* string.c, include/ruby/encoding.h: fixed types.
* include/ruby/encoding.h (rb_enc_nth): long is used for index. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23358 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 0eefff6758..72dde736cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu May 7 14:16:24 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * string.c, include/ruby/encoding.h: fixed types.
+
+ * include/ruby/encoding.h (rb_enc_nth): long is used for index.
+
Thu May 7 14:01:55 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* range.c (r_le): fixed types.