Re: [Patch] unlink

2004-10-31 Thread Reini Urban
Pierre A. Humblet schrieb: It works on normal files. I haven't tested with the special names because I forgot how to create them ! Feedback welcome. works fine on w2k. attached is a test to create such files. unlink works fine on these. didn't test with wchar and unicode files yet, just char. but

Re: [Patch] unlink

2004-10-31 Thread Pierre A. Humblet
At 11:36 PM 10/30/2004 -0400, Christopher Faylor wrote: On Sat, Oct 30, 2004 at 10:30:54PM -0400, Pierre A. Humblet wrote: At 01:39 PM 10/30/2004 -0400, you wrote: On Fri, Oct 29, 2004 at 06:01:51PM -0400, Pierre A. Humblet wrote: Here is a patch that should allow unlink() to handle nul etc.. on

Re: [Patch] unlink

2004-10-31 Thread Christopher Faylor
On Sun, Oct 31, 2004 at 10:14:48AM -0500, Pierre A. Humblet wrote: At 11:36 PM 10/30/2004 -0400, Christopher Faylor wrote: On Sat, Oct 30, 2004 at 10:30:54PM -0400, Pierre A. Humblet wrote: At 01:39 PM 10/30/2004 -0400, you wrote: On Fri, Oct 29, 2004 at 06:01:51PM -0400, Pierre A. Humblet wrote:

Re: [Patch] unlink

2004-10-31 Thread Pierre A. Humblet
At 06:47 PM 10/31/2004 -0500, you wrote: On Sun, Oct 31, 2004 at 10:14:48AM -0500, Pierre A. Humblet wrote: At 11:36 PM 10/30/2004 -0400, Christopher Faylor wrote: On Sat, Oct 30, 2004 at 10:30:54PM -0400, Pierre A. Humblet wrote: At 01:39 PM 10/30/2004 -0400, you wrote: On Fri, Oct 29, 2004 at

Re: [Patch] unlink

2004-10-30 Thread Christopher Faylor
On Fri, Oct 29, 2004 at 06:01:51PM -0400, Pierre A. Humblet wrote: Here is a patch that should allow unlink() to handle nul etc.. on local disks. It's a cut and paste of Corinna's open on NT and the existing CreateFile. It works on normal files. I haven't tested with the special names because I

Re: [Patch] unlink

2004-10-30 Thread Pierre A. Humblet
At 01:39 PM 10/30/2004 -0400, you wrote: On Fri, Oct 29, 2004 at 06:01:51PM -0400, Pierre A. Humblet wrote: Here is a patch that should allow unlink() to handle nul etc.. on local disks. It's a cut and paste of Corinna's open on NT and the existing CreateFile. It works on normal files. I

Re: [Patch] unlink

2004-10-30 Thread Christopher Faylor
On Sat, Oct 30, 2004 at 10:30:54PM -0400, Pierre A. Humblet wrote: At 01:39 PM 10/30/2004 -0400, you wrote: On Fri, Oct 29, 2004 at 06:01:51PM -0400, Pierre A. Humblet wrote: Here is a patch that should allow unlink() to handle nul etc.. on local disks. It's a cut and paste of Corinna's open on