Re: [Bug-apl] Bug in 8○ function?

2015-04-18 Thread Juergen Sauermann
Hi Elias, correct. Unfortunately there seems to be a mismatch between the ISO standard  on one side, and the IBM reference manual and the IBM APL2 interpreter on the other. For example, the formula for 8○ is (¯1-B*2)*.5 in the ISO

Re: [Bug-apl] Why does make clean not remove the src .o files?

2015-04-18 Thread Juergen Sauermann
Hi Peter, thanks, should fixed in SVN 607. /// Jürgen On 04/15/2015 06:58 PM, Peter Teeson wrote: Hi Jürgen: Gandalf:apl-svn pteeson$ make clean Making clean in doc test -z "apl.dvi apl.pdf apl.ps apl.html" \ || rm -rf

Re: [Bug-apl] Bug in 8○ function?

2015-04-18 Thread Blake McBride
Good to know, and I agree. Thanks. Blake On Sat, Apr 18, 2015 at 7:12 AM, Juergen Sauermann juergen.sauerm...@t-online.de wrote: Hi Elias, correct. Unfortunately there seems to be a mismatch between the ISO standard on one side, and the IBM reference manual and the IBM APL2

Re: [Bug-apl] SEV_ERASED not sent to monitored variables when workspace is cleared on )LOAD

2015-04-18 Thread Juergen Sauermann
Hi Elias, thanks, fixed in SVN 608. /// Jürgen On 04/15/2015 11:37 AM, Elias Mårtenson wrote: If I trace a variable (used for live-updates of variable content in an Emacs buffer) and then do )LOAD, the workspace

[Bug-apl] Build error on 609

2015-04-18 Thread Blake McBride
Getting a build error on 64 bit Linux as follows: ... libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -I/usr/include -I/usr/include/postgresql -g -O2 -MT PostgresArgListBuilder.lo -MD -MP -MF .deps/PostgresArgListBuilder.Tpo -c PostgresArgListBuilder.cc -fPIC -DPIC -o

Re: [Bug-apl] Build error on 609

2015-04-18 Thread Juergen Sauermann
Hi Blake, yes, I have inforrmed Elias already. I do not have PostgreSQL installed (so that I can better test the ./configure script regarding whether or not SQLite and PostgreSQL packages are are installed on my machine). ///

Re: [Bug-apl] Build error on 609

2015-04-18 Thread Peter Teeson
Hi: OS X 10.8.5 SVN 609 apl Group /Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/PostgresArgListBuilder.cc /Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/PostgresArgListBuilder.cc:187:31: 'operator new' is a protected member of 'Value'