Re: Sign error in apr_file_seek

2004-05-04 Thread Jeff Trawick
Greg Hudson wrote: On Fri, 2004-04-30 at 18:58, Joe Orton wrote: On Thu, Apr 29, 2004 at 10:44:16AM -0400, Jeff Trawick wrote: wow is there any chance you can merge your test case into the existing test suite? Index: file_io/os2/seek.c Index: file_io/unix/seek.c Index: file_io/win32/seek.c Index:

Re: Sign error in apr_file_seek

2004-05-01 Thread Greg Hudson
On Fri, 2004-04-30 at 18:58, Joe Orton wrote: > On Thu, Apr 29, 2004 at 10:44:16AM -0400, Jeff Trawick wrote: > > wow > > > > is there any chance you can merge your test case into the existing test > > suite? Index: file_io/os2/seek.c =

Re: Sign error in apr_file_seek

2004-04-30 Thread Joe Orton
Greg wasn't subscribed to [EMAIL PROTECTED] before... On Thu, Apr 29, 2004 at 10:44:16AM -0400, Jeff Trawick wrote: > Greg Hudson wrote: > >APR's handling of seeks to APR_END in buffered files has a sign error. > >I've included a patch (see the end), and a test case. > > wow > > is there any cha

Re: Sign error in apr_file_seek

2004-04-29 Thread Jeff Trawick
Greg Hudson wrote: APR's handling of seeks to APR_END in buffered files has a sign error. I've included a patch (see the end), and a test case. wow is there any chance you can merge your test case into the existing test suite?