Re: MC 4.6.1 WIN32

2005-09-26 Thread Pavel Tsekov
Hello, On Sun, 25 Sep 2005, adamyg wrote: Hi all, I have a 95% working version of MC for native WIN32 (using MSVC), How about using mingw ? including features like vfs ftp. The changes involve ~25 patches to base source plus a win32 subsystem to emulate missing WIN32 functionality. Is

locale(1) and iso9660 extfs

2005-09-26 Thread q#
Hi, Currently on OpenBSD there is no locale(1) yet, browsing iso images is little anoying. -- best regards q# Index: iso9660.in === RCS file: /cvsroot/mc/mc/vfs/extfs/iso9660.in,v retrieving revision 1.5 diff -u -r1.5 iso9660.in

Re: locale(1) and iso9660 extfs

2005-09-26 Thread Roland Illig
q# wrote: -save_ctype=`locale | grep LC_CTYPE` +save_ctype=`locale 2/dev/null | grep LC_CTYPE` Committed. Thanks. Roland ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

Re: utf8 patch for mc, slang 2 version

2005-09-26 Thread Koblinger Egmont
Hi, config.h @ 3 +#ifdef __APPLE__ +#define unix 1 +#endif I guess developers prefer patches created with diff -u rather than just some pseudo-code. Exctact the original source code to a directory called mc-4.6.1.orig (or actually you can call it whatever you want), copy it to mc-4.6.1 (or

Re: utf8 patch for mc, slang 2 version

2005-09-26 Thread Koblinger Egmont
Hi, I have patches for the NFC / NFD issue and two other patches for the Darwin/Mac Platform for the current UTF-8 version, with all patches applied (I don't know where to post it, so I post here, sorry): config.h @ 3 +#ifdef __APPLE__ +#define unix 1 +#endif I guess developers prefer

Re: utf8 patch for mc, slang 2 version

2005-09-26 Thread Bálint Kardos
Hi, 1) thank you for your answer, I'll post a diff if everything will work as expected :) 2) the multi-byte char Slang2 bug came up at Debian too, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316010 . I applied this patch (080_wide_chars.patch), but still counts badly. Still no Asian

new VFS directory listing parser

2005-09-26 Thread Roland Illig
The current directory listing parser (for ftpfs and extfs) has problems with file names starting with white-space or a four-digit sequence. Today I have completely rewritten the parser code. The file vfsparse.h in the patch contains a lot of parsing functions that can be used not only in the

Re: new VFS directory listing parser

2005-09-26 Thread Roland Illig
Forgot the patch. ;) Roland ftpfs-listing.patch.gz Description: GNU Zip compressed data ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

mcslang2

2005-09-26 Thread Leonard den Ottolander
Hi, All the discussion about slang2 and the utf-8 patch has inspired me to create an internal version of slang-2.0.4 to mc. This patch might still be somewhat rough around the edges, but it builds after a configure --with-screen=mcslang2. Please review. Leonard. -- mount -t life -o ro /dev/dna