From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6501 invoked by alias); 13 Mar 2008 16:59:24 -0000 Received: (qmail 6483 invoked by uid 22791); 13 Mar 2008 16:59:23 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Mar 2008 16:58:35 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m2DGwTEx028494; Thu, 13 Mar 2008 12:58:29 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m2DGwT5F022662; Thu, 13 Mar 2008 12:58:29 -0400 Received: from opsy.redhat.com (vpn-248-144.boston.redhat.com [10.13.248.144]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m2DGwSR7021806; Thu, 13 Mar 2008 12:58:28 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 0AB84508507; Thu, 13 Mar 2008 10:06:25 -0600 (MDT) To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org Subject: Re: [RFC] Strings and arrays without malloc References: <20080309161335.GA26917@caradoc.them.org> <1205417784.6643.78.camel@localhost.localdomain> <1205425296.6643.93.camel@localhost.localdomain> From: Tom Tromey Reply-To: Tom Tromey X-Attribution: Tom Date: Thu, 13 Mar 2008 16:59:00 -0000 In-Reply-To: <1205425296.6643.93.camel@localhost.localdomain> (Thiago Jung Bauermann's message of "Thu\, 13 Mar 2008 13\:21\:35 -0300") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2008-03/txt/msg00146.txt.bz2 >>>>> "Thiago" == Thiago Jung Bauermann writes: Thiago> Well, at least Python seems to have well documented and established Thiago> conventions on reference counting and ownership, so hopefuly we won't Thiago> make too much of a mess out of it. FWIW I'm more concerned about the other direction. But, I think we can defer worrying about that a bit. Thiago> A git repo would work. I personally prefer mercurial or bazaar, Thiago> but git is fine by me. I'm not really an expert with any of them; mercurial would be fine by me. I only suggested git since I started with a clone of Volodya's repository. If you have something set up, I'm happy with that. Otherwise, if you like, I'll look into hosting options a bit. Tom