ruby-changes:6668
From: nobu <ko1@a...>
Date: Wed, 23 Jul 2008 17:51:30 +0900 (JST)
Subject: [ruby-changes:6668] Ruby:r18184 (ruby_1_8): * ext/nkf/nkf-utf8/nkf.c (options): operators without any effect.
nobu 2008-07-23 17:51:20 +0900 (Wed, 23 Jul 2008) New Revision: 18184 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18184 Log: * ext/nkf/nkf-utf8/nkf.c (options): operators without any effect. Modified files: branches/ruby_1_8/ChangeLog branches/ruby_1_8/ext/nkf/nkf-utf8/nkf.c Index: ruby_1_8/ext/nkf/nkf-utf8/nkf.c =================================================================== --- ruby_1_8/ext/nkf/nkf-utf8/nkf.c (revision 18183) +++ ruby_1_8/ext/nkf/nkf-utf8/nkf.c (revision 18184) @@ -1651,7 +1651,7 @@ if (*cp=='1') { /* alias of -t */ nop_f = TRUE; - *cp++; + cp++; } else if (*cp=='2') { /* * -t with put/get @@ -1660,7 +1660,7 @@ * */ nop_f = 2; - *cp++; + cp++; } else nop_f = TRUE; continue; Index: ruby_1_8/ChangeLog =================================================================== --- ruby_1_8/ChangeLog (revision 18183) +++ ruby_1_8/ChangeLog (revision 18184) @@ -1,12 +1,12 @@ -Wed Jul 23 17:48:37 2008 Nobuyoshi Nakada <nobu@r...> +Wed Jul 23 17:51:18 2008 Nobuyoshi Nakada <nobu@r...> + * ext/nkf/nkf-utf8/nkf.c (options): operators without any effect. + * ext/socket/socket.c (init_inetsock_internal): suppress warnings. * ext/socket/socket.c (unixpath, sock_s_unpack_sockaddr_un), (sock_define_const): constified. -Wed Jul 23 17:37:25 2008 Nobuyoshi Nakada <nobu@r...> - * ext/zlib/zlib.c: suppress warnings. backported r9918 and r10358. Wed Jul 23 17:04:22 2008 Nobuyoshi Nakada <nobu@r...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/