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
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
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.
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:
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
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.
>
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
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
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
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
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
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.
>
>
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.
> 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
14 matches
Mail list logo