Re: [fpc-devel] fpmake manifest question

2007-08-15 Thread Peter Vreman
> Fine, then please consider the following patch. > > The patch additionally has: > > - FPC version is not initialized to 2.0.4 by default but takes the > FPCVERSION include > - Fixed TPackage.GetFileName when no version is set Applied, thanks. Peter

Re: [fpc-devel] fpdoc HTML with search feature

2007-08-15 Thread Sebastian Günther
Graeme Geldenhuys schrieb: To be honest, I never even thought of looking in that file. I'll do so tomorrow at work. The way Tipue works (new versions), it can read from XML files, so I was thinking of creating a simple program to read the FPDoc's xml files and generate a Tipue xml data file. T

Re: [fpc-devel] fpdoc HTML with search feature

2007-08-15 Thread Graeme Geldenhuys
On 15/08/07, Sebastian Günther <[EMAIL PROTECTED]> wrote: > > I think it isn't hard to create an index file. We thought about it some > years ago, but discussion stopped due to lack of time at my side, and we > couldn't find a good file format. > > Did you have a look at the content files FPDoc cre

Re: [fpc-devel] fpdoc HTML with search feature

2007-08-15 Thread Sebastian Günther
Graeme Geldenhuys schrieb: On 14/08/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: If you provide the searchpage + a script to generate the index file, then I'll include it in FPC's docs by default. OK, so fpdoc has no notion of creating a index file of any sorts. I think it isn't hard

Re: [fpc-devel] fpdoc HTML with search feature

2007-08-15 Thread Michael Van Canneyt
On Wed, 15 Aug 2007, Graeme Geldenhuys wrote: > On 14/08/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > If you provide the searchpage + a script to generate the index file, > > then I'll include it in FPC's docs by default. > > > > OK, so fpdoc has no notion of creating a index file

Re: [fpc-devel] fpdoc HTML with search feature

2007-08-15 Thread Graeme Geldenhuys
On 14/08/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > If you provide the searchpage + a script to generate the index file, > then I'll include it in FPC's docs by default. > OK, so fpdoc has no notion of creating a index file of any sorts. All that the --html-search parameter does is tel

Re: [fpc-devel] Re: baseunix unit help is missing all the functions

2007-08-15 Thread Graeme Geldenhuys
On 15/08/07, Vincent Snijders <[EMAIL PROTECTED]> wrote: > > I did not find a 'screwup' with the lastest run. I think somehow the fpdoc > parser is > broken and cannot parse baseunix. I will update the used fpdoc to the svn > trunk version. > Well, I thought maybe there was some lovely error mes

Re: [fpc-devel] Re: baseunix unit help is missing all the functions

2007-08-15 Thread Vincent Snijders
Graeme Geldenhuys schreef: A quick follow up. I downloaded the rtl.pdf document and it contains all the help for 'baseunix'. I gather from this, there was a screwup with the last run of 'fpdoc' generating HTML pages. I did not find a 'screwup' with the lastest run. I think somehow the fpdoc pa

[fpc-devel] Re: baseunix unit help is missing all the functions

2007-08-15 Thread Graeme Geldenhuys
A quick follow up. I downloaded the rtl.pdf document and it contains all the help for 'baseunix'. I gather from this, there was a screwup with the last run of 'fpdoc' generating HTML pages. Graeme. On 15/08/07, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > Hi, > > As Michael mentioned before -

[fpc-devel] baseunix unit help is missing all the functions

2007-08-15 Thread Graeme Geldenhuys
Hi, As Michael mentioned before - the only help show on the website are units that are fully documented. Viewing the 'baseunix' unit in Lazarus, I see plenty of functions available in that unit. Going the the help page on the website, it doesn't list a single function??? Only types and constant

Re: [fpc-devel] FindFirst with faAnyFile doesn't return all files.

2007-08-15 Thread Graeme Geldenhuys
Thanks. Reported as bug 9440. Graeme. On 15/08/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > On Wed, 15 Aug 2007, Graeme Geldenhuys wrote: > > > Hi, > > > > This was posted in the Lazarus mailing list a while back. Has this > > been report or fixed in FPC? > > Neither reported nor fi

Re: [fpc-devel] FindFirst with faAnyFile doesn't return all files.

2007-08-15 Thread Michael Van Canneyt
On Wed, 15 Aug 2007, Graeme Geldenhuys wrote: > Hi, > > This was posted in the Lazarus mailing list a while back. Has this > been report or fixed in FPC? Neither reported nor fixed. Please create a bug report in the FPC bugtracker. Michael. > > --- Copy --

[fpc-devel] FindFirst with faAnyFile doesn't return all files.

2007-08-15 Thread Graeme Geldenhuys
Hi, This was posted in the Lazarus mailing list a while back. Has this been report or fixed in FPC? --- Copy I have had some headaches while using FindFirst function to search for files in a folder. I would share some gained knowledge with the people on this

Re: [fpc-devel] fpmake manifest question

2007-08-15 Thread Michael Van Canneyt
On Wed, 15 Aug 2007, Darius Blaszijk wrote: > When looking at the manifest I came across some variables that are not stored > in the manifest file. Are these decided to be not in, or do they need to be > implemented? > > Directory (is this the package installation directory, what about platform