Re: [Bug-apl] Additional APL options configurable in gnu-apl-mode?

2014-07-18 Thread Elias Mårtenson
Yes, I'll add that today. Sorry about that. Regards, Elias On 19 Jul 2014 08:02, "David Lamkins" wrote: > Elias, have you given any further thought to adding configurable APL > options to gnu-apl-mode? > > I wouldn't necessarily want the ability to add any random option (due to > the risk of con

[Bug-apl] Additional APL options configurable in gnu-apl-mode?

2014-07-18 Thread David Lamkins
Elias, have you given any further thought to adding configurable APL options to gnu-apl-mode? I wouldn't necessarily want the ability to add any random option (due to the risk of conflict with options used by the mode), but a selection of "safe" options would be nice to have available. I still ha

Re: [Bug-apl] Another SQL module update

2014-07-18 Thread Blake McBride
Thanks! *Blake McBride* www.arahant.com Cell:615-394-6760 Office: 615-376-5500 Fax: 615-377-6006 On Fri, Jul 18, 2014 at 12:10 PM, Elias Mårtenson wrote: > I found a bug where the application would crash if you tried to list the > tables when you didn't have any tables in the datab

[Bug-apl] Another SQL module update

2014-07-18 Thread Elias Mårtenson
I found a bug where the application would crash if you tried to list the tables when you didn't have any tables in the database. I've fixed it now so that it returns ⍬ as it's supposed to. Regards, Elias

Re: [Bug-apl] Question regarding GNU APL native library platform support

2014-07-18 Thread Juergen Sauermann
Hi David, I would expect that the platform supports shared libraries or similar via *dlopen()*. Windows on Cygwin should be OK, Windows without Cygwin maybe not or needs wrappers for dlopen() and friends Don't know anything about iOS; if it is linux-like then it probably has it. /// Jürgen