emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: file-attributes returns wrong info on Windows


From: Lennart Borgman
Subject: Re: file-attributes returns wrong info on Windows
Date: Mon, 17 Jul 2006 12:29:57 +0200
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Jason Rumney wrote:

With GNU Emacs 21.2.1 (i386-msvc-windows98.3000) of 2002-03-19 on buffy:

(nil 1 123 123 (17594 46816) (17575 36352) (17582 8600) 10733569 "-rwxrwxrwx" nil 0 (6175 . 4865))

With GNU Emacs 22.0.50.1 (i386-mingw-windows98.3000) of 2006-07-07 on MACHNO
X server distributor `Microsoft Corp.', version 4.90.3000
configured using `configure --with-gcc (3.4)'

(nil 1 123 123 (17594 46815) (17575 36351) (17582 8600) 10733569 "-rwxrwxrwx" nil 0 (6175 . 4865))

It's a mystery to me, as the relevant lines for reading file modification/creation/access times in our stat() implementation in w32.c have not changed since 1993.
Does not that include calls to convert_time? At the end of convert_time there is a line

 return (time_t) (ret * 1e-7);

Could something has changed in the arithmetics on w32?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]