RE: [PATCH] Percent complete in Setup.exe window title.

2002-02-24 Thread Robert Collins
Looks nice. I'll commit to HEAD shortly. Why the discardable stringtable? Rob > -Original Message- > From: Gary R. Van Sickle [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 24, 2002 6:29 PM > To: Cygwin-Patches > Subject: [PATCH] Percent complete in Setup.exe window title. > > >

Re: version information for cygcheck

2002-02-24 Thread Robert Collins
The usual thing to do for versions is to get the CVS version number and apply that. Rob

RE: [PATCH] Percent complete in Setup.exe window title.

2002-02-24 Thread Gary R. Van Sickle
> -Original Message- > From: Robert Collins [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 24, 2002 2:26 AM > To: Gary R. Van Sickle > Cc: [EMAIL PROTECTED] > Subject: RE: [PATCH] Percent complete in Setup.exe window title. > > > Looks nice. I'll commit to HEAD shortly. > > Why the di

Re: [PATCH] Percent complete in Setup.exe window title.

2002-02-24 Thread Robert Collins
=== - Original Message - From: "Gary R. Van Sickle" <[EMAIL PROTECTED]> Commmitted minus the VC cr*p. (Which wasn't changelogged anyway :}) Rob

Re: version information for cygcheck

2002-02-24 Thread Joshua Daniel Franklin
>The usual thing to do for versions is to get the CVS version number and >apply that. I'm assuming that lines like this in CVS/Entries give the version numbers: /cygcheck.cc/1.22/Tue Jan 29 03:08:42 2002/-ko/ /cygpath.cc/1.13/Thu Jan 17 16:54:01 2002/-ko/ /dump_setup.cc/1.4/Tue Jan 29 18:37:00 2

[Patch]setup.exe type prefixes for io_stream::mkpath_p and io_stream:open paths

2002-02-24 Thread Michael A Chase
- Original Message - From: "Robert Collins" <[EMAIL PROTECTED]> To: "Michael A Chase" <[EMAIL PROTECTED]>; "Jan Nieuwenhuizen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, February 24, 2002 02:44 Subject: Re: setup.exe /var, /tmp? > - Original Message - > From: "Mich

Re: [Patch]setup.exe type prefixes for io_stream::mkpath_p and io_stream:open paths

2002-02-24 Thread Robert Collins
Thanks Michael - I've applied a slight variation (cygfile:// is the appropriate prefix for the io_stream_cygfile links) to the setup200202 branch. For HEAD we should actually start using io_streams in desktop.cc which will remove the need for cygpath usage. Rather than renaming cygpath (which is c

Re: [Patch]setup.exe type prefixes for io_stream::mkpath_p and io_stream:open paths

2002-02-24 Thread Michael A Chase
- Original Message - From: "Robert Collins" <[EMAIL PROTECTED]> To: "Michael A Chase" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, February 24, 2002 17:20 Subject: Re: [Patch]setup.exe type prefixes for io_stream::mkpath_p and io_stream:open paths > Thanks Michael - I've applie

Re: [Patch]setup.exe type prefixes for io_stream::mkpath_p and io_stream:open paths

2002-02-24 Thread Robert Collins
=== - Original Message - From: "Michael A Chase" <[EMAIL PROTECTED]> > If you are going to use "cygfile://" then you shouldn't be calling > cygpath(). Whacks self on head. Thanks. Rob

help/version patches

2002-02-24 Thread Joshua Daniel Franklin
I've got patches for each of the utils to add/correct the help and version output options. There are 13 in all. I incremented the version number 0.01 from the ones in CVS/Entries with the exception of cygpath. I also added a line based on one found in strace that imbeds the compile date into the v

Re: help/version patches

2002-02-24 Thread Christopher Faylor
On Sun, Feb 24, 2002 at 09:21:43PM -0800, Joshua Daniel Franklin wrote: >I've got patches for each of the utils to add/correct the help and >version output options. There are 13 in all. I incremented the >version number 0.01 from the ones in CVS/Entries with the >exception of cygpath. I also added

RE: help/version patches

2002-02-24 Thread Robert Collins
> -Original Message- > From: Joshua Daniel Franklin [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 25, 2002 4:22 PM > To: [EMAIL PROTECTED] > Subject: help/version patches > > > I've got patches for each of the utils to add/correct the help and > version output options. There are