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
$ find . -name '[sS][qQ][lL].apl'
./src/sql/SQL.apl
./wslib5/sql.apl
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
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:
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]
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
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
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.