Re: [fpc-pascal] How to split file of whitespace separated numbers?

2016-12-30 Thread Bo Berglund
On Fri, 23 Dec 2016 11:53:58 +, Graeme Geldenhuys wrote: >That problem is perfectly suited for regular expressions. And a rather >simple one at than. The FPC's FCL packages include a regex unit too >which should suite your needs. I was away over Xmas so I have not seen all this regexp discus

[fpc-pascal] FPC 3.0.0 seed compiler for Rasperry Pi ARM?

2016-12-30 Thread Bo Berglund
I have a script for building FPC and Lazarus from scratch on Raspberry Pi. This script starts by downloading the seed compiler from this location: http://sourceforge.net/projects/freepascal/files/Linux/2.6.4/fpc-2.6.4.arm-linux.tar But I have not found a seed compiler for ARM at that location (rep

Re: [fpc-pascal] FastHtmlParser does not fire OnFoundText on e.g. empty table cell

2016-12-30 Thread Graeme Geldenhuys
On 2016-12-29 18:43, Bart wrote: > Is this intended behaviour? I'm not sure. I used FastHTMLParser 2+ months ago and discovered a couple of bugs in it, and similar behaviour to what you mentioned. I wrote some unit tests for it and fixed the bugs I found. I'll make a not to publish my changes and