Re: 20040422 snapshot and filenames ending with . (was: Re: errors using DB_File perl module under 20040422 snapshot)

2004-05-01 Thread Corinna Vinschen
On Apr 30 14:53, Yitzchak Scott-Thoennes wrote: On Wed, Apr 28, 2004 at 12:02:21PM -0700, Yitzchak Scott-Thoennes wrote: On Tue, Apr 27, 2004 at 02:45:38AM -0700, Yitzchak Scott-Thoennes wrote: you can create files ending with a . which are not stat'able unless another file exists with

Re: 20040422 snapshot and filenames ending with . (was: Re: errors using DB_File perl module under 20040422 snapshot)

2004-04-30 Thread Yitzchak Scott-Thoennes
On Wed, Apr 28, 2004 at 12:02:21PM -0700, Yitzchak Scott-Thoennes wrote: On Tue, Apr 27, 2004 at 02:45:38AM -0700, Yitzchak Scott-Thoennes wrote: you can create files ending with a . which are not stat'able unless another file exists with the same name without the dot. (and even then rm on

Re: 20040422 snapshot and filenames ending with . (was: Re: errors using DB_File perl module under 20040422 snapshot)

2004-04-28 Thread Yitzchak Scott-Thoennes
On Tue, Apr 27, 2004 at 02:45:38AM -0700, Yitzchak Scott-Thoennes wrote: you can create files ending with a . which are not stat'able unless another file exists with the same name without the dot. (and even then rm on the dotted name removes the non-dotted file): $ cat foo. bar ^D $ cat

Re: 20040422 snapshot and filenames ending with . (was: Re: errors using DB_File perl module under 20040422 snapshot)

2004-04-28 Thread Yitzchak Scott-Thoennes
On Tue, Apr 27, 2004 at 12:04:14PM +0200, Gerrit P. Haase wrote: Yitzchak wrote: I have still an older snapshot version of cygwin running here: $ uname -r 1.5.8s(0.110/4/2) And you get the ENOENT error? When issuing the perl command, yes. BTW, this happens also with cygwin-1.5.5 in

Re: 20040422 snapshot and filenames ending with . (was: Re: errors using DB_File perl module under 20040422 snapshot)

2004-04-27 Thread Gerrit P. Haase
Yitzchak wrote: On Mon, Apr 26, 2004 at 10:40:02PM +0200, Gerrit P. Haase wrote: Hallo Yitzchak, Am Sonntag, 25. April 2004 um 21:16 schriebst du: It seems to be creating files that cygwin cannot thereafter open. $ perl -we'use Fcntl; use DB_File; tie %h, DB_File, bugaboo,

RE: errors using DB_File perl module under 20040422 snapshot

2004-04-27 Thread Hannu E K Nevalainen
From: Gerrit P. Haase Sent: Monday, April 26, 2004 10:40 PM Hallo Yitzchak, Am Sonntag, 25. April 2004 um 21:16 schriebst du: It seems to be creating files that cygwin cannot thereafter open. FAT32 disk: ( /cygdrive/d/ - used for $TEMP and /tmp, windows page files... ) To me, all

Re: errors using DB_File perl module under 20040422 snapshot

2004-04-26 Thread Gerrit P. Haase
Hallo Yitzchak, Am Sonntag, 25. April 2004 um 21:16 schriebst du: It seems to be creating files that cygwin cannot thereafter open. $ perl -we'use Fcntl; use DB_File; tie %h, DB_File, bugaboo, O_RDWR()|O_CREAT(), 0666 or die error: $!' Name main::h used only once: possible typo at -e line

errors using DB_File perl module under 20040422 snapshot

2004-04-25 Thread Yitzchak Scott-Thoennes
It seems to be creating files that cygwin cannot thereafter open. $ perl -we'use Fcntl; use DB_File; tie %h, DB_File, bugaboo, O_RDWR()|O_CREAT(), 0666 or die error: $!' Name main::h used only once: possible typo at -e line 1. error: No such file or directory at -e line 1. $ ls *bugaboo* ls: