X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Fri, 01 Jan 2010 10:48:52 +0200 From: Eli Zaretskii Subject: Re: [cyd AT stupidchicken DOT com: Emacs 23.1.91 pretest] In-reply-to: <80fb313b-736e-437b-bc5b-3042313388e1@z41g2000yqz.googlegroups.com> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <83k4w2fbwr.fsf@gnu.org> References: <83ws03ezo5 DOT fsf AT gnu DOT org> <13650ca6-9404-4ad7-bfc0-af9d64db7510 AT m3g2000yqf DOT googlegroups DOT com> <83skaqgaj3 DOT fsf AT gnu DOT org> <80fb313b-736e-437b-bc5b-3042313388e1 AT z41g2000yqz DOT googlegroups DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Rugxulo > Date: Thu, 31 Dec 2009 12:39:26 -0800 (PST) > > > Well, I thought I'd do it, but got even busier: Emacs switched to > > Bazaar as its VCS, > > I'm surprised it's not Git, considering how beloved that is these days > (Perl, NASM, Stone Soup). I'm actually glad it's not git, because it kicks a** on GNU/Linux, but sucks on Windows (and requires top install MSYS, a Cygwin fork). Anyway, the real reason was that Bazaar is a GNU project, while git isn't. You can read the discussions in emacs-devel archives, several months ago. > 1). Are there any files that have hardcoded data (e.g. paths) in them > that should be avoided when making the .ZIP? Anything that would be > site-specific or only run in LFNs (or SFNs), etc.? Just off the top of > your head. Nothing should hold file names from the build system. I used to grep everything for X:/foo/bar (where X:/foo/bar is the directory where I built the binaries) to make sure no such bugs crept in. > 2). Would it be horribly wrong to make /beta/ use the SYSTEM_MALLOC > build (e.g. Vista)? I figure /current/ can be normal, so users at > least have a choice and don't have to recompile. That'd be fine, thanks.