Re: thunking, the next step

2003-11-17 Thread Corinna Vinschen
On Fri, Nov 14, 2003 at 02:10:10PM -0500, Christopher Faylor wrote: On Sat, Nov 15, 2003 at 04:52:43AM +1100, Robert Collins wrote: On Sat, 2003-11-15 at 02:57, Christopher Faylor wrote: On Fri, Nov 14, 2003 at 11:02:11PM +1100, Robert Collins wrote: Ok, I've now integrated and generalised

Re: thunking, the next step

2003-11-17 Thread Corinna Vinschen
On Mon, Nov 17, 2003 at 10:31:29PM +1100, Robert Collins wrote: On Mon, 2003-11-17 at 22:21, Corinna Vinschen wrote: This would require a decision only on the first time a function is called. There's more to it than that. you MUST NOT hand the A series call longer paths than MAX_PATH,

RE: The increased path length changes

2003-11-17 Thread Parker, Ron
-Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED] 1) Does Ron Parker have an assignment on file with Red Hat? I can't find one, if so. This will be a requirement if the patches are accepted. The mechanical change that was just checked in is ok but any more

RE: thunk createDirectory and createFile calls

2003-11-17 Thread Parker, Ron
-Original Message- From: Robert Collins [mailto:[EMAIL PROTECTED] On Sat, 2003-11-15 at 02:52, Christopher Faylor wrote: It is a given that we're working in cygwin. Adding a cygwin_ to the beginning of a function is just noise. Heh, will fix... was following Ron's convention

(fhandler_base::lseek): Include high order bits in return.

2003-11-17 Thread Brian Ford
This bug fix got our app past its first problem with 2 Gig files, but then it tripped over ftello. I'm still trying to figure that one out. It looks like it got a 32 bit sign extended value somewhere. Any help would be appreciated. Thanks. 2003-11-17 Brian Ford [EMAIL PROTECTED] *

RE: Additional Cygwin long file path patch

2003-11-17 Thread Parker, Ron
From: Parker, Ron [mailto:[EMAIL PROTECTED] From: Robert Collins [mailto:[EMAIL PROTECTED] 1a) Update CYG_MAX_PATH to (say) 270. Check for issues with the change occuring, and rectify. I actually bumped CYG_MAX_PATH to 520, double its previous value. It seems to be work for me and

Re: (fhandler_base::lseek): Include high order bits in return.

2003-11-17 Thread Brian Ford
On Mon, 17 Nov 2003, Brian Ford wrote: On Mon, 17 Nov 2003, Corinna Vinschen wrote: On Mon, Nov 17, 2003 at 03:40:46PM -0600, Brian Ford wrote: On Mon, 17 Nov 2003, Brian Ford wrote: This bug fix got our app past its first problem with 2 Gig files, but then it tripped over

Re: Small patch for the FAQ

2003-11-17 Thread Pierre A. Humblet
At 10:37 PM 11/13/2003 +, David Starks-Browning wrote: It will be *quite* some time before I am able to wade through the main cygwin list and discover things for the FAQ on my own. But I should be able to apply patches on a fairly regular and timely basis, at least for a while. Thanks