From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20790 invoked by alias); 18 Jan 2012 04:35:37 -0000 Received: (qmail 20050 invoked by uid 22791); 18 Jan 2012 04:35:33 -0000 X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Jan 2012 04:35:20 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0I4ZKDW008739 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 17 Jan 2012 23:35:20 -0500 Received: from psique ([10.3.112.12]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q0I4ZHNb016950 for ; Tue, 17 Jan 2012 23:35:18 -0500 From: Sergio Durigan Junior To: gdb-patches@sourceware.org Subject: Re: [PATCH] Add initialize and reallocate methods to parser expout References: X-URL: http://www.redhat.com Date: Wed, 18 Jan 2012 04:52:00 -0000 In-Reply-To: (Sergio Durigan Junior's message of "Wed, 18 Jan 2012 02:25:58 -0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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 X-SW-Source: 2012-01/txt/msg00660.txt.bz2 On Wednesday, January 18 2012, I wrote: > Hi, Sorry, I was writing the email's subject and got sidetracked, so I forgot to specify it correctly. Sergio.