Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Date: Mon, 20 Nov 2000 17:51:27 -0500 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: New versions of bzip2 and patch? Message-ID: <20001120175127.D11124@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com References: <20001120164800 DOT C9396 AT redhat DOT com> <20001120165655 DOT A10710 AT redhat DOT com> <3A19A94A DOT C6437BC9 AT t-online DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <3A19A94A.C6437BC9@t-online.de>; from michael-ring@t-online.de on Mon, Nov 20, 2000 at 11:44:26PM +0100 On Mon, Nov 20, 2000 at 11:44:26PM +0100, Michael Ring wrote: >Just found this thread here.... > >O.K. you all found me busy with other work 8-(, sorry for that. > >patch is in very good condition, I have been sitting on thins patch >(well, actually been using it) for months and the changes I made to the >code are very straightforward. I will release this asap. Btw, the new version of cygwin has some options that you can link with patch that I think might make things easier. You can link with textmode.o, binmode.o, or automode.o. textmode.o makes all opens which do not specify otherwise default to text mode regardless of mount, binmode.o makes all opens which do not specify otherwise default to binmode regardless of mount, automode.o makes opening for reading default to text and opening for writing default to binary. In retrospect, I wish I'd named this 'mixedmode.o' because I rediscovered yesterday that 'auto mode' already has a meaning within the cygwin internals. It refers to /cygdrive type of mounts. cgf