Garbage collection

2010-01-03 Thread Enrico Weigelt
Hi folks, I'm working on using garbage collection (boehm-gc) instead of explicit free()'s. Perhaps you like to have a look at it. cu -- - Enrico Weigelt== metux IT service - http://www.metux.de/

Re: [Fwd: Re: memory leak with quick view]

2010-01-03 Thread Yury V. Zaytsev
On Tue, 2009-12-29 at 14:00 +0100, Yury V. Zaytsev wrote: Ticket #1918 (Quick view corruption) created by zyv http://www.midnight-commander.org/ticket/1918 There's a patch proposed by Andrew, could you please confirm that it fixes the issue for you? Ticket #1919 (Directories are not

Re: [Fwd: Re: memory leak with quick view]

2010-01-03 Thread Janek Kozicki
Yury V. Zaytsev said: (by the date of Sun, 03 Jan 2010 13:46:56 +0100) Ticket #1918 (Quick view corruption) created by zyv http://www.midnight-commander.org/ticket/1918 There's a patch proposed by Andrew, could you please confirm that it fixes the issue for you? unfortunately not.

Re: [Fwd: Re: memory leak with quick view]

2010-01-03 Thread Janek Kozicki
Janek Kozicki said: (by the date of Sun, 3 Jan 2010 14:40:57 +0100) Also, since in patch description you assumed that it goes wrong when used without utf8, I checked this - and I have found a way to workaround this patch. I only need to: LANG=POSIX Then it is not messed up, and looks

Re: quick view

2010-01-03 Thread Andrew Borodin
On Sun, 3 Jan 2010 14:40:57 +0100 Janek Kozicki wrote: unfortunately not. Here's what I have done right now, so you can confirm that I indeed have used this patch: mkdir ZZ ; cd ZZ svn co svn://svn.debian.org/svn/pkg-mc/trunk git clone git://midnight-commander.org/git/mc.git mv