From c84212bb340b0781e478482b17bb00df814600fc Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 10 Feb 2009 11:57:07 +0000 Subject: * ext/socket/ancdata.c (anc_inspect_socket_creds): refactored to avoid a rb_str_cat2 call. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c4ce46542..739af6049 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 10 20:56:07 2009 Tanaka Akira + + * ext/socket/ancdata.c (anc_inspect_socket_creds): refactored to avoid + a rb_str_cat2 call. + Tue Feb 10 04:34:38 2009 Nobuyoshi Nakada * configure.in (when): makes parentheses balanced. -- cgit