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: Juergen Sauermann
Subject: Re: [Bug-apl] Request for feature: Back-channel interaction
Date: Fri, 03 Jan 2014 19:00:10 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

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]