Re: [Patch] cygcheck: More complete helptext on drive-list.

2004-10-26 Thread Bas van Gompel
Op Mon, 25 Oct 2004 17:28:07 -0400 schreef Christopher Faylor in <[EMAIL PROTECTED]>: : On Mon, Oct 25, 2004 at 06:25:16PM +0200, Bas van Gompel wrote: : > Op Mon, 25 Oct 2004 11:51:32 -0400 schreef Christopher Faylor [Messed up ChangeLog-entry] : > : I fixed this and checked it in. In genera

Re: [Patch] cygcheck: More complete helptext on drive-list.

2004-10-25 Thread Christopher Faylor
On Mon, Oct 25, 2004 at 06:25:16PM +0200, Bas van Gompel wrote: >Op Mon, 25 Oct 2004 11:51:32 -0400 schreef Christopher Faylor >in <[EMAIL PROTECTED]>: >: On Sat, Oct 23, 2004 at 10:17:02PM +0200, Bas van Gompel wrote: >: > Op Fri, 22 Oct 2004 04:34:05 +0200 (MET DST) schreef Bas van Gompel >: > i

Re: [Patch] cygcheck: More complete helptext on drive-list.

2004-10-25 Thread Bas van Gompel
Op Mon, 25 Oct 2004 11:51:32 -0400 schreef Christopher Faylor in <[EMAIL PROTECTED]>: : On Sat, Oct 23, 2004 at 10:17:02PM +0200, Bas van Gompel wrote: : > Op Fri, 22 Oct 2004 04:34:05 +0200 (MET DST) schreef Bas van Gompel : > in <[EMAIL PROTECTED]>: : > [...] : > : > : D**n, the leading newline

Re: [Patch] cygcheck: More complete helptext on drive-list.

2004-10-25 Thread Christopher Faylor
On Sat, Oct 23, 2004 at 10:17:02PM +0200, Bas van Gompel wrote: >Op Fri, 22 Oct 2004 04:34:05 +0200 (MET DST) schreef Bas van Gompel >in <[EMAIL PROTECTED]>: >[...] > >: D**n, the leading newline was lost... I fixed this and checked it in. In general, you don't add ChangeLog entries about the Ch

Re: [Patch] cygcheck: More complete helptext on drive-list.

2004-10-23 Thread Bas van Gompel
Op Fri, 22 Oct 2004 04:34:05 +0200 (MET DST) schreef Bas van Gompel in <[EMAIL PROTECTED]>: [...] : D**n, the leading newline was lost... ...and I checked in CRLF's in the Changelog... ...Ain't I doing great. :( ChangeLog-entry: 2004-10-23 Bas van Gompel <[EMAIL PROTECTED]> * Chan

Re: [Patch] cygcheck: More complete helptext on drive-list.

2004-10-22 Thread Bas van Gompel
Op Fri, 22 Oct 2004 04:34:05 +0200 (MET DST) schreef Bas van Gompel in <[EMAIL PROTECTED]>: [...] : D**n, the leading newline was lost... Should I have just checked this in? [...] L8r, Buzz. -- ) | | ---/ ---/ Yes, this | This message consists of true | I do not -- | | // rea

Re: [Patch] cygcheck: More complete helptext on drive-list.

2004-10-21 Thread Bas van Gompel
Op Fri, 22 Oct 2004 03:40:52 +0200 (MET DST) schreef Bas van Gompel in <[EMAIL PROTECTED]>: : Op Thu, 21 Oct 2004 20:08:05 -0400 schreef Christopher Faylor : in <[EMAIL PROTECTED]>: :: On Fri, Oct 22, 2004 at 01:52:46AM +0200, Bas van Gompel wrote: [...] :: >* cygcheck.cc (dump_sysinfo): In

Re: [Patch] cygcheck: More complete helptext on drive-list.

2004-10-21 Thread Bas van Gompel
Op Thu, 21 Oct 2004 20:08:05 -0400 schreef Christopher Faylor in <[EMAIL PROTECTED]>: : On Fri, Oct 22, 2004 at 01:52:46AM +0200, Bas van Gompel wrote: [...] : > 2004-10-22 Bas van Gompel <[EMAIL PROTECTED]> : > : > * cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' and : >

Re: [Patch] cygcheck: More complete helptext on drive-list.

2004-10-21 Thread Christopher Faylor
On Fri, Oct 22, 2004 at 01:52:46AM +0200, Bas van Gompel wrote: >Hi, > >Another (trivial IMO) patch, this time mostly cosmetic (again). > > >ChangeLog-entry: > >2004-10-22 Bas van Gompel <[EMAIL PROTECTED]> > > * cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' and >

[Patch] cygcheck: More complete helptext on drive-list.

2004-10-21 Thread Bas van Gompel
Hi, Another (trivial IMO) patch, this time mostly cosmetic (again). ChangeLog-entry: 2004-10-22 Bas van Gompel <[EMAIL PROTECTED]> * cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' and ``unk''; Use single puts; Add leading newline; Line up equal-signs. ---