Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-26 Thread Mark Morgan Lloyd
Joost van der Sluis wrote: Hello We have placed the first release candidate of the Free Pascal Compiler version 3.0.0 on our ftp servers. You can help improve the upcoming 3.0.0 release by downloading and testing this release. If you want you can report what you have done here: http://wiki.free

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-26 Thread Ched
Hello, I strongly discourage the use of {$optimization deadstore} which induced strong numerical errors on our solar system calculations (i386 linux). The other new ones {$optimization deadvalues} {$optimization orderfields} {$optimization fastmath} {$optimization constprop} seem to

Re: [fpc-pascal] https support; call for testers

2015-08-26 Thread leledumbo
> I Could not find how to enable server-side support for https on fphttpserver/ fpcustomhttpserver, > There“s no OnGetSocketHandler event on it. > > How do i enable https support on fpHttpServer. You can't yet, the support is still in fphttpclient only for now. -- View this message in contex

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-26 Thread Martin Schreiber
On Wednesday 26 August 2015 20:14:09 Mark Morgan Lloyd wrote: > > Is there a native ARM version compatible with the Raspberry Pi? Here: http://sourceforge.net/projects/mseide-msegui/files/fpcarm/ Please run eabihf/lib/fpc/3.0.1/samplecfg in order to create a default configuration file. Cross de

Re: [fpc-pascal] https support; call for testers

2015-08-26 Thread sami
Hi to all. Michael Van Canneyt wrote > I have tested on windows and unix, the support for client-side SSL support > works. > Server-side support (as could be done in the embedded httpserver) is not > yet tested. I Could not find how to enable server-side support for https on fphttpserver/ fpcus