Hi Blake,
thanks, fixed in SVN 467.
/// Jürgen
On 09/08/2014 08:24 PM, Blake McBride
wrote:
Very nice! You may want to add this to apl.html
before we forget about this. Thanks!
Hi David,
thanks, fixed in SVN 467. See 'info apl'.
/// Jürgen
On 09/09/2014 01:52 AM, David Lamkins
wrote:
I noticed the quad-SI function but couldn't find a
reference in the IBM and ISO PDFs or in the info f
Hi David,
thanks, patch applied in SVN 467.
/// Jürgen
On 09/09/2014 07:30 PM, David Lamkins
wrote:
--rawCIN mode wasn't accounting for input wait
time, causing quad-AI[2] to always be identical to quad-AI[3].
Hi,
I changed GNU APL to use libncurses for figuring Input and
output ESC sequences if configured to do so.
This should make GNU APL terminal independent as proposed by
David.
The input (keyboard → APL) and output (APL → screen) can be
co
I found it necessary to cast away the const on the first arg to tparm() in
order to compile on my machines.
Patch attached.
Let me know if you need information about compilers, etc.
--
"The secret to creativity is knowing how to hide your sources."
Albert Einstein
http://soundcloud.com/dav
Now that I can compile the latest SVN, I'm getting complaints at startup:
capability not in terminal description
capability not in terminal description
capability not in terminal description
capability not in terminal description
capability not in terminal description
capability not in terminal de
Hi David,
I believe this is not due to the ncurses version but more because
of the terminal (as per $TERM) being used. I can try to add a
string
with the name of the capability that is not present.
/// Jürgen
On 09/10/201
Hi again,
actually Output.cc:218 should read:
if
(!use_curses) return;
/// Jürgen
On 09/10/2014 07:02 PM, David Lamkins
wrote:
Now that I can compile the latest SVN, I'm getting
Yes, that eliminates the error messages. Thanks!
On Wed, Sep 10, 2014 at 10:33 AM, Juergen Sauermann <
juergen.sauerm...@t-online.de> wrote:
> Hi again,
>
> actually *Output.cc:218* should read:
>
> * if (!use_curses) return;*
>
> /// Jürgen
>
> On 09/10/2014 07:02 PM, David Lamkins wrote:
Hi David,
thanks, fixed in SVN 468.
/// Jürgen
On 09/10/2014 06:50 PM, David Lamkins
wrote:
I found it necessary to cast away the const on the first
arg to tparm() in order to compile o
Hi David,
thanks, fixed in SVN 468.
/// Jürgen
On 09/10/2014 06:50 PM, David Lamkins
wrote:
I found it necessary to cast away the const on the first
arg to tparm() in order to compile o
8 Warnings latest SVN
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/Output.cc:255:19:
Unsequenced modification and access to 'errors'
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/Output.cc:256:19:
Unsequenced modification and access to 'errors'
/Volumes/Data/Development/MyPro
Compiled on a 64 bit Linux box.
...
gcc -DHAVE_CONFIG_H -I. -I..-std=c99 -Wall -Werror -pthread
-I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/g
Cool of your compiler to catch that. Fixed and the fix pushed.
cm
On 09/10/14 21:21, Blake McBride wrote:
Compiled on a 64 bit Linux box.
...
gcc -DHAVE_CONFIG_H -I. -I..-std=c99 -Wall -Werror -pthread
-I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/in
Thanks. Fixed the problem.
On Wed, Sep 10, 2014 at 8:32 PM, Chris Moller wrote:
> Cool of your compiler to catch that. Fixed and the fix pushed.
>
> cm
>
>
>
> On 09/10/14 21:21, Blake McBride wrote:
>
> Compiled on a 64 bit Linux box.
>
> ...
> gcc -DHAVE_CONFIG_H -I. -I..-std=c99 -Wal
15 matches
Mail list logo