Re: [Bug-wget] Download files and preserve their data and time

2011-08-25 Thread Giuseppe Scrivano
Ray Satiro raysat...@yahoo.com writes: Calling utime() works. You could also use SetFileTime(). 2489 changed utime to utimes but the CRT doesn't have utimes. thanks to have checked it. I am going to apply the patch below. Cheers, Giuseppe === modified file 'configure.ac' ---

Re: [Bug-wget] Download files and preserve their data and time

2011-08-24 Thread David H. Lipman
From: Ray Satiro raysat...@yahoo.com From: David H. Lipman dlip...@verizon.net Subject: Re: [Bug-wget] Download files and preserve their data and time To: bug-wget@gnu.org Date: Tuesday, August 23, 2011, 4:38 PM From: Giuseppe Scrivano gscriv...@gnu.org WinXP/Vista -- Win32 Y:\wget

Re: [Bug-wget] Download files and preserve their data and time

2011-08-20 Thread Giuseppe Scrivano
David H. Lipman dlip...@verizon.net writes: I don't know when it happened, probably when I upgraded WGET, but when I download files thedy inherit the date and time of the file of when they were downloaded. It used to be that when the file was downloaded, it retained the date and time of

Re: [Bug-wget] Download files and preserve their data and time

2011-08-20 Thread David H. Lipman
From: Giuseppe Scrivano gscriv...@gnu.org David H. Lipman dlip...@verizon.net writes: I don't know when it happened, probably when I upgraded WGET, but when I download files thedy inherit the date and time of the file of when they were downloaded. It used to be that when the file was

Re: [Bug-wget] Download files and preserve their data and time

2011-08-20 Thread Giuseppe Scrivano
David H. Lipman dlip...@verizon.net writes: WinXP/Vista -- Win32 Y:\wget --version GNU Wget 1.12-2504 built on mingw32. the change introduced by the revision gscriv...@gnu.org-20110419103346-cctazi0zxt2770wt could be the reason of the problem you have reported. If it is possible for you to

Re: [Bug-wget] Download files and preserve their data and time

2011-08-20 Thread David H. Lipman
From: Giuseppe Scrivano gscriv...@gnu.org David H. Lipman dlip...@verizon.net writes: WinXP/Vista -- Win32 Y:\wget --version GNU Wget 1.12-2504 built on mingw32. the change introduced by the revision gscriv...@gnu.org-20110419103346-cctazi0zxt2770wt could be the reason of the problem