Re: file times still not quite right with 1.5.14 on Windows 98

2005-04-03 Thread Josef Drexler
Jacek Piskozub wrote: Hi, This is funny. I used the same test as Josef Drexler but on Windows ME after upgrading to cygwin 1.5.14. Of course the filesystem is also FAT (FAT32 in my case). First I tried it from a DOS window: C:\Download\test>touch test.txt C:\Download\test>ls -l test.txt

Re: file times still not quite right with 1.5.14 on Windows 98

2005-04-03 Thread Josef Drexler
Corinna Vinschen wrote: On Apr 3 15:54, Josef Drexler wrote: Eric Blake wrote: The bug is not that ctime was touched, but that mtime was not touched. Normally, Windows updates mtime automatically if you edit a file, only the ctime needed special treatment from cygwin. I have no idea why Win98

Re: file times still not quite right with 1.5.14 on Windows 98

2005-04-03 Thread Josef Drexler
cygwin internals so I don't know what's happening in detail, although I'll be happy to help with the debugging, given some pointers in where to look. -- Josef Drexler | http://jdrexler.com/home/ -+-

file times still not quite right with 1.5.14 on Windows 98

2005-04-03 Thread Josef Drexler
ASH-2.05b$ ls -l versiond.h -rw-r--r-- 1 Josef Josef 1 Apr 3 14:16 versiond.h BASH-2.05b$ ls -l --time=ctime versiond.h -rw-r--r-- 1 Josef Josef 1 Apr 3 14:16 versiond.h As expected, both mtime and ctime are the same now. -- Josef Drexler | http://jdrexler.com/home/ ---

Re: cygwin 1.5.12 & 1.5.13 break utime() on Windows 98 [Solved in snapshot]

2005-04-02 Thread Josef Drexler
ar problem had been reported for utimes() (which I didn't search for...), and I've confirmed that the problem disappeared when I installed the latest snapshot. Sorry for the noise. -- Josef Drexler | http

cygwin 1.5.12 & 1.5.13 break utime() on Windows 98

2005-04-02 Thread Josef Drexler
must be a bug in cygwin itself. For reference, the output of cygcheck -s -v -r -h for both versions can be found here: http://joesbox.cjb.net/~jdrexler/cygcheck-1.5.11.txt http://joesbox.cjb.net/~jdrexler/cygcheck-1.5.13.txt Any clues? -- Josef Drexler | http://jdrexler.c