Re: [fpc-pascal] SVN RSS

2017-07-25 Thread Andrew Haines via fpc-pascal
On 07/25/2017 01:39 PM, José Mejuto wrote: El 25/07/2017 a las 8:33, Michael Van Canneyt escribió: Is it possible that the SVN RSS is stuck at day 21 ? https://svn.freepascal.org/feeds/fpcsvn.rss Yes. The post-commit script that creates the feed has been disabled due to time-out problems.

Re: [fpc-pascal] SVN RSS

2017-07-25 Thread José Mejuto
El 25/07/2017 a las 8:33, Michael Van Canneyt escribió: Is it possible that the SVN RSS is stuck at day 21 ? https://svn.freepascal.org/feeds/fpcsvn.rss Yes. The post-commit script that creates the feed has been disabled due to time-out problems. Hello, Will it be re-enabled ? --

Re: [fpc-pascal] Best way to insert bytes into a TBytes variable?

2017-07-25 Thread Michael Van Canneyt
On Tue, 25 Jul 2017, Bo Berglund wrote: I am working on moving away from using AnsiString as communications buffer in an old application, so I need to write efficient replacements for certain string functions (Delete, Insert, Copy etc). Now I am wondering if there is a better way to do the

[fpc-pascal] Best way to insert bytes into a TBytes variable?

2017-07-25 Thread Bo Berglund
I am working on moving away from using AnsiString as communications buffer in an old application, so I need to write efficient replacements for certain string functions (Delete, Insert, Copy etc). Now I am wondering if there is a better way to do the Insert() command than this: procedure

Re: [fpc-pascal] SVN RSS

2017-07-25 Thread Michael Van Canneyt
On Tue, 25 Jul 2017, José Mejuto wrote: Hello, Is it possible that the SVN RSS is stuck at day 21 ? https://svn.freepascal.org/feeds/fpcsvn.rss Yes. The post-commit script that creates the feed has been disabled due to time-out problems.