[fpc-devel] Include() and Exclude() with read-only property

2007-12-09 Thread Graeme Geldenhuys
Hi, I received a bug report today. I was able to set a read-only property under Linux and Windows without any issues - I didn't notice the property was read-only! The bug report mentions that an compiler error is raised under FreeBSD, but not under Linux or Windows? What is the correct behaviour

Re: [fpc-devel] Minor problem building fpc2.3.1on OS/2

2007-12-09 Thread Dave Parsons
On Mon, 10 Dec 2007 00:14:25 +0100, Tomas Hajny wrote: > > Yes, this looks like a too old version of as.exe. > What does "as --version" report for you? My > installation says "GNU assembler 2.14 20030612 > (Innotek Build 2004-02-23 14:15)". I believe that > this version was already distribute

[fpc-devel] chmreader [PATCH]

2007-12-09 Thread Andrew Haines
Hi, the last patch had a couple of writeln's that were left in by accident :( Here's a patch. Andrew Index: packages/extra/chm/chmreader.pas === --- packages/extra/chm/chmreader.pas(revision 9423) +++ packages/extra/chm/chmreader.

Re: [fpc-devel] Minor problem building fpc2.3.1on OS/2

2007-12-09 Thread Dave Parsons
I sent this yesterday but it still hasn't shown up here yet so I'll try again. Apologies if anyone receives it twice. Dave On Fri, 7 Dec 2007 19:55:12 +0100 (CET), Tomas Hajny wrote: > Dave Parsons wrote: > > On Fri, 07 Dec 2007 12:12:53 +0100, Vincent Snijders wrote: > >> Dave Parsons schreef:

Re: [fpc-devel] Minor problem building fpc2.3.1on OS/2

2007-12-09 Thread Tomas Hajny
On 8 Dec 07, at 17:02, Dave Parsons wrote: > On Fri, 7 Dec 2007 19:55:12 +0100 (CET), Tomas Hajny wrote: > > > Dave Parsons wrote: > > > On Fri, 07 Dec 2007 12:12:53 +0100, Vincent Snijders wrote: > > >> Dave Parsons schreef: > > > > > > Hi, > > > > >> > I've just tried building fpc-2.3.1 from

Re: [fpc-devel] Minor problem building fpc2.3.1on OS/2

2007-12-09 Thread Dave Parsons
On Fri, 7 Dec 2007 19:55:12 +0100 (CET), Tomas Hajny wrote: > Dave Parsons wrote: > > On Fri, 07 Dec 2007 12:12:53 +0100, Vincent Snijders wrote: > >> Dave Parsons schreef: > > > Hi, > > >> > I've just tried building fpc-2.3.1 from svn using fpc-2.0.4 and > >> > received the following errors. >

Re: [fpc-devel] improvement SSE and string+char

2007-12-09 Thread DarekM
Florian Klaempfl pisze: DarekM schrieb: Hi I've notice two improvement 1. equation in SSE # Var Zr located in register mreg0md # Var Zi located in register mreg1md # Var Ti located in register mreg3md # Var Tr located in register mreg2md # [39] Tr := Zr * Zr; movsd%xmm0,%xmm4 mulsd

Re: [fpc-devel] shootout - mandelbrot

2007-12-09 Thread Florian Klaempfl
DarekM schrieb: > Hi > In attachment is my proposition of mandelbrot program. It is about 5% > faster. You can hand it in yourself. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] improvement SSE and string+char

2007-12-09 Thread Florian Klaempfl
DarekM schrieb: > Hi > I've notice two improvement > 1. equation in SSE > > # Var Zr located in register mreg0md > # Var Zi located in register mreg1md > # Var Ti located in register mreg3md > # Var Tr located in register mreg2md > # [39] Tr := Zr * Zr; >movsd%xmm0,%xmm4 >mulsd%xmm

[fpc-devel] improvement SSE and string+char

2007-12-09 Thread DarekM
Hi I've notice two improvement 1. equation in SSE # Var Zr located in register mreg0md # Var Zi located in register mreg1md # Var Ti located in register mreg3md # Var Tr located in register mreg2md # [39] Tr := Zr * Zr; movsd%xmm0,%xmm4 mulsd%xmm0,%xmm4 movsd%xmm4,%xmm2 it c

[fpc-devel] shootout - mandelbrot

2007-12-09 Thread DarekM
Hi In attachment is my proposition of mandelbrot program. It is about 5% faster. changed: 1. output result 2. condition of limit move inner to loop Darek { The Computer Language Shootout http://shootout.alioth.debian.org contributed by Ales Katona modified by Vincent Snijders } prog

Re: [fpc-devel] fcl-db\src\codegen

2007-12-09 Thread Mattias Gaertner
On Sun, 9 Dec 2007 12:11:05 +0100 Jonas Maebe <[EMAIL PROTECTED]> wrote: > > On 09 Dec 2007, at 04:54, Paul Ishenin wrote: > > > What for lazarus have package datadict if even recent fpc doesnot > > make some dependencies by default? > > For example fcl-dc\src\codegen is not in makefile. > >

Re: [fpc-devel] fcl-db\src\codegen

2007-12-09 Thread Jonas Maebe
On 09 Dec 2007, at 04:54, Paul Ishenin wrote: What for lazarus have package datadict if even recent fpc doesnot make some dependencies by default? For example fcl-dc\src\codegen is not in makefile. I figured that was simply because it may not be good enough yet to be included by default.

Re: [fpc-devel] fcl-db\src\codegen

2007-12-09 Thread Marco van de Voort
> What for lazarus have package datadict if even recent fpc doesnot make > some dependencies by default? > For example fcl-dc\src\codegen is not in makefile. export and codegen are in 2.3.1 since 14 nov, I also added them for FreeBSD now. ___ fpc-devel