Re: [fpc-devel](no subject)

2004-01-06 Thread Michael Van Canneyt
On Tue, 6 Jan 2004 [EMAIL PROTECTED] wrote: Why is there no daily binary snapshot at ftp://ftp.freepascal.org/pub/fpc/snapshot/v11/win32-i386/ ??? Latest files are marked with 14/12/03. It probably means that the build fails for some reason. Michael.

[fpc-devel]Problems with Linux signal calls.

2004-01-06 Thread Lloyd B. Park
I found a bug in Linux signal handling which effects both the 1.0.10 and 1.9.0 versions of FreePascal. The SigSet type is too small. This results in some signal calls overwriting other memory locations. I have an example program which can use the new 1.9.0 BaseUnix calls or libc and my

[fpc-devel]RTTI: parameter type TOBJECTPointer

2004-01-06 Thread Mattias Gaertner
Hi, TNotifyEvent is defined as: procedure(Sender:TObject) of object; fpc 1.0.x creates RTTI TypeData: procedure(:TOBJECT) of object while fpc 1.9.x creates RTTI TypeData: procedure(:Pointer) of object Is this a bug or a feature? Mattias ___

Re: [fpc-devel]Problems with Linux signal calls.

2004-01-06 Thread Lloyd B. Park
On Tue, 6 Jan 2004, Marco van de Voort wrote: I found a bug in Linux signal handling which effects both the 1.0.10 and 1.9.0 versions of FreePascal. The SigSet type is too small. This results in some signal calls overwriting other memory locations. This is actually more a problem