[fpc-pascal] FPC documentation on website

2014-07-31 Thread Graeme Geldenhuys
Hi, I see the Free Pascal documentation (PDF and HTML) on the [http://www.freepascal.org] website is still v2.6.2 Was it just an oversight on the website, or has the new offical documentation for 2.6.4 just not been generated yet? Regards, - Graeme - -- fpGUI Toolkit - a cross-platform

[fpc-pascal] Migrate mantis bugtracker

2014-07-31 Thread Michael Van Canneyt
Hi, In case someone is interested: I created a FPC program to migrate a mantis bugtracker database from MySQL to Postgres. The reason for creating such a beast is that MySQL is inferior to Postgres in many ways, and so we're switching the FPC bugtracker from MySQL to Postgres. (the recent

Re: [fpc-pascal] Migrate mantis bugtracker

2014-07-31 Thread silvioprog
On Thu, Jul 31, 2014 at 1:48 PM, Michael Van Canneyt mich...@freepascal.org wrote: Hi, In case someone is interested: I created a FPC program to migrate a mantis bugtracker database from MySQL to Postgres. The reason for creating such a beast is that MySQL is inferior to Postgres in

[fpc-pascal] Setting execute bit for a Unix file

2014-07-31 Thread Juha Manninen
Hello How can I set a file flag (execute) using Pascal code in a Linux system? Juha ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Setting execute bit for a Unix file

2014-07-31 Thread David Copeland
You could try FpSystem('chmod +x yourfilename'); // assuming the cwd is set Dave. On 07/31/2014 04:18 PM, Juha Manninen wrote: Hello How can I set a file flag (execute) using Pascal code in a Linux system? Juha ___ fpc-pascal maillist -

Re: [fpc-pascal] Setting execute bit for a Unix file

2014-07-31 Thread Karoly Balogh (Charlie/SGR)
Hi, Naaah, better use FpChmod() in BaseUnix unit: http://www.freepascal.org/docs-html/rtl/baseunix/fpchmod.html Charlie On Thu, 31 Jul 2014, David Copeland wrote: You could try FpSystem('chmod +x yourfilename'); // assuming the cwd is set Dave. On 07/31/2014 04:18 PM, Juha Manninen

Re: [fpc-pascal] Setting execute bit for a Unix file

2014-07-31 Thread David Copeland
I agree, you learn something new every day! Dave. On 07/31/2014 04:26 PM, Karoly Balogh (Charlie/SGR) wrote: Hi, Naaah, better use FpChmod() in BaseUnix unit: http://www.freepascal.org/docs-html/rtl/baseunix/fpchmod.html Charlie On Thu, 31 Jul 2014, David Copeland wrote: You could try

[fpc-pascal] Wikipedia article about fcl-web

2014-07-31 Thread leledumbo
Hi everyone, Today I just started https://en.wikipedia.org/wiki/FCL-Web to start wikipedia-ing FPC supporting web frameworks. Please help expanding correcting the article, especially secondary/tertiary sources. -- View this message in context:

Re: [fpc-pascal] Wikipedia article about fcl-web

2014-07-31 Thread Fabrício Srdic
Thanks a lot! About the web server implemented by the unit fphttpserver, is it recommended for high load environments? 2014-07-31 17:54 GMT-03:00 leledumbo leledumbo_c...@yahoo.co.id: Hi everyone, Today I just started https://en.wikipedia.org/wiki/FCL-Web to start wikipedia-ing FPC

Re: [fpc-pascal] Setting execute bit for a Unix file

2014-07-31 Thread Juha Manninen
On Thu, Jul 31, 2014 at 11:26 PM, Karoly Balogh (Charlie/SGR) char...@scenergy.dfmk.hu wrote: Naaah, better use FpChmod() in BaseUnix unit: http://www.freepascal.org/docs-html/rtl/baseunix/fpchmod.html Right, I was looking at page http://www.freepascal.org/docs-html/rtl/unix/index-5.html but

Re: [fpc-pascal] Migrate mantis bugtracker

2014-07-31 Thread Saunders, Rich
On 2014-07-31 12:48, Michael Van Canneyt wrote: I created a FPC program to migrate a mantis bugtracker database from MySQL to Postgres. If someone has interest in such a program : let me know, and I'll send you the sources. I'm interested! I'd love to see your approach because I may have to

Re: [fpc-pascal] Wikipedia article about fcl-web

2014-07-31 Thread waldo kitty
On 7/31/2014 5:08 PM, Fabrício Srdic wrote: Thanks a lot! About the web server implemented by the unit fphttpserver, is it recommended for high load environments? please define high load environments... 2014-07-31 17:54 GMT-03:00 leledumbo leledumbo_c...@yahoo.co.id: Hi everyone,

Re: [fpc-pascal] Wikipedia article about fcl-web

2014-07-31 Thread Fabrício Srdic
Em 31/07/2014 22:42, waldo kitty wkitt...@windstream.net escreveu: On 7/31/2014 5:08 PM, Fabrício Srdic wrote: Thanks a lot! About the web server implemented by the unit fphttpserver, is it recommended for high load environments? please define high load environments... What the