[PATCH] Choose syntax with dynamic list allocation

2005-07-20 Thread Leonard den Ottolander
Hi, Well, it turned out my pointer arithmetic wasn't that bad, but testing for (! count % NENTRIES) to reallocate the list is not entirely correct ;). Here is a patch which allocates the syntax list dynamically. NENTRIES is currently defined as 3, but that is for testing purposes only. Maybe we

Let's have a release!

2005-07-20 Thread Leonard den Ottolander
Hi Miguel, Pavel, The latest pre release hasn't brought many serious issues to light. Pavel Tsekov fixed an old double free condition and one or two other buglets. We seen hardly any translation updates except for Dutch (which I did). I think it is time to finally have a release of 4.6.1. I'm

Re: [PATCH] Choose syntax with dynamic list allocation

2005-07-20 Thread Leonard den Ottolander
Hi, On Wed, 2005-07-20 at 15:13, Leonard den Ottolander wrote: Here is a patch which allocates the syntax list dynamically. NENTRIES is currently defined as 3, but that is for testing purposes only. Oops. Almost forgot to tell you this is a patch against PRE, not HEAD. If no serious issues are

Re: Let's have a release!

2005-07-20 Thread Roland Illig
Leonard den Ottolander wrote: I think it is time to finally have a release of 4.6.1. I'm satisfied with having had an official pre release and a few weeks time for testing. Afaict all the other developers are anxious for a release as well. Let's have it! Me too! Roland

Re: Let's have a release!

2005-07-20 Thread Jindrich Novy
On Wed, 2005-07-20 at 15:19 +0200, Leonard den Ottolander wrote: Hi Miguel, Pavel, The latest pre release hasn't brought many serious issues to light. Pavel Tsekov fixed an old double free condition and one or two other buglets. We seen hardly any translation updates except for Dutch (which

Re: Let's have a release!

2005-07-20 Thread Miguel de Icaza
Hello, I think it is time to finally have a release of 4.6.1. I'm satisfied with having had an official pre release and a few weeks time for testing. Afaict all the other developers are anxious for a release as well. Let's have it! If Pavel does not beat me to it, I will do the release on

glibc and getgrouplist

2005-07-20 Thread Roland Illig
and, in src/utilunix.c, write #if defined(HAVE_GETGROUPLIST) !defined(HAVE_GLIBC_2_3_2) ... #endif Roland Index: configure.ac === RCS file: /cvsroot/mc/mc/configure.ac,v retrieving revision 1.30 diff -u -p -r1.30 configure.ac ---

Removal of 7-zip oipening support - accidental?

2005-07-20 Thread Pavel Roskin
Hello, Leonard! I see that you have removed support for opening 7-Zip archives in revision 1.79 of lib/mc.ext.in. The commit comments don't mention 7-Zip explicitly and it doesn't seem you meant to remove it: revision 1.79 date: 2005/07/03 12:43:15; author: leonardjo; state: Exp; lines: +36

Re: Removal of 7-zip oipening support - accidental?

2005-07-20 Thread Leonard den Ottolander
Hello Pavel, On Wed, 2005-07-20 at 23:28, Pavel Roskin wrote: revision 1.79 date: 2005/07/03 12:43:15; author: leonardjo; state: Exp; lines: +36 -31 lib/mc.ext.in: Move matches for plain compressed files down. I think it would be polite to you inform the author of the original patch if

Re: glibc and getgrouplist

2005-07-20 Thread Leonard den Ottolander
Hi Roland, On Wed, 2005-07-20 at 21:08, Roland Illig wrote: and, in src/utilunix.c, write #if defined(HAVE_GETGROUPLIST) !defined(HAVE_GLIBC_2_3_2) ... #endif We shouldn't need to patch utilunix.c. Just don't do AC_CHECK_FUNCS([getgrouplist]) in case of glibc version 2.3.2. Well, that's

Re: glibc and getgrouplist

2005-07-20 Thread Leonard den Ottolander
Hi, How does one test for the availability of glibc in configure.ac, and for glibc's version next? Leonard. -- mount -t life -o ro /dev/dna /genetic/research ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

Re: Removal of 7-zip oipening support - accidental?

2005-07-20 Thread Leonard den Ottolander
Hi Pavel, On Thu, 2005-07-21 at 00:24, Leonard den Ottolander wrote: This was indeed unintentional. I must have pressed F8 once accidently when updating this file. No such thing happened. I was under the impression PRE and HEAD were in sync here, so I just copied in the PRE version into HEAD.

Re: [PATCH] add 'ualz' to MC extfs.

2005-07-20 Thread Leonard den Ottolander
Hi Pavel, On Fri, 2005-07-15 at 23:32, Pavel Roskin wrote: I don't think it should be added to the main distribution because the compression software (ALZip) is not free and not really popular, so mc would in effect advertise it. What's the use of putting hooks in mc.ext.in and configure.ac

Re: Removal of 7-zip oipening support - accidental?

2005-07-20 Thread Nerijus Baliunas
On Thu, 21 Jul 2005 01:26:17 +0200 Leonard den Ottolander [EMAIL PROTECTED] wrote: No such thing happened. I was under the impression PRE and HEAD were in sync here, so I just copied in the PRE version into HEAD. These kind of minor changes that are unlikely to break things have been kept