[fpc-devel] CompareMem slower in FPC 2.4.4

2011-06-01 Thread Michalis Kamburelis
Hi, In my tests, FPC 2.4.4 has much slower CompareMem than FPC 2.4.2, at least for some cases: # with fpc 2.4.4 $ time ./compare_mem_test 1 real0m7.795s user0m7.764s sys 0m0.008s # with fpc 2.4.2 $ time ./compare_mem_test 1 real0m1.218s user0m1.216s sys 0m0

[fpc-devel] Adding the output to documentation examples

2011-06-01 Thread Felipe Monteiro de Carvalho
Hello, I often have trouble searching for info about the Format function, because the example does not contain the expected output =o Compare: http://www.freepascal.org/docs-html/rtl/sysutils/format.html With: http://www.delphibasics.co.uk/RTL.asp?Name=Format Can I add it? I am attaching the pa

Re: [fpc-devel] Re: fpc 2.5.1. broken for arm-wince

2011-06-01 Thread Vincent Snijders
2011/5/27 : > > > On Fri, 27 May 2011, Schindler Karl-Michael wrote: > > The problem is most likely related to the ordering of the include paths. > > I have changed the paths so it works correctly for win32 (it was including > the wrong file, causing all logging to go to a file instead of the syst