Re: [fpc-devel] Please fix the ARMv5 runtime detection in fpc 2.2.1

2008-04-23 Thread Yury Sidorov
From: "Bernd Mueller" <[EMAIL PROTECTED]> Hello, The ARMv5 runtime detection is fixed in fpc 2.3.1. Could you please apply this fix to fpc 2.2.1 too? The procedure fpc_cpucodeinit in rtl/arm/arm.inc is affected. I merged it to 2.2.1 Yury. ___ fp

Re: [fpc-devel] TStrings.Assign bug + patch

2008-04-23 Thread Michael Van Canneyt
On Wed, 23 Apr 2008, Paul Ishenin wrote: > Hello, FPC developers' list. > > I found a bug in TStrings.Assign. TStrings has FLBS (line break style) field > which assigned from default value in CheckSpecialChars. FSpecialCharsInited > controls whether CheckSpecialChars had been called before. >

[fpc-devel] Please fix the ARMv5 runtime detection in fpc 2.2.1

2008-04-23 Thread Bernd Mueller
Hello, The ARMv5 runtime detection is fixed in fpc 2.3.1. Could you please apply this fix to fpc 2.2.1 too? The procedure fpc_cpucodeinit in rtl/arm/arm.inc is affected. Regards, Bernd. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http:

Re: [fpc-devel] New Language Features in Oxygene 3.0

2008-04-23 Thread Daniƫl Mantione
Op Wed, 23 Apr 2008, schreef Michael Schnell: Did you read this ? http://www.remobjects.com/product/page.asp?id={E10F7F5C-AE94-4833-9E4B-2EDD5ED69768} ? RemObjects introduces several really interesting language features with the new version of their Pascal Dialect, which I think would be

[fpc-devel] New Language Features in Oxygene 3.0

2008-04-23 Thread Michael Schnell
Did you read this ? http://www.remobjects.com/product/page.asp?id={E10F7F5C-AE94-4833-9E4B-2EDD5ED69768} ? RemObjects introduces several really interesting language features with the new version of their Pascal Dialect, which I think would be useful extensions for non .NET compilers, too.

[fpc-devel] TStrings.Assign bug + patch

2008-04-23 Thread Paul Ishenin
Hello, FPC developers' list. I found a bug in TStrings.Assign. TStrings has FLBS (line break style) field which assigned from default value in CheckSpecialChars. FSpecialCharsInited controls whether CheckSpecialChars had been called before. But in TString.Assign FSpecialCharsInited setted t