[PATCH] Remove unused check in configure.ac

2017-04-18 Thread Andrey Gursky
AC_STRUCT_ST_BLOCKS is a leftover from cleanup in 0ba019a90b3798abae32ba261e72b737dc945615 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 387110daf..ac81404f5 100644 --- a/configure.ac +++ b/configure.ac @@ -180,7 +180,6 @@

[PATCH] Initialize struct stat st_[acm]tim.tv_nsec when present

2017-04-18 Thread Andrey Gursky
struct stat in libc for Linux kernel contains few fields more since 14+ years [1]. from bits/stat.h: struct timespec st_atim;/* Time of last access. */ struct timespec st_mtim;/* Time of last modification. */ struct timespec st_ctim;/* Time of

Re: file timestamps not preserved

2017-04-18 Thread Andrey Gursky
On Tue, 18 Apr 2017 17:06:57 +0200 Andrey Gursky wrote: > On Tue, 18 Apr 2017 15:55:58 +0200 Andrey Gursky wrote: > > > On Tue, 18 Apr 2017 16:30:36 +0300 Nerijus Baliūnas wrote: > > > > > 2017-04-18 16:09, Andrey Gursky rašė: > > > > Hi Nerijus, > > > > > > > > On Tue, 18 Apr 2017 15:33:50

Re: file timestamps not preserved

2017-04-18 Thread Andrey Gursky
On Tue, 18 Apr 2017 15:55:58 +0200 Andrey Gursky wrote: > On Tue, 18 Apr 2017 16:30:36 +0300 Nerijus Baliūnas wrote: > > > 2017-04-18 16:09, Andrey Gursky rašė: > > > Hi Nerijus, > > > > > > On Tue, 18 Apr 2017 15:33:50 +0300 Nerijus Baliunas wrote: > > > > > >> Hello, > > >> > > >> mc 4.8.19

Re: file timestamps not preserved

2017-04-18 Thread Andrey Gursky
On Tue, 18 Apr 2017 16:30:36 +0300 Nerijus Baliūnas wrote: > 2017-04-18 16:09, Andrey Gursky rašė: > > Hi Nerijus, > > > > On Tue, 18 Apr 2017 15:33:50 +0300 Nerijus Baliunas wrote: > > > >> Hello, > >> > >> mc 4.8.19 does not preserve timestamps of files, if they are copied from > >> tar.gz,

Re: file timestamps not preserved

2017-04-18 Thread Nerijus Baliūnas
2017-04-18 16:09, Andrey Gursky rašė: Hi Nerijus, On Tue, 18 Apr 2017 15:33:50 +0300 Nerijus Baliunas wrote: Hello, mc 4.8.19 does not preserve timestamps of files, if they are copied from tar.gz, cpio archives. But copying from zip is OK. I've built now mc (git master) on Debian

Re: file timestamps not preserved

2017-04-18 Thread Andrey Gursky
Hi Nerijus, On Tue, 18 Apr 2017 15:33:50 +0300 Nerijus Baliunas wrote: > Hello, > > mc 4.8.19 does not preserve timestamps of files, if they are copied from > tar.gz, cpio > archives. But copying from zip is OK. I've built now mc (git master) on Debian testing, entered a tar.gz archive and

file timestamps not preserved

2017-04-18 Thread Nerijus Baliunas
Hello, mc 4.8.19 does not preserve timestamps of files, if they are copied from tar.gz, cpio archives. But copying from zip is OK. Regards, Nerijus ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel