From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22005 invoked by alias); 2 Jun 2014 20:43:57 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 21994 invoked by uid 89); 2 Jun 2014 20:43:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f41.google.com Received: from mail-wg0-f41.google.com (HELO mail-wg0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 02 Jun 2014 20:43:55 +0000 Received: by mail-wg0-f41.google.com with SMTP id z12so5815678wgg.24 for ; Mon, 02 Jun 2014 13:43:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Yo3z/nXCMb9yFpK6ksJ6gl9ZTfPP/l8XYueWZlAYqHw=; b=VMUA3TKuoNVkwaaqpIbfG3haGn0hYDAZOPqaKFOiKabcuCq6srx/aeBZ4CHHllsMia bSHQUJgpgP4+DQcrejcstKTGRll22Ay7A4/BKgVxdBKWG2WXdW6F9tbd3UMGjWccMz/h WhvWJgC9C4gwKYUhgdwXe6+4XPHDJ9Q4QG8yGk0/Aa1XRusnyLdJ1XnvRw9A6ohXI/MW wvyUY/jjf1GzMj01FdKifp0Y1QqkwCNm4B96WW88kIT2R50okai8IpHi1HxV2ftNamxH ydE5l6tU1lSzJhJ55oQMXxq6T/snZNYYgG3qpp6j8jPGne2p3xvQzEy072CA2Hllhubx IUAw== X-Gm-Message-State: ALoCoQloPIMb6U0kW6p8yfPYIErF8uxMHUF3ayonFq/rsN7XMH5pGmkpOBHEQ4W4y/MD6YIF9ny6 MIME-Version: 1.0 X-Received: by 10.180.91.162 with SMTP id cf2mr25405662wib.57.1401741832389; Mon, 02 Jun 2014 13:43:52 -0700 (PDT) Received: by 10.217.51.7 with HTTP; Mon, 2 Jun 2014 13:43:52 -0700 (PDT) In-Reply-To: <83ha439l4m.fsf@gnu.org> References: <83ha439l4m.fsf@gnu.org> Date: Mon, 02 Jun 2014 20:43:00 -0000 Message-ID: Subject: Re: [PATCH 1/4 v1] Add xmethod documentation and NEWS entry From: Siva Chandra To: Eli Zaretskii Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00043.txt.bz2 On Mon, Jun 2, 2014 at 12:17 PM, Eli Zaretskii wrote: >> Date: Mon, 2 Jun 2014 12:06:12 -0700 >> From: Siva Chandra >> >> The attached patch is almost the same as v19 except that it adds a >> small note about the xmethod example mentioning that xmethod in the >> example is slightly a different version of C++ operator+. > > Could you please identify the addition explicitly? I'm not sure which > note did you have in mind. Sorry for not being explicit. The part I am referring to is in the node "Writing an Xmethod". It is in the "@noindent" piece right after the first C++ example listing.