From f23a113fcd8794c835163a1ff39dee59c4eb27c2 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 21 Dec 2007 18:21:41 +0000 Subject: * re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if the encoding of the str is ASCII-8BIT. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ab2bf0928..4ccc57d29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ Sat Dec 22 02:49:02 2007 Yukihiro Matsumoto * parse.y (command): block from cmd_brace_block was ignored. [ruby-dev:32644] + * re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if the + encoding of the str is ASCII-8BIT. + Sat Dec 22 01:52:11 2007 Yukihiro Matsumoto * io.c (io_ungetc): avoid buffer relocation, which might cause -- cgit