Re: [fpc-devel] LineInfo

2017-04-03 Thread Michael Van Canneyt
On Mon, 3 Apr 2017, Marco Borsari via fpc-devel wrote: Does it is possible that the LineInfo trace (-gl option) are broken (no output) in 3.0.2 version on Linux (at least)? Hm. Indeed. I can reproduce the issue :/ Michael. ___ fpc-devel maillist

[fpc-devel] LineInfo

2017-04-03 Thread Marco Borsari via fpc-devel
Does it is possible that the LineInfo trace (-gl option) are broken (no output) in 3.0.2 version on Linux (at least)? -- Marco Borsari ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Nested functions in numlib

2017-04-03 Thread Marco van de Voort
In our previous episode, Werner Pamler said: > Is there a chance that such a patch would be accepted? Did you test performance? Repeated access to parent frame in tight loops might be suboptimal. Could maybe be helped with some pointer work? ___

[fpc-devel] Nested functions in numlib

2017-04-03 Thread Werner Pamler
In addition to the incomplete gamma function I am planning to add a series of other special functions useful for statistical calculations, among them the incomplete beta function and its inverse. Calculation of the inverse incomplete beta function usually is performed in the literature by