bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Request for feature: Back-channel interaction


From: Elias Mårtenson
Subject: Re: [Bug-apl] Request for feature: Back-channel interaction
Date: Sat, 4 Jan 2014 15:57:48 +0800

Oh by the way, I misunderstood how the start_input worked. It does not rely on shadowing. That said, I do feel that using the same lookup mechanism still makes sense, yes?

On 4 Jan, 2014 2:00 am, "Juergen Sauermann" <address@hidden> wrote:
Hi,

I added the following (SVN 81)

1. if the left argument of ⎕FX contains no slash, then the pkglib directory will be
searched fo th e.so file

2. void (*start_input)() and void (*end_input)() function pointers added. These pointers
are 0 by default. When overridden by your own function(s) then these will be called
before and after GNU APL is blocked on input. That is, access to internal valriables is
safe from start_input() to end_input(). If you see start_input() then GNU APL will not call
end_input() before you send data (followed by \n) to the stdin of GNU APL.

3. fprintf() function added to the file_io module.

/// Jürgen

reply via email to

[Prev in Thread] Current Thread [Next in Thread]