Re: [Bug-apl] Revisiting localization of system variables

2014-07-23 Thread Juergen Sauermann
Hi David, thanks. The statement is still valid. Just forgot to overload *Quad_IO::push().* Fixed in SVN 386. /// Jürgen On 07/22/2014 10:58 PM, David Lamkins wrote: On May 27th Jüergen wrote: "Note that there are some subtle differences between IBM APL2 and GNU APL when localizing ⎕-vars.

Re: [Bug-apl] Another attention signal issue

2014-07-23 Thread Juergen Sauermann
Hi, the issues should be fixed in SVN 386. When large value are printed then the computation of the output as well as the printout itself can be interrupted (two ^C within 500 ms). There is still some latency after the ^Cs because some internal functions are not interruptible, but it is much sm

Re: [Bug-apl] Very minor apl.html adjustments

2014-07-23 Thread Juergen Sauermann
Hi Blake, thanks, will be fixed in SVN 387. /// Jürgen On 07/21/2014 01:47 PM, Blake McBride wrote: I found the following small typos in apl.html: 1. Section 2.2 "max. rank for APL values" repeated twice. 2. Section 2.2.1 Missing "[" in section title Thanks. Blake

[Bug-apl] readline error when trying to compile the latest version on OSX

2014-07-23 Thread Elias Mårtenson
Here's the error: g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -MT NamedObject.o -MD -MP -MF .deps/NamedObject.Tpo -c -o NamedObject.o NamedObject.cc clang: warning: argument unused during compilation: '-rdynamic' Input.cc:67:39: warning: control reaches end of non-void function [-Wreturn-type]

Re: [Bug-apl] readline error when trying to compile the latest version on OSX

2014-07-23 Thread Elias Mårtenson
The above error happens when I compile *without* readline. The reason I did that was because of a different error that happens when compiling with readline: g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -MT NamedObject.o -MD -MP -MF .deps/NamedObject.Tpo -c -o NamedObject.o NamedObject.cc clang:

[Bug-apl] Unexpected results for the power function

2014-07-23 Thread Frederick H. Pitts
Jurgen, The last comment in the listing below summarizes the issue. The input file for the listing is attached. Regards Fred Retired Chemical Engineer ⎕PP ← 16 ⍝ Compute first 5, 14th, 15th, 70th and 71th Fibonacci numbers using ⍝ Binet's formula (http://www.math.ru

[Bug-apl] Are SQL names correct?

2014-07-23 Thread Blake McBride
$ find . -name '[sS][qQ][lL].apl' ./src/sql/SQL.apl ./wslib5/sql.apl

[Bug-apl] Fix for some OSX compilation issues

2014-07-23 Thread Elias Mårtenson
Here's a patch that fixes the readline bug that happens when readline is * disabled*. It also addresses the casing issue with SQL.apl. Now, the file is called sql.apl in the source, but SQL.apl in the wslib5 directory. It's still not possible to build on OSX with readline enabled. This is because