[fpc-devel] FPDoc improvements

2012-01-26 Thread Hans-Peter Diettrich
Unfortunately I managed to supply the EasyImports.patch twice, please drop Mantis #21168 as a dupe of #21167. Sorry for the inconvenience :-( Starting with this patch I suggest further improvements of fpdoc. Except for the RTL docs, which require a couple of special compiler options for every

Re: [fpc-devel] issue in heaptrc?

2012-01-26 Thread Martin
On 26/01/2012 13:56, Pierre Free Pascal wrote: Yes, you are right... I just committed a fix (together with multi-threaded windows executable support in trunk) If you have svn trunk, could you check that revision 20181 fixes the problem you report? Thanks in advance, It looks right from the

RE : [fpc-devel] Compiling Intel assembly code in 32 and 64 bit.

2012-01-26 Thread Ludo Brands
> Hello everyone, > > I am trying to compile the following code: > > procedure XORBuff(I1, I2: Pointer; Size: Integer; Dest: > Pointer); {$IFDEF FPC} > {$ASMMODE INTEL} > {$ENDIF} > asm >AND ECX,ECX >JZ@@5 >PUSH ESI >PUSH EDI >MOV ESI,EAX >

[fpc-devel] Compiling Intel assembly code in 32 and 64 bit.

2012-01-26 Thread kyan
Hello everyone, I am trying to compile the following code: procedure XORBuff(I1, I2: Pointer; Size: Integer; Dest: Pointer); {$IFDEF FPC} {$ASMMODE INTEL} {$ENDIF} asm AND ECX,ECX JZ@@5 PUSH ESI PUSH EDI MOV ESI,EAX MOV EDI,Dest @@1: TEST

RE: [fpc-devel] issue in heaptrc?

2012-01-26 Thread Pierre Free Pascal
Yes, you are right... I just committed a fix (together with multi-threaded windows executable support in trunk) If you have svn trunk, could you check that revision 20181 fixes the problem you report? Thanks in advance, Pierre > -Message d'origine- > DeĀ : fpc-devel-boun...@lists.free