From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] unexec() for Cygwin port Date: 29 Mar 2004 16:10:02 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <9003-Mon29Mar2004212726+0300-eliz@gnu.org> <4068894A.1070402@hekimian.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080594755 19696 80.91.224.253 (29 Mar 2004 21:12:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Mar 2004 21:12:35 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 29 23:12:27 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B843X-0007xn-00 for ; Mon, 29 Mar 2004 23:12:27 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B843X-0000ok-00 for ; Mon, 29 Mar 2004 23:12:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B842Q-00011E-QT for emacs-devel@quimby.gnus.org; Mon, 29 Mar 2004 16:11:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B842I-0000ym-O7 for emacs-devel@gnu.org; Mon, 29 Mar 2004 16:11:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B841l-0000Od-Rc for emacs-devel@gnu.org; Mon, 29 Mar 2004 16:11:09 -0500 Original-Received: from [206.47.199.164] (helo=simmts6-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B841D-00082Y-Cm; Mon, 29 Mar 2004 16:10:03 -0500 Original-Received: from empanada.local ([67.71.25.239]) by simmts6-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040329211000.SOWT8424.simmts6-srv.bellnexxia.net@empanada.local>; Mon, 29 Mar 2004 16:10:00 -0500 Original-Received: by empanada.local (Postfix, from userid 502) id 3390214B394; Mon, 29 Mar 2004 16:10:02 -0500 (EST) Original-To: Joe Buehler In-Reply-To: <4068894A.1070402@hekimian.com> Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21068 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21068 >> Also, the code has lots of printf statements, most of which seem to be >> left-overs from testing/debugging phase. If so, they should be >> removed or #ifdef'ed away, I think. > Some of them are for error cases, which I definitely don't want to > change. > All of them only apply to undumping, which only happens during a > build. I would like them to stay to help in solving any reported > problems. The macosx code also spits lots of "debug" output when dumping and noone has complained about it. I don't see any problem with that. Especially during pretest. Stefan