From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 18D6C1A008F8 for ; Fri, 25 Mar 2016 17:58:02 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id B03C5B5D88C for ; Fri, 25 Mar 2016 18:34:38 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 3BD8F18CC7E6 for ; Fri, 25 Mar 2016 18:34:39 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 65921120482; Fri, 25 Mar 2016 18:34:39 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id D13FC120465 for ; Fri, 25 Mar 2016 18:34:35 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=f9G77dZyXDPtjN4cDZB/+enAbMo=; b=YlZgdurUiNnzFm46OD FYX3JnQjoFnRQE5VqPtOyert9FAxZqEv1W05vIw4HUhSo/BgZ4krzvKqYRi1/WAU oN4T9FFctFsqt7DShY/qPqAUjssgQ4n1J5FVLr1FGUV8YOqkF3AJ3PugTNLptPZ2 aYKZjRwenzHJEEL+TFTDvO+2w= Received: by filter0882p1mdw1.sendgrid.net with SMTP id filter0882p1mdw1.6035.56F50628E 2016-03-25 09:34:32.207519762 +0000 UTC Received: from localhost ([UNAVAILABLE]. [10.42.240.136]) by 10.42.243.102:2500 (trex/5.2.14); Fri, 25 Mar 2016 09:34:32 GMT Received: from herokuapp.com (ec2-54-167-143-249.compute-1.amazonaws.com [54.167.143.249]) by ismtpd0006p1iad1.sendgrid.net (SG) with ESMTP id BqWB-9eSR72Azw_Cni1W6Q for ; Fri, 25 Mar 2016 09:34:32.392 +0000 (UTC) Date: Fri, 25 Mar 2016 09:34:32 +0000 From: usa@garbagecollect.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 49181 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11891 X-Redmine-Issue-Author: matsuda X-Redmine-Issue-Assignee: nagai X-Redmine-Sender: usa X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6Xv89PiAykDR4nwcc3wTzGoYcAAMK9BJ8zzo 8DHUkuUhUT8gDxttjOOsCmyaOXcE3kIbkT5oLagSmDeiGXaJqzslKckLzaoMUhiejYWK5d1FbC8iba 6CUKjJSDObNWb63jxo3x4oeivxlvzqjh7i/duTYYcJ1WRIsR13OkinA/DA== X-ML-Name: ruby-core X-Mail-Count: 74564 Subject: [ruby-core:74564] [Ruby trunk Bug#11891] Initializer method name typo in Tk X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11891 has been updated by Usaku NAKAMURA. Backport changed from 2.1: REQUIRED, 2.2: REQUIRED, 2.3: REQUIRED to 2.1: DONE, 2.2: REQUIRED, 2.3: REQUIRED ruby_2_1 r54280 merged revision(s) 54021. ---------------------------------------- Bug #11891: Initializer method name typo in Tk https://bugs.ruby-lang.org/issues/11891#change-57691 * Author: Akira Matsuda * Status: Closed * Priority: Normal * Assignee: Hidetoshi Nagai * ruby -v: ruby 2.4.0dev (2015-12-27 trunk 53328) [x86_64-darwin14] * Backport: 2.1: DONE, 2.2: REQUIRED, 2.3: REQUIRED ---------------------------------------- ext/tk/lib/tkextlib/tcllib/toolbar.rb: initaialize => initialize ---Files-------------------------------- bug_11891.patch (766 Bytes) -- https://bugs.ruby-lang.org/