Re: [MC BUG, PATCH] moved files are accounted twice

2003-07-23 Thread Pavel Roskin
On Wed, 9 Jul 2003, it was written: When moving 1 files every file is accounted twice in count progress bar. Each file is copied with copy_file_file() (which does accounting) and then removed. Following patch fixes this (don't know if this has any side effects). Consider applying. Patch is

Removal of PC port

2003-07-23 Thread Pavel Roskin
Hello! I have removed the code for native Windows support. This code has been broken for years and nobody cared to fix it. Successful projects that have good Windows ports usually have a well developed infrastructure for portability. Most of them are written in high-level languages (Mozilla,

Re: [MC BUG, PATCH] moved files are accounted twice

2003-07-23 Thread mc-devel-admin
On Tue, Jul 22, 2003 at 11:38:58PM -0400, Pavel Roskin wrote: On Wed, 9 Jul 2003, it was written: When moving 1 files every file is accounted twice in count progress bar. Each file is copied with copy_file_file() (which does accounting) and then removed. Following patch fixes this

sort order

2003-07-23 Thread Koblinger Egmont
Hi, mc sorts the files in standard ascii order (strcmp() instead of strcoll()). IMHO it would be better if it sorted them according to the current locale. This way those who don't like this still can set LC_COLLATE=C to revert the current behavior. (Tested with 4.6.0) bye, Egmont

Re: Ftpfs fixes

2003-07-23 Thread Andrew V. Samoilov
Applied. Thanks! By the way, if any error happens in the passive mode (e.g. no permission to read a directory), mc switches to normal mode for the rest of the FTP session. That's fatal if only passive mode is possible. Could you please look at that? Sorry, I cannot reproduce this bug with

Re: Removal of PC port

2003-07-23 Thread Frédéric L . W . Meunier
Pavel Tsekov wrote: Can you outline some of the Cygwin changes that you want to see implemented ? I'd be glad if you investigated http://mail.gnome.org/archives/mc/2003-January/msg00071.html to see if it's a mc or screen problem. -- [EMAIL PROTECTED], dyndns.org}

Re: Removal of PC port

2003-07-23 Thread Pavel Tsekov
Can you outline some of the Cygwin changes that you want to see implemented ? I'd be glad if you investigated http://mail.gnome.org/archives/mc/2003-January/msg00071.html to see if it's a mc or screen problem. Ok, I will see what I can do. Note that I do not follow the main MC mailing

Re: Ftpfs fixes

2003-07-23 Thread Pavel Roskin
On Wed, 23 Jul 2003, Andrew V. Samoilov wrote: By the way, if any error happens in the passive mode (e.g. no permission to read a directory), mc switches to normal mode for the rest of the FTP session. That's fatal if only passive mode is possible. Could you please look at that?

Re: Removal of PC port

2003-07-23 Thread Pavel Roskin
On Wed, 23 Jul 2003, Pavel Tsekov wrote: Can you outline some of the Cygwin changes that you want to see implemented ? I have a lot of free time now since I am currently unemployed and I'd like to help improve the Cygwin port. Run *.exe files even if they don't have write permission. Show

Re: sort order

2003-07-23 Thread Pavel Roskin
On Wed, 23 Jul 2003, Koblinger Egmont wrote: mc sorts the files in standard ascii order (strcmp() instead of strcoll()). IMHO it would be better if it sorted them according to the current locale. This way those who don't like this still can set LC_COLLATE=C to revert the current behavior.