From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] unexec() for Cygwin, try #3 Date: Sun, 11 Apr 2004 09:54:57 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1081670282 20649 80.91.224.253 (11 Apr 2004 07:58:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Apr 2004 07:58:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Apr 11 09:57:52 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 1BCZqi-000162-00 for ; Sun, 11 Apr 2004 09:57:52 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BCZqh-0002yX-00 for ; Sun, 11 Apr 2004 09:57:52 +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 1BCZob-0003ZY-Ae for emacs-devel@quimby.gnus.org; Sun, 11 Apr 2004 03:55:41 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BCZoW-0003ZA-9L for emacs-devel@gnu.org; Sun, 11 Apr 2004 03:55:36 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BCZo0-0003Qq-4T for emacs-devel@gnu.org; Sun, 11 Apr 2004 03:55:35 -0400 Original-Received: from [212.227.126.188] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BCZnz-0003Q0-FN for emacs-devel@gnu.org; Sun, 11 Apr 2004 03:55:03 -0400 Original-Received: from [212.227.126.209] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BCZnx-0005ck-00; Sun, 11 Apr 2004 09:55:01 +0200 Original-Received: from [80.136.243.103] (helo=ate.maierh) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1BCZnx-0001fp-00; Sun, 11 Apr 2004 09:55:01 +0200 Original-Received: by ate.maierh (Postfix, from userid 500) id E68CB17B62; Sun, 11 Apr 2004 09:54:58 +0200 (CEST) Original-To: Joe Buehler In-Reply-To: (Joe Buehler's message of "Wed, 31 Mar 2004 07:52:37 -0500") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:7f9705e6678292fb4e27195dea438aa3 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:21472 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21472 Joe Buehler writes: > - code formatting fixed > - debugging printf's conditionalized and off by default > - added support for Xaw3d scrollbar widgets > - strcasecmp instead of strcmp for .exe suffix > - added comment about object ordering for link (comment from Stephan Monier) > > Please install in CVS for me, I don't have write access (and given how > little I know about CVS, it would be somewhat dangerous to give it to me...) Today I tried your patch and _all_ worked fine on cygwin except patching of the ChangLog files. I crosschecked too building of the W32 version with the gcc mingw port and under GNU/Linux. Here too all worked fine. So I assume installing of the patch would be fine. Harald