Re: new VFS directory listing parser

2005-10-19 Thread Leonard den Ottolander
Hi Roland, On Tue, 2005-09-27 at 01:29 +0200, Roland Illig wrote: Forgot the patch. ;) A major problem with this patch is that you move a lot of stuff from vfs.c to vfsparse.c and put your own copyright on the latter. This totally obscures which code actually is being reused and what is being

Re: new VFS directory listing parser

2005-09-28 Thread Roland Illig
Leonard den Ottolander wrote: Hi Roland, On Tue, 2005-09-27 at 01:27 +0200, Roland Illig wrote: The current directory listing parser (for ftpfs and extfs) has problems with file names starting with white-space or a four-digit sequence. The latter is caused by the fact that different types

Re: new VFS directory listing parser

2005-09-28 Thread Pavel Tsekov
On Wed, 28 Sep 2005, Roland Illig wrote: After I had rewritten vfs_parse_filetype and vfs_parse_fileperms (see utilvfs.c), I found the interface of these functions general enough so that it could be extended to the whole parsing of directory listings. I think one benefit of my code is that

Re: new VFS directory listing parser

2005-09-27 Thread Leonard den Ottolander
Hi Roland, On Tue, 2005-09-27 at 01:27 +0200, Roland Illig wrote: The current directory listing parser (for ftpfs and extfs) has problems with file names starting with white-space or a four-digit sequence. The latter is caused by the fact that different types of time format are accepted: Mon

new VFS directory listing parser

2005-09-26 Thread Roland Illig
The current directory listing parser (for ftpfs and extfs) has problems with file names starting with white-space or a four-digit sequence. Today I have completely rewritten the parser code. The file vfsparse.h in the patch contains a lot of parsing functions that can be used not only in the

Re: new VFS directory listing parser

2005-09-26 Thread Roland Illig
Forgot the patch. ;) Roland ftpfs-listing.patch.gz Description: GNU Zip compressed data ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel