Re: [sage-devel] Moving _sig_on/_sig_off from Sage to Cython

2010-03-10 Thread William Stein
On Wed, Mar 10, 2010 at 3:25 PM, Brian Granger wrote: > William, > > I have contacted all of the devs who are listed on the hg logs of the > relevant files (interrupt.h/interrupt.c) and asked them if they would be OK > re-licensing their contirbutions to these files under a Cython friendly > licen

Re: [sage-devel] Moving _sig_on/_sig_off from Sage to Cython

2010-03-10 Thread Brian Granger
William, I have contacted all of the devs who are listed on the hg logs of the relevant files (interrupt.h/interrupt.c) and asked them if they would be OK re-licensing their contirbutions to these files under a Cython friendly license. All the responses I got were positive: Martin Albrecht:"

Re: [sage-devel] Moving _sig_on/_sig_off from Sage to Cython

2010-03-10 Thread Ondrej Certik
On Wed, Mar 10, 2010 at 12:32 PM, Brian Granger wrote: > Ondrej, > > On Wed, Mar 10, 2010 at 12:25 PM, Ondrej Certik wrote: >> >> On Wed, Mar 10, 2010 at 11:18 AM, Robert Bradshaw >> wrote: >> > On Mar 10, 2010, at 11:01 AM, Brian Granger wrote: >> > >> >> Hello all, >> >> >> >> In the older Cyt

Re: [sage-devel] Moving _sig_on/_sig_off from Sage to Cython

2010-03-10 Thread Brian Granger
Ondrej, On Wed, Mar 10, 2010 at 12:25 PM, Ondrej Certik wrote: > On Wed, Mar 10, 2010 at 11:18 AM, Robert Bradshaw > wrote: > > On Mar 10, 2010, at 11:01 AM, Brian Granger wrote: > > > >> Hello all, > >> > >> In the older Cython docs here: > >> > >> > >> > http://modular.math.washington.edu/hom

Re: [sage-devel] Moving _sig_on/_sig_off from Sage to Cython

2010-03-10 Thread Brian Granger
Martin, Thanks for looking at this. things are a slightly more complicated, authors of that code are at least: > > - William Stein (see copyright notice) > - me (I rewrote them to be more efficient, i.e. save a syscall) > - Gonzalo Tornaria (I think he worked on this?) > - David Harvey (hg log br

Re: [sage-devel] Moving _sig_on/_sig_off from Sage to Cython

2010-03-10 Thread Brian Granger
William, Yes. There are other copyright holders though. > > Great, Martin below lists the other copyright holders. I will try to contact everyone and ask. Once we have approval from all authors, can you or someone change the license on those files in the sage trunk? > The relevant code is in

Re: [sage-devel] Moving _sig_on/_sig_off from Sage to Cython

2010-03-10 Thread Ondrej Certik
On Wed, Mar 10, 2010 at 11:18 AM, Robert Bradshaw wrote: > On Mar 10, 2010, at 11:01 AM, Brian Granger wrote: > >> Hello all, >> >> In the older Cython docs here: >> >> >> http://modular.math.washington.edu/home/was/www/home/gfurnish/old/sage-3.0.6/doc/prog/node55.html >> >> The _sig_on and _sig_o

Re: [sage-devel] Moving _sig_on/_sig_off from Sage to Cython

2010-03-10 Thread Robert Bradshaw
On Mar 10, 2010, at 11:01 AM, Brian Granger wrote: Hello all, In the older Cython docs here: http://modular.math.washington.edu/home/was/www/home/gfurnish/old/sage-3.0.6/doc/prog/node55.html The _sig_on and _sig_off macros are mentioned. But, when I try these in current Cython it fails. I

Re: [sage-devel] Moving _sig_on/_sig_off from Sage to Cython

2010-03-10 Thread Martin Albrecht
On Wednesday 10 March 2010, Brian Granger wrote: > William, are you willing to relicense the interrupt.h and interrupt.c > functions under LGPL or another license Hi Brian, things are a slightly more complicated, authors of that code are at least: - William Stein (see copyright notice) - me (I r

Re: [sage-devel] Moving _sig_on/_sig_off from Sage to Cython

2010-03-10 Thread William Stein
On Wed, Mar 10, 2010 at 11:09 AM, Nick Alexander wrote: > > On 10-Mar-10, at 11:01 AM, Brian Granger wrote: > >> Hello all, >> >> In the older Cython docs here: >> >> >> http://modular.math.washington.edu/home/was/www/home/gfurnish/old/sage-3.0.6/doc/prog/node55.html >> >> The _sig_on and _sig_off

Re: [sage-devel] Moving _sig_on/_sig_off from Sage to Cython

2010-03-10 Thread Nick Alexander
On 10-Mar-10, at 11:01 AM, Brian Granger wrote: Hello all, In the older Cython docs here: http://modular.math.washington.edu/home/was/www/home/gfurnish/old/sage-3.0.6/doc/prog/node55.html The _sig_on and _sig_off macros are mentioned. But, when I try these in current Cython it fails. I f

[sage-devel] Moving _sig_on/_sig_off from Sage to Cython

2010-03-10 Thread Brian Granger
Hello all, In the older Cython docs here: http://modular.math.washington.edu/home/was/www/home/gfurnish/old/sage-3.0.6/doc/prog/node55.html The _sig_on and _sig_off macros are mentioned. But, when I try these in current Cython it fails. I found this thread started by Ondrej a few years ago: h