Re: [Bug-apl] quad-FX

2014-05-17 Thread David B. Lamkins
BTW, I actually have a use for redefining a pendent function. The package manager may unload itself by ⎕ex-ing all of its names. It does this, of course, while the main package manager function is pendent. If that's all I did, then the main function would be missing when I called the ]pkg user co

Re: [Bug-apl] quad-FX

2014-05-17 Thread David B. Lamkins
Looks good. Thank you. On Sat, 2014-05-17 at 20:10 +0200, Juergen Sauermann wrote: > Hi David, > > I have changed the handling of function pending on the SI. You can now > ⎕FX functions if the pending function name is localized. This is, I believe, > what the standard tries to say ("locally-erasa

Re: [Bug-apl] quad-FX

2014-05-17 Thread Juergen Sauermann
Hi David, I have changed the handling of function pending on the SI. You can now ⎕FX functions if the pending function name is localized. This is, I believe, what the standard tries to say ("locally-erasable") but does not go as far as IBM. I guess in practice this will be confusing anyhow. SV

Re: [Bug-apl] Quad-FX crashes when passed an empty string

2014-04-10 Thread Juergen Sauermann
Hi Elias, thanks. fixed in SVN 197. /// Jürgen On 04/10/2014 07:32 AM, Elias Mårtenson wrote: To reproduce, type the following: *'' ⎕FX 'E'* This results in the following error: items_allocated = 4 items[0] = idx = 0 ===