Re: [PATCH] Remove unused check in configure.ac

2017-09-15 Thread Andrey Gursky
06.05.2017, 19:52, "Yury V. Zaytsev" : On Wed, 19 Apr 2017, Andrey Gursky wrote: AC_STRUCT_ST_BLOCKS is a leftover from cleanup in 0ba019a90b3798abae32ba261e72b737dc945615 I don't understand why you're saying that this macro is unused. It defines HAVE_STRUC

Re: file timestamps not preserved

2017-05-05 Thread Andrey Gursky
east with zip) and will look into. Regards, Andrey ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: file timestamps not preserved

2017-05-05 Thread Andrey Gursky
Hi Nerijus, On Fri, 5 May 2017 17:43:34 +0300 Nerijus Baliunas wrote: > On Wed, 19 Apr 2017 01:36:49 +0200 Andrey Gursky > wrote: > > > I received the file and was able to reproduce the issue. > > I applied both patches to 4.8.19: > [PATCH] Initialize struct stat

[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 @@ gl_PROMOTED_TYPE_M

[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 last

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, > &

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: > &

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 tim

Re: file timestamps not preserved

2017-04-18 Thread Andrey Gursky
a tar.gz archive and copied a file on ext4 fs. The timestamp of the extracted file was OK. For me more info for reproducing would be needed. Regards, Andrey ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: Help testing the pre-release of mc-4.8.18

2016-09-26 Thread Andrey Tataranovich
On Mon, 26 Sep 2016 13:17:36 +0200 (CEST) "Yury V. Zaytsev" wrote: > Hi Andrey, > > Thank you for testing! > > On Mon, 26 Sep 2016, Andrey Tataranovich wrote: > > > Have found "SFTP Protocol error (-31)" when entering directory with > > cyr

Re: Help testing the pre-release of mc-4.8.18

2016-09-26 Thread Andrey Tataranovich
multiple archive formats and noticed that zoo archive listing is broken (was already broken in 4.8.17). -- WBR, Andrey Tataranovich ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: mc^2 news (august 2016)

2016-09-11 Thread Andrey Gursky
but to block the ongoing work to force other to work on that solution (or to force other to wait until a maintainer himself completes this) is a no go in my opinion. Regards, Andrey [1] libusb: Maintainer fail How I failed to run an open source project https://media.ccc.de/v/32c

Re: Annoying bug in FISH, could you please patch your packages?

2016-03-15 Thread Andrey Tataranovich
hanks! > I have completed the build of Debian/Ubuntu packages which include this patch. New packages already uploaded to repository. -- WBR, Andrey Tataranovich ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: mc^2 news (january 2016)

2016-03-06 Thread Andrey Gursky
On Sat, 27 Feb 2016 17:58:12 +0100 (CET) "Yury V. Zaytsev" wrote: > On Sat, 27 Feb 2016, Andrey Gursky wrote: > > > Yury, do you plan to close all tickets with milestone 4.8.16 for the > > release? > > I can't tell; if I get time, then yes, I hope to, if

Re: Can we fix 'make dist' before 4.8.16 release?

2016-03-04 Thread Andrey Tataranovich
7; tarball? -- WBR, Andrey Tataranovich ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: Can we fix 'make dist' before 4.8.16 release?

2016-03-03 Thread Andrey Tataranovich
On Fri, 04 Mar 2016 09:48:16 +0300 Andrew Borodin wrote: > On Fri, 4 Mar 2016 09:31:25 +0300 Andrey Tataranovich > wrote: > > Can we cherry-pick cee105c40952d4855ba47640 to master before 4.8.16 > > - this will fix nightly builds for Debian/Ubuntu packages. > > T

Can we fix 'make dist' before 4.8.16 release?

2016-03-03 Thread Andrey Tataranovich
Hello, Can we cherry-pick cee105c40952d4855ba47640 to master before 4.8.16 - this will fix nightly builds for Debian/Ubuntu packages. Also I think travis should use 'make dist' tarball as a build source. -- WBR, Andrey Tataranovich __

MC failed to build from 'make dist' tarball

2016-03-01 Thread Andrey Tataranovich
Hello, Please accept a small patch which fixes compilation error when MC compiled from tarball prepared by 'make dist'. https://github.com/MidnightCommander/mc/pull/90 Compilation output attached. -- WBR, Andrey Tataranovich Making all in src make[2]: Entering directory `/tmp/test

Re: mc^2 news (january 2016)

2016-02-27 Thread Andrey Gursky
kets with milestone 4.8.16 for the release? I'm planning to submit a new patch, but because I had no substantial feedback about my already submitted patches (2+ months) I'm feeling discouraged and postponed a cleanup. -- Andrey ___ mc-devel mailin

Midnight commander ARM architecture support

2015-12-18 Thread Andrey Tataranovich
://www.tataranovich.com/debian jessie main and run apt-get update Or download packages from http://www.tataranovich.com/debian/pool/ To verify GPG signature you need to install tataranovich-keyring package. I'm asking if community need such builds and which hardware you use. -- WBR, A

Re: Midnight Commander not compiles on Debian Squeeze

2015-10-20 Thread Andrey Tataranovich
port "cost" for Debian Squeeze is going higher (higher than cost of electricity which buildbot spend to build package) then I will drop support for Debian Squeeze. -- WBR, Andrey Tataranovich diff --git a/m4.include/ac-glib.m4 b/m4.include/ac-glib.m4 index c7fd084..ff892c7 100

Re: Midnight Commander not compiles on Debian Squeeze

2015-10-19 Thread Andrey Tataranovich
explicitly fail > on glib version checking. I forgot to do this, and I'm asking > mainstream developers to do it for me. Glib version check should be introduced in this case. My opinion - if configure completes without error, then compilation should

Midnight Commander not compiles on Debian Squeeze

2015-10-19 Thread Andrey Tataranovich
uildd/mc-4.8.14~git20151019/src' Debian Squeeze libc6 version is 2.11.3. -- WBR, Andrey Tataranovich ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: Midnight Commander 4.8.14 released

2015-03-23 Thread Andrey Tataranovich
ander.org/wiki/Binaries#DebianandUbuntu - -- WBR, Andrey Tataranovich -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAEBCgAGBQJVEBnBAAoJEL4cLh3Nk9A+ZlgIAIHIPUseHBkDCji7EeoMbMcq Qxx4nDsawB7J178CrY9I7Zt6dl0BjIPMHVKEYwYkW+y1V4ZgWfwBfpEjLBCthzkj yQaEiUpm9UPUOW2oJ4tNMS7eRjH

SSL certificate expired

2015-01-16 Thread Andrey Tataranovich
Hello, SSL certificate for https://www.midnight-commander.org/ expired: http://i.gyazo.com/c6f077b280722605ebd5433bcf9664d9.png -- WBR, Andrey Tataranovich ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: error or i don't understend some thing

2015-01-15 Thread Andrey Tataranovich
4.04 > I'm using mc 4.8.13 from my own repository (http://www.tataranovich.com/repository.html) and Shift+F4 works fine. Try to update mc from my repo. P.S. Which terminal emulator do you use? Show result of "echo $TERM" -- WBR, Andrey Tataranovich __

Re: compiling mc under ubuntu 12.04

2012-06-22 Thread Andrey Tataranovich
prebuild versions from your distributions or some from: https://www.midnight-commander.org/wiki/Binaries -- WBR, Andrey Tataranovich ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: bugs in latest Midnight Commander, version 4.6.2

2009-06-12 Thread Andrey Smirnov
i've had to delete .mc directory and let mc start a fresh one. Without that i've had strange errors concerning keys (F3/F4) and saving setup options. Could you please try moving .mc somewhere and tell us if this helps. -- Sincerly yours, Andrey. _

Re: Visible tabs in master version

2009-05-21 Thread Andrey Smirnov
Andrey Smirnov пишет: P.S. Is there a way to report issues directly to trac? Or should i report them to savannah? I found the 'Register' link 5 seconds after mailing this message, sorry. -- Andrey Smirnov. ___ Mc-devel mailing

Visible tabs in master version

2009-05-21 Thread Andrey Smirnov
Hello. I'm seeking how to customize visibility of tabs and other whitespace. Is that planned? Currently this is hardcoded and cannot be turned off. P.S. Is there a way to report issues directly to trac? Or should i report them to savannah? -- Andrey Sm

[patch #6608] Don't crash if hint files are missing

2008-08-09 Thread Andrey Rahmatullin
URL: Summary: Don't crash if hint files are missing Project: GNU Midnight Commander Submitted by: wrar Submitted on: Суббота 09.08.2008 at 17:13 Category: None Priorit

[patch #6607] Use arj instead of unarj

2008-08-09 Thread Andrey Rahmatullin
URL: Summary: Use arj instead of unarj Project: GNU Midnight Commander Submitted by: wrar Submitted on: Суббота 09.08.2008 at 17:06 Category: Menu and associations Pri

[patch #6606] Store configs in /etc, not /usr

2008-08-09 Thread Andrey Rahmatullin
URL: Summary: Store configs in /etc, not /usr Project: GNU Midnight Commander Submitted by: wrar Submitted on: Суббота 09.08.2008 at 17:03 Category: None Priority: 5 -

[patch #6605] Fix viewing tar files with colons in the name

2008-08-09 Thread Andrey Rahmatullin
URL: Summary: Fix viewing tar files with colons in the name Project: GNU Midnight Commander Submitted by: wrar Submitted on: Суббота 09.08.2008 at 16:38 Category: Viewer

[patch #6604] Add extfs for cab files

2008-08-09 Thread Andrey Rahmatullin
URL: Summary: Add extfs for cab files Project: GNU Midnight Commander Submitted by: wrar Submitted on: Суббота 09.08.2008 at 16:30 Category: VFS Priority: 3 - Low

[patch #6603] Add nemerle syntax

2008-08-09 Thread Andrey Rahmatullin
URL: Summary: Add nemerle syntax Project: GNU Midnight Commander Submitted by: wrar Submitted on: Суббота 09.08.2008 at 16:19 Category: Editor Priority: 3 - Low

[patch #6602] Build with system libpopt

2008-08-09 Thread Andrey Rahmatullin
URL: Summary: Build with system libpopt Project: GNU Midnight Commander Submitted by: wrar Submitted on: Суббота 09.08.2008 at 16:17 Category: Core Priority: 6

[patch #6601] Recognize .cl as Lisp source

2008-08-09 Thread Andrey Rahmatullin
URL: Summary: Recognize .cl as Lisp source Project: GNU Midnight Commander Submitted by: wrar Submitted on: Суббота 09.08.2008 at 15:54 Category: Editor Priority: 3 -

Some MC 4.6.1 bugs

2006-11-13 Thread Andrey Chernov
igned char) cast before printing characters in ncurses mode. Note: Russian characters are not highlighted when compiled with Slang. I use "Full 8-bit input" On and KOI8-R as Input/display codepage in both cases. -- Best regards, Andrey Chernov

[bug #18136] MC wont work with new bash-3.2 propeply with all directories.

2006-11-02 Thread Andrey
Follow-up Comment #1, bug #18136 (project mc): I made the patch to work with bash 3.2. Apparently bash changed to the way of handling character codes similar to that of tsch. I have not tested it well and not checked it with bash 3.1. Report any problems here.

Re: some problems with do_*_ca_mode()

2005-11-24 Thread Andrey V. Malyshev
t_ca_mode(), and it isn't disabled any more just because OTHER_CURSES is defined. 2001-09-15 Pavel Roskin <[EMAIL PROTECTED]> * ... Call do_exit_ca_mode() and do_enter_ca_mode() even with ncurses. Pavel, do you r

Re: some problems with do_*_ca_mode()

2005-11-24 Thread Andrey V. Malyshev
Hello, Leonard! You wrote to "MC development" on Thu, 24 Nov 2005 13:46:23 +0100: LdO> On Thu, 2005-11-24 at 18:56 +0700, Andrey V. Malyshev wrote: ??>> (*) By the way: in the slvideo.c file is defined another ??>> SLtt_init_video() function. It what cases thi

Re: some problems with do_*_ca_mode()

2005-11-24 Thread Andrey V. Malyshev
Hello, Bart! You wrote to "Andrey V. Malyshev" <[EMAIL PROTECTED]> on Thu, 24 Nov 2005 22:10:05 +1300 (NZDT): JN>>> #ifdef HAVE_SLANG JN>>> SLtt_write_string (ti_cap); JN>>> #else JN>>> putp (ti_cap); JN>>> #endif JN>>>

Re: some problems with do_*_ca_mode()

2005-11-23 Thread Andrey V. Malyshev
Hello, Jindrich! You wrote to "Leonard den Ottolander" <[EMAIL PROTECTED]> on Wed, 23 Nov 2005 20:23:37 +0100: JN> I agree with Andrey here, that we should use "ti" and "te" sequences JN> acquired from termcap database instead of hardcoded ones. The pr

Fwd: some problems with do_*_ca_mode()

2005-11-17 Thread Andrey V. Malyshev
This is copy for mailing-list, sorry. == * Forwarded by Andrey V. Malyshev <[EMAIL PROTECTED]> * From: "Andrey V. Malyshev" <[EMAIL PROTECTED]> * Date: Fri, 18 Nov 2005 11:01:46 +0700 * To: "Leon

some problems with do_*_ca_mode()

2005-11-17 Thread Andrey V. Malyshev
it is better to call SLtt_tgetstr() because it works in both Slang/Termcap and Slang/Terminfo cases, in opposite to SLtt_tigetstr(), wich works in Slang/Terminfo case only. The patch for all things is attached. Thanks for attention. If there are any mistakes or misunderstandings here, point me to

sync4.c, sync4.h

2005-07-30 Thread Andrey Siver
Hello people, I continue the work on how to make MC be synchronized via `dnotify' kernel feature. I applied some Pavel Tsekov's recommendations. Yes, it does not currently work in all cases, but seems to be doing nothing bad. And it does not like `auto_menu=1'. Andrey P.S.

was: Re[2]: Synchronization of the panels

2005-04-19 Thread Siver Andrey
Hello, Pavel Ts.,   Thank you for the suggestions.  I was seriously ill and could read the message only today.   Even if I made all noted changes they would not resolve the problem with "cannot change dir." error message.     Best regards,   Andrey   - Original Message - Fr

[patch] Synchronization of the panels

2005-04-02 Thread Siver Andrey
lso prepared patches for main.h and configure.ac (I also registered "enable-synchro" option; it will be useful until patch become stable); you may use sync4.h and sync4.c also. Unfortunately I'm not such a person now :).   Suggestions are welcome.     Thanks,   Andrey sync4.h Descript

Re: Fw: [patch] Synchronization of the panels (fwd)

2005-03-17 Thread Siver Andrey
Hello Pavel, - Original Message - From: "Pavel Tsekov" <[EMAIL PROTECTED]> To: "Siver Andrey" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, March 09, 2005 6:48 PM Subject: Re: Fw: [patch] Synchronization of the panels (fwd) > Hello Andrey, > >

Fw: [patch] Synchronization of the panels (fwd)

2005-03-16 Thread Siver Andrey
Sorry, I e-mailed a message not to the main list: - Original Message - From: "Siver Andrey" <[EMAIL PROTECTED]> To: "Miguel de Icaza" <[EMAIL PROTECTED]> Sent: Sunday, February 27, 2005 3:33 PM Subject: Re: [patch] Synchronization of the panels (fwd

[patch] Synchronization of the panels

2005-02-21 Thread Siver Andrey
Hi,   Please consider my patch to synchronize the panels with hard drives state.     Andrey main.c.diff Description: Binary data sync.inc Description: Binary data ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

Synchronization with drive state

2005-02-11 Thread Siver Andrey
but do not understand how refreshing calls. Could anybody make some comments on this point?     Best regards, Andrey dnotify.c Description: Binary data ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

[PATCH] hotlist.c - fix coredump (trivial)

2002-05-04 Thread Andrey Panov
Hello! This will prevent MC from dumping core if user pressed Del in Active VFS dialog. (Ctrl-X a) Is there a way to delete selected active vfs? I've read the sources, but didn't find an easy way to implement this. -- Andrey --- /home/apx/src/mc/src/hotlist.c Sun Dec 2

[RFC] [PATCH] One history for all searches

2002-05-04 Thread Andrey Panov
. -- Andrey mc-unisearchhistory.gsm.patch.bz2 Description: BZip2 compressed data