From 489c380cd6eacdd3e3e2f038342b6c1ad117e319 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 9 Apr 2002 03:52:39 +0000 Subject: * ext/stringio/stringio.c (check_modifiable): performance improvement. avoid calling rb_str_modify() twice. * ext/stringio/stringio.c (strio_ungetc): ditto. * ext/stringio/stringio.c (strio_putc): ditto. * ext/stringio/stringio.c (strio_write): ditto, and use rb_str_cat() as possible. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bf725bbee..35ec150c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Tue Apr 9 12:44:59 2002 Nobuyoshi Nakada + + * ext/stringio/stringio.c (check_modifiable): performance + improvement. avoid calling rb_str_modify() twice. + + * ext/stringio/stringio.c (strio_ungetc): ditto. + + * ext/stringio/stringio.c (strio_putc): ditto. + + * ext/stringio/stringio.c (strio_write): ditto, and use + rb_str_cat() as possible. + Tue Apr 9 05:17:48 2002 Akinori MUSHA * re.c (match_select): fix index references and make -- cgit