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 Message-ID: <004901c16beb$53526580$0200a8c0@lifelesswks> From: "Robert Collins" To: Subject: streams code - setup HEAD Date: Tue, 13 Nov 2001 13:31:39 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 13 Nov 2001 02:37:25.0369 (UTC) FILETIME=[2107AE90:01C16BEC] I've checked in my partial streams code. It's fully self contained, but not extended to cover network io yet. If you have a sandbox on HEAD, make a diff before updating, this will make sorting conflicts (if any) easier. A few key notes: * the cflags have been changed to include CFLAGS := @CFLAGS@ -Werror -Winline -Wall -Wpointer-arith -Wcast-align\ -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wcomments automatically. This is possibly not the best place to make the change, but hey :}. * I haven't tried -O3 with setup, and as that makes the binary bigger, I'm not sure if it's a good idea. Setup.exe shouldn't have any performance problems anyway. This version supports plain old .tar files in addition to .tar.gz and .tar.bz2. This was (quite literally) a freebie once the tar and compress functions where split up. I'd like to thank Warren Young for the time and effort he put into designing the class hierarchy, which I've extended slightly, as having a clear hierarchy in advance made a lot of the code trivial. Rob