Re: [fpc-pascal] can we have fpc's doc in chm format?

2007-12-06 Thread Marco van de Voort
Agree. However, I was finally able to finish this job last night. It took me about 6 hours to re-arrange the index files, manually. For everyone who is interested, fpc docs in chm format can be downloaded at: http://www.esnips.com/doc/04496e39-6105-423d-b571-b0766990b060/fpc-2.2.0-docs

Re: [fpc-pascal] can we have fpc's doc in chm format?

2007-12-06 Thread Michael Van Canneyt
On Thu, 6 Dec 2007, Marco van de Voort wrote: Agree. However, I was finally able to finish this job last night. It took me about 6 hours to re-arrange the index files, manually. For everyone who is interested, fpc docs in chm format can be downloaded at:

Re: [fpc-pascal] fpc 2.2.1 breaks laz 9.25

2007-12-06 Thread Wanderlan Santos dos Anjos
Hi Bee, Revert the file $(FPCDIR)\packages\paszlib\src\zstream.pp to revision 9290 -- Att, Wanderlan Santos dos Anjos On Dec 5, 2007 12:31 PM, Bee [EMAIL PROTECTED] wrote: Hi all, http://www.freepascal.org/mantis/view.php?id=10327 This bug makes Lazarus 9.25 SVN unusable. Here are the

Re: [fpc-pascal] fpc 2.2.1 breaks laz 9.25

2007-12-06 Thread Bee
Revert the file $(FPCDIR)\packages\paszlib\src\zstream.pp to revision 9290 Sorry if I sound silly, but how to revert to specific rev number? svn revert command doesn't expect a number. :( -Bee- has Bee.ography at: http://beeography.wordpress.com

Re: [fpc-pascal] fpc 2.2.1 breaks laz 9.25

2007-12-06 Thread Andrey Gusev
* Bee [EMAIL PROTECTED] [Thu, 06 Dec 2007 18:22:25 +0700]: Revert the file $(FPCDIR)\packages\paszlib\src\zstream.pp to revision 9290 Sorry if I sound silly, but how to revert to specific rev number? svn revert command doesn't expect a number. :( svn update -r 9290

Re: [fpc-pascal] OOT: fpc 2.2.1 breaks laz 9.25

2007-12-06 Thread Bee
Easy way to check: svn up -r 9290 $(FPCDIR)/packages/paszlib/src/zstream.pp Next 'svn up' updates zstream.pp back to HEAD revision. Here's what I got... [EMAIL PROTECTED]:/svn/fpc-2.2.1$ svn update -r9290 packages/paszlib/src/zstream.pp Dpackages/paszlib/src/zstream.pp Updated to revision

Re: [fpc-pascal] OOT: fpc 2.2.1 breaks laz 9.25

2007-12-06 Thread Andrey Gusev
* Bee [EMAIL PROTECTED] [Thu, 06 Dec 2007 19:00:04 +0700]: svn up -r 9290 $(FPCDIR)/packages/paszlib/src/zstream.pp Next 'svn up' updates zstream.pp back to HEAD revision. on my: --- cd C:\Works-FPC\fpc-snap\packages\paszlib\src ...svn update -r9290 zstream.pp Uzstream.pp Updated to

Re: [fpc-pascal] OOT: fpc 2.2.1 breaks laz 9.25

2007-12-06 Thread Vinzent Hoefler
On Thursday 06 December 2007 13:00, Bee wrote: Easy way to check: svn up -r 9290 $(FPCDIR)/packages/paszlib/src/zstream.pp Next 'svn up' updates zstream.pp back to HEAD revision. Here's what I got... [EMAIL PROTECTED]:/svn/fpc-2.2.1$ svn update -r9290 packages/paszlib/src/zstream.pp D

Re: [fpc-pascal] can we have fpc's doc in chm format?

2007-12-06 Thread afpTeam
Nice. Thank you. - Original Message - From: Marco van de Voort [EMAIL PROTECTED] Subject: Re: [fpc-pascal] can we have fpc's doc in chm format? For everyone who is interested, fpc docs in chm format can be downloaded at:

Re: [fpc-pascal] can we have fpc's doc in chm format?

2007-12-06 Thread Andrew Haines
Andrew Haines wrote: Attached is a patch to add chm output to fpdoc. I edited Makefile.fpc to require the package chm. Also a patch for chmwriter.pas with some minor changes that were needed. Don't apply this patch. I have improved it a bit and now fpdoc (here) can autogenerate a TOC. Later

Re: [fpc-pascal] can we have fpc's doc in chm format?

2007-12-06 Thread Michael Van Canneyt
On Thu, 6 Dec 2007, Andrew Haines wrote: Andrew Haines wrote: Attached is a patch to add chm output to fpdoc. I edited Makefile.fpc to require the package chm. Also a patch for chmwriter.pas with some minor changes that were needed. Don't apply this patch. I have improved it a bit and

Re: [fpc-pascal] copy(), length(), and setlength() is not mentioned in fpc docs?

2007-12-06 Thread Adrian Maier
On Dec 5, 2007 5:18 AM, Tom Verhoeff [EMAIL PROTECTED] wrote: On Wed, Dec 05, 2007 at 09:12:00AM +0100, Daniël Mantione wrote: Op Wed, 5 Dec 2007, schreef Bee: Is it just me or above methods are indeed not mentioned within fpc's doc 2.2.0? Any texts that are supposed to be a link to

Re: [fpc-pascal] OOT: fpc 2.2.1 breaks laz 9.25

2007-12-06 Thread Bee
So it seems there the file does not exist in revision 9290 of the repository you are using. In Andrey's version it does, so my best guess is that both of you are using different SVN paths and the file was moved in yours. As mentioned in http://www.freepascal.org/develop.var, my path points to

Re: [fpc-pascal] copy(), length(), and setlength() is not mentioned in fpc docs?

2007-12-06 Thread S. Fisher
--- Daniël Mantione [EMAIL PROTECTED] wrote: Op Wed, 5 Dec 2007, schreef Bee: Hi all, Is it just me or above methods are indeed not mentioned within fpc's doc 2.2.0? Any texts that are supposed to be a link to above methods is not formed as a link. Just to make sure,

Re: [fpc-pascal] can we have fpc's doc in chm format?

2007-12-06 Thread S.Anıl Yılmaz
Bisma Jayadi wrote: I once made a chm from the html files, but the index generated by the help compiler was horrible. Agree. However, I was finally able to finish this job last night. It took me about 6 hours to re-arrange the index files, manually. For everyone who is interested, fpc docs

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-06 Thread Andrew Haines
Michael Van Canneyt wrote: On Thu, 6 Dec 2007, Andrew Haines wrote: Andrew Haines wrote: Attached is a patch to add chm output to fpdoc. I edited Makefile.fpc to require the package chm. Also a patch for chmwriter.pas with some minor changes that were needed. Don't apply this patch. I

[fpc-pascal] problems using utf8toansi

2007-12-06 Thread Marc Santhoff
Hi, when using system.utf8toansi() the result is an empty string as soon as I put in some special chars: code {$H+} ... fDescription: String; ... function sDecode(sin: string): string; inline; begin result := utf8toansi(sin); end; ... fDescription :=