From f8c39639e54e6a326662b7b0e2f47bc2ff8d2c74 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 25 Oct 2009 14:47:06 +0000 Subject: merges r24546 from trunk into ruby_1_9_1. -- * regparse.c (add_ctype_to_cc_by_range): fix the first character bigger than sb_out was dropped. * test/ruby/test_regexp.rb (TestRegexp#test_posix_bracket): add tests for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0084d7e4d..4683d8e4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Aug 16 01:10:00 2009 NARUSE, Yui + + * regparse.c (add_ctype_to_cc_by_range): fix the first + character bigger than sb_out was dropped. + + * test/ruby/test_regexp.rb (TestRegexp#test_posix_bracket): + add tests for above. + Fri Aug 14 14:31:33 2009 Nobuyoshi Nakada * configure.in (rubyhdrdir): fixed typo. [ruby-dev:39079] -- cgit