Re: [Bug-apl] ⎕svq lock-up (Also, a question about ⎕svq)

2014-09-18 Thread Juergen Sauermann
Hi David, thanks, fixed in SVN 479. /// Jürgen On 09/17/2014 08:46 PM, David Lamkins wrote: If I start an APL session and do this: 1001 ⎕svo 'foo' 1   ⎕svq ''

Re: [Bug-apl] Cosmetic: Spelling in quad-SYL

2014-09-18 Thread Juergen Sauermann
Hi David, thanks, fixed in SVN 479. /// Jürgen On 09/1 On 09/17/2014 09:29 PM, David Lamkins wrote: The new "max. prefix length" entry is misspelled in quad-SYL. --

Re: [Bug-apl] errors in latest SVN

2014-09-18 Thread Juergen Sauermann
Hi Peter, I see. Looking on the web it appears as if OSX does not support the POSIX API for thread affinities but use their own. GNU may work without setting the affinities explicitly (because all threads will have 100% load, so the scheduler should be able to

[Bug-apl] Monadic ⊣ changed

2014-09-18 Thread Juergen Sauermann
Hi, I have changed monadic ⊣ to be more efficient. The old behavior was that ⊣ B was a copy of B but as a committed value. The new behavior is that ⊣ B is 0 as a committed value of 0 (instead of B). The original purpose of monadic ⊣ was