octave-maintainers
[Top][All Lists]
Advanced

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

Re: Patch to Octave shutdown procedures


From: Jaroslav Hajek
Subject: Re: Patch to Octave shutdown procedures
Date: Wed, 20 May 2009 11:18:19 +0200

On Wed, May 20, 2009 at 11:08 AM, Michael Goffioul
<address@hidden> wrote:
> On Wed, May 20, 2009 at 9:06 AM, Jaroslav Hajek <address@hidden> wrote:
>> I committed the following patch:
>> http://hg.savannah.gnu.org/hgweb/octave/rev/ee7cf4d963f3
>>
>> summary:
>> quit() now raises an octave_quit_exception, carrying the exit status.
>> this is handled in main_loop and a couple of other functions.
>> octave_exit pointer is declared and points to ::exit at startup. it
>> may be overriden by user code or even NULL.
>>
>> also, main_loop et al. now perform unwind_protect_cleanup actions when
>> quit() is called. It seems reasonable to do so - anyone disagrees?
>
> Please tag octave_exit with OCTINTERP_API, to make it MSVC user-friendly.

OK. Can you please give me a short clue about what the
OCTAVE_API/OCTINTERP_API tags are all about and what they should do? I
have no clue, so I'd like to at least know what I'm doing.

regards

-- 
RNDr. Jaroslav Hajek
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


reply via email to

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