[fpc-devel] Problem opening inc files without Archive set

2008-03-10 Thread Dave Parsons
Hi, I've just rebuilt the compiler on OS/2 and ran into a new problem. The build stops with the error below if the file it is trying to include does not have the archive bit set. It had been cleared by a recent backup. If I set the bit manually again, then it is able to read it and compiles ok.

Re: [fpc-devel] Problem opening inc files without Archive set

2008-03-10 Thread Tomas Hajny
On Mon, March 10, 2008 08:58, Dave Parsons wrote: Hi, > I've just rebuilt the compiler on OS/2 and ran into a new problem. > > The build stops with the error below if the file it is trying > to include does not have the archive bit set. It had been cleared > by a recent backup. > If I set the bi

Re: [fpc-devel] Problem opening inc files without Archive set

2008-03-10 Thread Dave Parsons
On Mon, 10 Mar 2008 09:16:24 +0100 (CET), Tomas Hajny wrote: > On Mon, March 10, 2008 08:58, Dave Parsons wrote: > > > Hi, > > > I've just rebuilt the compiler on OS/2 and ran into a new problem. > > > > The build stops with the error below if the file it is trying > > to include does not have

Re: [fpc-devel] Problem opening inc files without Archive set

2008-03-10 Thread Bernd Mueller
Dave Parsons wrote: Has anyone seen this before? may be it is related to http://bugs.freepascal.org/view.php?id=10873 Regards, Bernd. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Patch, speed improvement for ARM-rtl procedure 'move'

2008-03-10 Thread Bernd Mueller
Hello, the attached patch improves the performance of the rtl Move_blended procedure by about 16 % on ARMv4, when both destination and source addresses are aligned. I rearranged the code and could remove one instruction of the inner loop 'Ldwordloop'. I think the patch should work for the Mov

[fpc-devel] Date and Time formatting via locale settings doesn't work under FPC 2.2.0

2008-03-10 Thread Graeme Geldenhuys
Hi, Reading the documentation about DateToStr() and DateTimeToStr(), it mentions that it takes the locale and regional settings in consideration when formatting the date and time. I have a Linux PC that used the USA location at setup. A Linux PC that has South Africa as location (also specified i

Re: [fpc-devel] Date and Time formatting via locale settings doesn't work under FPC 2.2.0

2008-03-10 Thread Michael Van Canneyt
On Mon, 10 Mar 2008, Graeme Geldenhuys wrote: > Hi, > > Reading the documentation about DateToStr() and DateTimeToStr(), it > mentions that it takes the locale and regional settings in > consideration when formatting the date and time. I have a Linux PC > that used the USA location at setup. A

Re: [fpc-devel] Date and Time formatting via locale settings doesn't work under FPC 2.2.0

2008-03-10 Thread Graeme Geldenhuys
On 10/03/2008, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > The locale/region information is ignored by default. I have a unit that loads > this > information using Libc or the KDE settings, but it is not an option to > have this in sysutils by default, since it introduces a dependency on

Re: [fpc-devel] Date and Time formatting via locale settings doesn't work under FPC 2.2.0

2008-03-10 Thread Tomas Hajny
On Mon, March 10, 2008 14:33, Michael Van Canneyt wrote: > On Mon, 10 Mar 2008, Graeme Geldenhuys wrote: . . > The section on 'Localization support' in the sysutils documentation > mentions > that: > > Localization support depends on various constants and structures being > initialized correctly.

[fpc-devel] RTL: file system functions results encoding

2008-03-10 Thread Vladimir
Hi, Working with SysUtils.FindFirst and FindNext routines I found that the encoding of resulting TSearchRec record fields differs across platforms. Under Windows it seems to be ANSI and under Linux it seems to be UTF-8. The problem is that application expects the same encoding everywhere. Is there

Re: [fpc-devel] RTL: file system functions results encoding

2008-03-10 Thread Michael Van Canneyt
On Mon, 10 Mar 2008, Vladimir wrote: > Hi, > > Working with SysUtils.FindFirst and FindNext routines I found that the > encoding > of resulting TSearchRec record fields differs across platforms. > Under Windows it seems to be ANSI and under Linux it seems to be UTF-8. > The problem is that app

Re: [fpc-devel] Summer of Code 2008

2008-03-10 Thread Inoussa OUEDRAOGO
2008/3/7, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]>: > I think I'll apply again on the name of Free Pascal and Lazarus for > summer of code, althougth because of past rejections I'd would be very > surprised if they accept us. We already have the answers for the > questions from last years

[fpc-devel] Analysis code

2008-03-10 Thread Никита Баль
Hello. Please reply to the following question: what analysis and what methods analysis of the source code implemented in the FPC? What work is done in this direction? Thanks! Bal Nikita. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http:/