Re: indent bugfix / added features

2004-07-16 Thread Brian Fundakowski Feldman
On Mon, Jun 14, 2004 at 08:05:34AM -0500, Chip Norkus wrote: Followup: I was off most of the weekend, but I did find one bug and have corrected it. The new patch can be found at http://telekinesis.org/indent/indent.patch. I whipped up a simple script to test it over /usr/src and

Re: indent bugfix / added features

2004-06-15 Thread Chip Norkus
On Tue Jun 15, 2004; 12:42AM +0200 Cyrille Lefevre propagated the following: Chip Norkus [EMAIL PROTECTED] wrote I was off most of the weekend, but I did find one bug and have corrected it. The new patch can be found at http://telekinesis.org/indent/indent.patch. I whipped up a

Re: indent bugfix / added features

2004-06-14 Thread Chip Norkus
Followup: I was off most of the weekend, but I did find one bug and have corrected it. The new patch can be found at http://telekinesis.org/indent/indent.patch. I whipped up a simple script to test it over /usr/src and that is at http://telekinesis.org/indent/test.sh. I found that my

Re: indent bugfix / added features

2004-06-14 Thread Cyrille Lefevre
Chip Norkus [EMAIL PROTECTED] wrote I was off most of the weekend, but I did find one bug and have corrected it. The new patch can be found at http://telekinesis.org/indent/indent.patch. I whipped up a simple script to test it over /usr/src and that is at

Re: indent bugfix / added features

2004-06-11 Thread Jens Schweikhardt
On Thu, Jun 10, 2004 at 09:53:07PM -0500, Chip Norkus wrote: # # Hi all, # # I've been working on a major project, and decided to use indent to # normalize the code a bit. In doing so I discovered a few deficencies in # the stock FreeBSD (5.2-CURRENT) indent and decided to fix them, I #

Re: indent bugfix / added features

2004-06-11 Thread Luigi Rizzo
On Fri, Jun 11, 2004 at 04:07:40PM +0200, Jens Schweikhardt wrote: On Thu, Jun 10, 2004 at 09:53:07PM -0500, Chip Norkus wrote: ... # normalize the code a bit. In doing so I discovered a few deficencies in # the stock FreeBSD (5.2-CURRENT) indent and decided to fix them, I # thought these

Re: indent bugfix / added features

2004-06-11 Thread Jens Schweikhardt
On Fri, Jun 11, 2004 at 07:26:15AM -0700, Luigi Rizzo wrote: # On Fri, Jun 11, 2004 at 04:07:40PM +0200, Jens Schweikhardt wrote: # On Thu, Jun 10, 2004 at 09:53:07PM -0500, Chip Norkus wrote: # ... # # normalize the code a bit. In doing so I discovered a few deficencies in # # the stock

Re: indent bugfix / added features

2004-06-11 Thread Luigi Rizzo
On Fri, Jun 11, 2004 at 05:20:19PM +0200, Jens Schweikhardt wrote: ... Sigh. A request for a little bit of QA and an emoticon as well and I'm criticised. I remember when I was not yet a committer that the better I could demonstrate that the code has no ill-effect the more chances some

Re: indent bugfix / added features

2004-06-11 Thread Chip Norkus
On Fri Jun 11, 2004; 04:07PM +0200 Jens Schweikhardt propagated the following: I'm willing to commit this if you could demonstrate that it will not produce different output in the default case than it does now. Say, run the old an new versions against the FreeBSD src tree and make a diff

indent bugfix / added features

2004-06-10 Thread Chip Norkus
Hi all, I've been working on a major project, and decided to use indent to normalize the code a bit. In doing so I discovered a few deficencies in the stock FreeBSD (5.2-CURRENT) indent and decided to fix them, I thought these might be fairly common wishes (and one of them is a bugfix) and