<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/include, branch v1.9.2</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Merge pull request #5233 from juliantaylor/off_t-fix</title>
<updated>2014-10-26T12:03:03+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-10-26T12:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9b4b7b37efc740756ddfb36efca2f0c17642f001'/>
<id>9b4b7b37efc740756ddfb36efca2f0c17642f001</id>
<content type='text'>
BUG: fix build in c99 mode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: fix build in c99 mode
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix build in c99 mode</title>
<updated>2014-10-26T11:24:42+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-10-26T11:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=76fc3e7df95779b2a67cf40210585cc1bb776591'/>
<id>76fc3e7df95779b2a67cf40210585cc1bb776591</id>
<content type='text'>
The definition of off_t is located in sys/types.h and is not pulled
by other files when compiling in c99 mode instead of the default gnu89.
Closes gh-5231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The definition of off_t is located in sys/types.h and is not pulled
by other files when compiling in c99 mode instead of the default gnu89.
Closes gh-5231
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5212 from charris/fix-long-long-fmt</title>
<updated>2014-10-21T20:04:38+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-10-21T20:04:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ddb5e790dc413e57cc9526eac1edab3651740f43'/>
<id>ddb5e790dc413e57cc9526eac1edab3651740f43</id>
<content type='text'>
BUG: Use 'll' as the default length specifier for long long.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Use 'll' as the default length specifier for long long.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Use 'll' as the default length specifier for long long.</title>
<updated>2014-10-21T15:15:55+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-10-21T15:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0ddb8e35ea464da08ca3327482d96c2ec4640583'/>
<id>0ddb8e35ea464da08ca3327482d96c2ec4640583</id>
<content type='text'>
The previous default was 'L', which seems gcc specific, whereas
'll' is the now recognized standard and is also accepted by gcc.

Closes #5027.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous default was 'L', which seems gcc specific, whereas
'll' is the now recognized standard and is also accepted by gcc.

Closes #5027.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5067 from juliantaylor/restore-dup</title>
<updated>2014-09-11T18:52:20+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-11T18:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=812f328b6d7189874c19fcfc1ba7e7fa191d67a2'/>
<id>812f328b6d7189874c19fcfc1ba7e7fa191d67a2</id>
<content type='text'>
BUG: restore api of npy_PyFile_DupClose in python2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: restore api of npy_PyFile_DupClose in python2
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: restore api of npy_PyFile_DupClose in python2</title>
<updated>2014-09-11T16:28:57+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-11T16:27:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0be73e01eab8716fdb890210f2be8406c224881e'/>
<id>0be73e01eab8716fdb890210f2be8406c224881e</id>
<content type='text'>
breaks matplotlib
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
breaks matplotlib
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: const correctness and minor fixes to C code</title>
<updated>2014-06-10T20:15:33+00:00</updated>
<author>
<name>Lars Buitinck</name>
<email>larsmans@gmail.com</email>
</author>
<published>2014-06-10T20:15:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=59b560645344d101ddd9e0dfece942b3c699003e'/>
<id>59b560645344d101ddd9e0dfece942b3c699003e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4692 from juliantaylor/fft-interrupt</title>
<updated>2014-05-29T22:20:25+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-05-29T22:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3d14321fcec97501a20d3e9ade92abb7c3055c0e'/>
<id>3d14321fcec97501a20d3e9ade92abb7c3055c0e</id>
<content type='text'>
BUG: fix crash when sending interrupt signal to fft functions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: fix crash when sending interrupt signal to fft functions</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: add support for OpenRISC architecture.  Closes gh-4743.</title>
<updated>2014-05-26T18:35:13+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2014-05-26T18:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8c72443be95e01ee991043ba5dbcdda55716dc8e'/>
<id>8c72443be95e01ee991043ba5dbcdda55716dc8e</id>
<content type='text'>
Thanks to @manuelafm for the patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to @manuelafm for the patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix crash when sending interrupt signal to fft functions</title>
<updated>2014-05-09T14:08:16+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-05-09T13:52:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2d7a9eedc6570017a2e305c9ec67bab982b12810'/>
<id>2d7a9eedc6570017a2e305c9ec67bab982b12810</id>
<content type='text'>
the SIGINT handling code must be in the GIL released section so the
longjmp does not skip the retaking.
This implies that the signal handlers must use thread local storage to
avoid a crash when sending interrupt to threaded fft functions.
Distribution of SIGINT to each threads must be handled by the
application as only the master thread receives it
Closes gh-4634
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the SIGINT handling code must be in the GIL released section so the
longjmp does not skip the retaking.
This implies that the signal handlers must use thread local storage to
avoid a crash when sending interrupt to threaded fft functions.
Distribution of SIGINT to each threads must be handled by the
application as only the master thread receives it
Closes gh-4634
</pre>
</div>
</content>
</entry>
</feed>
