From fa127bbb189a88921870ccd922744a7aa14aa009 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 21 Oct 2008 15:52:07 +0000 Subject: * string.c (rb_external_str_new_with_enc): wrong condition to calculate strlen(). * ext/readline/readline.c: add encoding support. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1307cef30c..5734a86dd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,13 @@ Wed Oct 22 00:29:13 2008 Masatoshi SEKI * test/rinda/test_rinda.c (test_core_03_notify): Fixed test failures [ruby-dev:36837]. +Wed Oct 22 00:22:06 2008 Yukihiro Matsumoto + + * string.c (rb_external_str_new_with_enc): wrong condition to + calculate strlen(). + + * ext/readline/readline.c: add encoding support. + Tue Oct 21 23:12:24 2008 Yukihiro Matsumoto * ext/stringio/stringio.c (strio_write): should convert writing -- cgit v1.2.3