Re: Big patch for mcview

2005-03-03 Thread Dmitry Alexeyev
On Wednesday 02 March 2005 21:40, Roland Illig wrote: > Hi all, > > I must have had too much time, as I have partly rewritten mcview. The > patch is quite large and changes many things. However, I have tested > it with all available types of data sources (see the code for > explanation), and it see

QNX 6.x filesystem information (information panel)

2003-03-24 Thread Dmitry Alexeyev
Hello Attached is patch allowing obtaining file system information for MC info panel under QNX 6.x. WBR, Dmitry qnx_info.diff Description: Binary data

SQL syntax update for PostgreSQL

2003-03-23 Thread Dmitry Alexeyev
Hello! Attached is updated sql.syntax file with some PostgreSQL keywords, which pg_dump produces. Syntax file also changed slightly to support QNX makefile includes with ".mk" extension. I get very annoyed with lots of red messages with errors, especially ones complaining about permissions and ch

small bug in cons.handler.c

2003-03-22 Thread Dmitry Alexeyev
Hello! There's a small bug in cons.handler.c in FreeBSD part. Here's fix: diff -dru mc.orig/src/cons.handler.c mc/src/cons.handler.c --- mc.orig/src/cons.handler.c Mon Mar 10 22:41:55 2003 +++ mc/src/cons.handler.c Sat Mar 22 19:53:11 2003 @@ -423,7 +423,7 @@ bc = (attr >> 4) & 0xF;

mc.qpg - package description file for mc (QNX 6.x)

2003-03-12 Thread Dmitry Alexeyev
Hello! Attached is description file for package generation under QNX 6.x. usage: # packager mc.qpg The resulting file will be mc-4.6.0-public.qpr suitable for QNX package installer. WBR, Dmitry mc.qpg Description: Binary data

Re[5]: QNX 6.2 patch

2003-03-11 Thread Dmitry Alexeyev
Hello! PR> So, s is set, but you don't want to print it? But s is only set if PR> Automatic_Margins is 0. You don't have the "am" capability, but you PR> probably should have it. Both termcap and terminfo on Red Hat Linux have PR> the "am" capability for qansi-m. qansi-m does have "am" capabil

Re[4]: QNX 6.2 patch

2003-03-11 Thread Dmitry Alexeyev
Hello! I have found the problem. It is kinda funny... Tricky SLsmg_goto_rc() function tries to print '\n' where possible, and in qasni* terminals that doesn't work correctly. So, my temporary [and so ugly] hack is: --- sldisply.c.orig Thu Nov 28 20:35:34 2002 +++ sldisply.c Wed Mar 12 03:08:21

Re[4]: QNX 6.2 patch

2003-03-11 Thread Dmitry Alexeyev
Hello! PR> Hello, Dmitry! PR> OK, I'll have a look, but I was testing mc on the QNX console yesterday PR> and didn't see anything wrong. Try playing with pulldown menus (especially move between them). I can upload some screenshots with corrupted screen. I may also upload my binaries, maybe i jus

Re[3]: QNX 6.2 patch

2003-03-11 Thread Dmitry Alexeyev
Hello, Pavel! >> >> - zombie processes when mcview or mcedit is started PR> Could you please describe in more details how you create zombies? I don't PR> see any zombies with CVS mc and QNX Neutrino 6.2.0. Yes, I do not see any zombies with CVS mc. It seems you have already fixed it, cause 4.6.

Keyboard modifiers in Photon 2.x (QNX 6.x)

2003-03-01 Thread Dmitry Alexeyev
Hello! Attached is patch to allow modifiers detection in QNX Photon pterm. (diff against key.c from yesterday's CVS snap) WBR, Dmitry qnxnto_key_c.diff Description: Binary data

Re[2]: QNX 6.2 patch

2003-02-23 Thread Dmitry Alexeyev
Hello! Thank you! BTW, I have packaged mc-4.6.0 in QPR (QNX Package Installer files). Do you want me to send you a copy to put it on download site ? Also I have subbmitted this package to QSS's "QNX 3-rd Party Software CD", which ships with QNX Momentics 6.x. This CD contains public software with

QNX 6.2 patch

2003-02-20 Thread Dmitry Alexeyev
Hello! This patche fixes several mc issues under QNX 6.2: - zombie processes when mcview or mcedit is started - provides correct detection of modifiers pressed in console (shift, ctrl, alt) - allows browsing QNX 6.x packages (qpr and qpk) as tar/gz archives Dmitry Alexeyev dmi at qnx.org.ru

mc.ext.in

2003-01-24 Thread Dmitry Alexeyev
Hello! I've added to filetypes to mc.ext.in: .qpr and .qpk Both are tar.gz archives and used by qnx 6.x package installer. WBR, Dmitry qnxnto_mc_ext.diff Description: Binary data

qansi-m iso_printable patch (Was: a small fix for QNX 6.x)

2003-01-09 Thread Dmitry Alexeyev
Hello! New patch attached. Now it checks for "qansi-m" terminal and acts as xterm code does. WBR, Dmitry >> QNX 6.x console driver (both devc-con and devc-pcon) is a bit buggy >> dealing with 8bit characters. A.e. printing out 0x9a leads to >> inserting a weird string ' 6c' to stdin. >> One can'

File exists but cannot be stated fix (Was:"File 'cd0' exists but cannot be stated" fix for QNX 6.x)

2003-01-09 Thread Dmitry Alexeyev
Hello! >> Hello! >> >> QNX 6.x CDROM driver always keeps file '/fs/cd0', which exists, but >> cannot be stat()'ed if there's no disk in drive. >> a.e. you may see something like that (without mc running): PR> There is no such word "stat()ed". Whoever wrote that code didn't care about PR> users

a small fix for QNX 6.x

2003-01-04 Thread Dmitry Alexeyev
quot;Display bits" is ignored, since the user controls the output by setting the output codepage */ WBR, Dmitry Alexeyev ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

"File 'cd0' exists but cannot be stated" fix for QNX 6.x

2003-01-04 Thread Dmitry Alexeyev
return 0; +#endif message(1, MSG_ERROR, _("File '%s' exists but cannot be stat-ed: %s"), dp->d_name, strerror(errno)); return 0; } WBR, Dmitry Alexeyev ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel