Re: Terminology concerning strings

2005-04-06 Thread Leonard den Ottolander
Hi Pavel, On Mon, 2005-03-28 at 17:39, Pavel Tsekov wrote: On Mon, 4 Apr 2005, Roland Illig wrote: size_t fnamewidth, fnameheight, fnamesize, fnamelen; My personal preference is to prepend an underscore to the property tag i.e: `fname_width' instead of `fnamewidth' I agree that

Re: Terminology concerning strings

2005-04-06 Thread Roland Illig
Roland Illig wrote: Hi all, in the last time I have programmed a bit with strings, and I have found four properties of them which need to be distinguished and which should be named consistently throughout the whole Midnight Commander. * the _size_ of a string (as well as for other objects) is

Re: Terminology concerning strings

2005-04-06 Thread Roland Illig
Roland Illig wrote: Roland Illig wrote: Hi all, in the last time I have programmed a bit with strings, and I have found four properties of them which need to be distinguished and which should be named consistently throughout the whole Midnight Commander. * the _size_ of a string (as well as for

[patch] -DNDEBUG when --enable-maintainer-mode is not selected

2005-04-06 Thread Roland Illig
Hi all, following common practice, assert() statements are only evaluated in debugging versions of the code. Therefore I'd like to disable them unless --enable-maintainer-mode is explicitly selected as a ./configure argument. Roland Index: configure.ac

Re: Issues to fix before 4.6.1?

2005-04-06 Thread Roland Illig
Pavel Roskin wrote: On Sat, 2005-03-26 at 09:25 +0100, Leonard den Ottolander wrote: Hello Pavel, Could you please tell us which according to you are issues that still need to be fixed before a release of 4.6.1? Development on the 4.6.1-pre branch has been rather quiet for a few months now (since

Re: [EMAIL PROTECTED]: CAN-2001-1429 - Debian package affected?]

2005-04-06 Thread Roland Illig
Stefano Melchior wrote: Hi lists, I, as a co-maintainer of mc, together with Ludovic Drolez, was wondering if the following buffer overflow [0] have been definitively fixed with the 4.6.1-pre3 release. Can you confirm this? Meanwhile I will do some checkes on the deb package. These bugs have been

byte vs. character approach [was: Terminology concerning strings]

2005-04-06 Thread Koblinger Egmont
Hi all, According to http://www.gnu.org/software/libc/manual/html_node/Extended-Char-Intro.html wchar_t on GNU systems is 4 bytes by default. Internal representation of multibyte strings always uses fixed widths or something like x[3] wouldn't work (without scanning the string). So in case x

Custom keybindings in mcedit

2005-04-06 Thread Vitja Makarov
Hi! This implements keyboard bindings for mcedit. I think that tunable bindings is a cool stuff ;) Here is also my config for bindings. This patch applies to the latest cvs source.. I also had written gdb make support but it's not stable enought.. bindings.tar.gz Description: GNU Zip compressed