[fpc-devel] 3rd patch fp2html
Darius Blaszijk
dhkblaszyk at zeelandnet.nl
Wed Aug 9 17:24:40 CEST 2006
Sorry Michael, this is a typo of mine. I mean to say I made it case
sensitive (it is not currently). What happened previously is that all files
where put to lowercase, the extension was saved and then written to output.
So in effect the files MyFile.fp and myfile.fp would both be written to
myfile.html.
I removed the case conversion so now you should get two files instead. I'm
talking about the procedure Convert line 232: fn := lowercase(fn);
Darius
----- Original Message -----
From: "Michael Van Canneyt" <michael at wisa.be>
To: "FPC developers' list" <fpc-devel at lists.freepascal.org>
Sent: Wednesday, August 09, 2006 3:28 PM
Subject: Re: [fpc-devel] 3rd patch fp2html
>
>
> On Wed, 9 Aug 2006, Darius Blaszijk wrote:
>
>> Here's a new patch for fp2html.
>>
>> Changes are:
>> - changed parameter interpretation to getopts version
>> - delete SplitName function
>> - delete ESpace function
>> - fixed closing template filehandle template file
>> - added show helper function for verbosity
>> - fixed -O option
>> - improved helpscreen
>> - output to other directory
>> - added recursive directories search option
>> - removed casesensitivity on filenames
>
> Whow !?
>
> This should work on a Unix system, so it had better be case sensitive !?
> Or am I missing something ?
>
> Michael.
> _______________________________________________
> fpc-devel maillist - fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-devel
More information about the fpc-devel
mailing list