[fpc-pascal] FPC clean room project

2017-01-01 Thread Mr Bee
Hi all, There's someone accusing that Free Pascal (and some parts of Lazarus) is just a reverse engineering of Delphi. Even he said some codes of FPC/Laz are taken from Delphi (and Kylix). This is a serious allegation. I know that isn't true. Or is it? ;) Can anybody elaborate on this? I'd like

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

2017-01-01 Thread Graeme Geldenhuys
On 2016-12-31 20:53, Bart wrote: > I thought it was part of fpc packaes source Correct, it is now included with FPC. The problem being, I found 3 different copies in the various FPC packages. I've asked Michael van Canneyt if we can consolidate the various fasthtmlparser units into one location,

Re: [fpc-pascal] Question on type helpers

2017-01-01 Thread Bart
On 1/1/17, Sven Barth wrote: > Could indeed be the case due to codepaged strings being different types. > I think there already is a bug report along those lines... I just (for the first time ever) built fpc from trunk (r35221) and it compiles the troublesome code

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

2017-01-01 Thread greim
Hallo Bo, You are right. If you want to keep the numbers of one line together, then READ doesn't work for you. Markus Am 31.12.2016 um 12:18 schrieb Bo Berglund: On Sat, 31 Dec 2016 11:27:53 +0100, greim wrote: Hallo Bo, please try the simple READ(myfile,

Re: [fpc-pascal] Question on type helpers

2017-01-01 Thread Bart
On 1/1/17, Sven Barth wrote: > Could indeed be the case due to codepaged strings being different types. > I think there already is a bug report along those lines... You mean http://bugs.freepascal.org/view.php?id=29745 ? Bart