Commit graph

12 commits

Author SHA1 Message Date
Tommy Hofmann
6bf072eb59 Replace abort with flint_abort.
This will allow us to not loose the julia session on error.
See also https://github.com/wbhart/flint2/pull/243
2017-02-28 16:52:57 +01:00
Fredrik Johansson
ecb70e7476 update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
Fredrik Johansson
80640c87e2 include flint/foo.h instead of foo.h 2016-03-03 15:42:23 +01:00
William Hart
55c2827539 printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
William Hart
0383e04c21 %lu -> %wu in *.c. 2015-11-06 15:56:28 +00:00
William Hart
72abf04641 %ld -> %wd in *.c. 2015-11-06 15:51:44 +00:00
William Hart
5513b601c8 (U)L -> (U)WORD. 2015-11-06 15:34:19 +00:00
William Hart
0aba1fa6f4 long -> slong in partitions/ and partitions/test/. 2015-11-05 18:07:38 +00:00
Fredrik Johansson
3e1f679259 include multithreaded partition function and update documentation 2014-03-28 17:00:10 +01:00
Fredrik Johansson
4bd28225bc use flint_cleanup() everywhere 2013-07-30 13:53:10 +02:00
Fredrik Johansson
fe55e3c8a1 optionally allow use of doubles in partitions 2013-06-10 14:53:52 +02:00
Fredrik Johansson
1e5d6a36a8 use lookup table for tiny p(n), and add test code 2013-05-29 18:12:05 +02:00