From 257d79ae2d955b7fc2153a5efcb9cd5c2505cb2a Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 11 Dec 2007 03:08:50 +0000 Subject: * encoding.c (rb_enc_get_ascii): add an argument to provide the length of the returned character. * include/ruby/encoding.h (rb_enc_get_ascii): add the argument. * re.c (rb_reg_expr_str): modify rb_enc_get_ascii call. (rb_reg_quote): ditto. (rb_reg_regsub): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index add968a32..5f8451f9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Tue Dec 11 12:05:51 2007 Tanaka Akira + + * encoding.c (rb_enc_get_ascii): add an argument to provide the + length of the returned character. + + * include/ruby/encoding.h (rb_enc_get_ascii): add the argument. + + * re.c (rb_reg_expr_str): modify rb_enc_get_ascii call. + (rb_reg_quote): ditto. + (rb_reg_regsub): ditto. + Tue Dec 11 09:40:21 2007 Tanaka Akira * include/ruby/oniguruma.h (ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE): -- cgit