Problems with search functionality.

2009-07-02 Thread Theodore Kilgore
I wrote the message below a couple of weeks ago and did not get around to sending it. Since it is still relevant, I send it along with some other issues. - The F4 (search and replace) routine is not working as it used to do. One was (and still one

new syntax for mc.ext

2009-07-02 Thread Jan Psota
Could You take a look at this solution for file extension based matching programs to files? :-) r.conf -- /etc r.awk (+x) -- I used to store it in /usr/local/bin 'r.awk -I' will make needed symlinks ('r', 'e' and 'v' for r.conf like that) Try with -t, so You will find how it works :-). What

[BUG] memory leak in src/file.c::copy_dir_dir()

2009-07-02 Thread Denys Vlasenko
Hi, Noticed this memory leak while working on another problem. Watch variable d: char *d; /* First get the mode of the source dir */ retry_src_stat: if ((*ctx-stat_func) (s, cbuf)) { return_status = file_error (_( Cannot stat source directory \%s\ \n %s ), s);

Re: [BUG] memory leak in src/file.c::copy_dir_dir()

2009-07-02 Thread Andrew Borodin
On Thu, 2 Jul 2009 19:03:30 +0200 Denys Vlasenko wrote: Please, can someone with write access do this? Thanks. Thanks for bugreport. Ticket have been created. http://www.midnight-commander.org/ticket/1393 -- Andrew ___ Mc-devel mailing list