From b7f6f734c77e71e2998f59fc4b9a7f294a23c92b Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 24 Apr 2006 23:09:01 +0000 Subject: * lib/jcode.rb (String::tr_s): should have translated non squeezing character sequence (i.e. a character) as well. thanks to Hiroshi Ichikawa [ruby-list:42090] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 787a4bf5a..ab30d7560 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Apr 25 07:55:31 2006 Yukihiro Matsumoto + + * lib/jcode.rb (String::tr_s): should have translated non + squeezing character sequence (i.e. a character) as well. thanks + to Hiroshi Ichikawa [ruby-list:42090] + Tue Apr 25 00:08:24 2006 Yukihiro Matsumoto * regex.c (re_compile_pattern): should check if c is not a -- cgit