From 2c2e6ee432bcbdb2e28005021ea2eb42c871c440 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 25 Jan 2008 07:35:27 +0000 Subject: * include/ruby/intern.h (rb_str_buf_cat_ascii): declared. * string.c (rb_str_buf_cat_ascii): defined. * re.c (rb_reg_s_union): use rb_str_buf_cat_ascii to support ASCII incompatible encoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ad8e9e566..b422149fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Jan 25 16:31:47 2008 Tanaka Akira + + * include/ruby/intern.h (rb_str_buf_cat_ascii): declared. + + * string.c (rb_str_buf_cat_ascii): defined. + + * re.c (rb_reg_s_union): use rb_str_buf_cat_ascii to support ASCII + incompatible encoding. + Fri Jan 25 16:11:16 2008 Nobuyoshi Nakada * ruby.c (process_options, load_file, rb_load_file): propagates script -- cgit