summaryrefslogtreecommitdiff
path: root/mpf
Commit message (Collapse)AuthorAgeFilesLines
...
* Use https to link to GNU license.Torbjorn Granlund2013-12-0269-69/+69
|
* Collapse copyright years.Torbjorn Granlund2013-11-2834-48/+37
|
* mpf/fits_u.h: accept numbers truncating to zero before checking the sign.Marco Bodrato2013-03-191-5/+5
|
* wap.c: Reduce the number of variables.Marco Bodrato2013-03-181-25/+21
|
* mp_dv_tab.c (__gmp_digit_value_tab): Remove a line of unused values.Marco Bodrato2013-02-141-2/+2
|
* mpf/set_str.c: Don't chech base==0 when base is strictly positive.Marco Bodrato2013-02-121-2/+2
|
* Add copyright years.Torbjorn Granlund2012-11-209-15/+15
|
* Mark failing branches with UNLIKELY.Marco Bodrato2012-05-234-14/+17
|
* Copyright year.Marco Bodrato2012-05-171-1/+1
|
* mpf/pow_ui.c: Simplify.Marco Bodrato2012-05-171-5/+5
|
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-1/+1
|
* (ABS_CAST): New macro.Torbjorn Granlund2012-02-114-8/+9
|
* Fix typo in copy condition. Delay an allocation.Torbjorn Granlund2011-08-171-6/+6
|
* Use integer fields for mp_bases logarithm tables.Torbjorn Granlund2011-08-073-12/+11
|
* Whitespace cleanup.Torbjorn Granlund2010-11-222-9/+9
|
* Make all bases either work or return an error.Torbjorn Granlund2010-11-221-1/+5
|
* Make it possible to compile GMP with g++.Torbjorn Granlund2010-11-1015-15/+14
|
* Fix a comment.Torbjorn Granlund2010-04-101-1/+1
|
* Update comments.Torbjorn Granlund2010-04-101-3/+5
|
* Bring comments up-to-date with code.Torbjorn Granlund2010-04-101-2/+2
|
* Rewrite to use mpn_div_q.Torbjorn Granlund2010-01-231-48/+28
|
* (mpn_sqr): New name for mpn_sqr_n.Torbjorn Granlund2009-12-272-2/+2
|
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-2010-10/+10
|
* Use TMP_ALLOC_LIMBS consistently.Torbjorn Granlund2009-11-287-8/+8
|
* Simplify.Torbjorn Granlund2009-07-131-19/+24
|
* Rewrite.Torbjorn Granlund2009-07-131-37/+52
|
* Improve code for computing sizes related to mp_bases.Torbjorn Granlund2009-07-062-3/+4
|
* Add mpz_clears, mpq_clears, mpf_clears.Torbjorn Granlund2009-06-282-2/+58
|
* Add new functions mpq_inits, mpf_inits.Torbjorn Granlund2009-06-192-1/+57
|
* Misc changes, fixing name space issues and compiler warnings.Torbjorn Granlund2009-04-131-1/+1
|
* Change _PROTO => __GMP_PROTO.Torbjorn Granlund2008-12-071-1/+1
|
* Allocate mantissa space based on mantissa size, not on destinationTorbjorn Granlund2008-11-091-5/+7
| | | | | | variable space. Default 'base' before letting exp_base inherit it.
* Partial rewrite; Compare the right number of bits.Torbjorn Granlund2008-11-091-8/+16
|
* Compare limb[0] just up to the specified bit.Torbjorn Granlund2008-11-081-3/+5
|
* New .hgignore file. Removed all old .cvsignore files.Niels Möller2008-09-051-4/+0
|
* */Makefile.in, configure, aclocal.m4, config.in: Removed filesNiels Möller2008-09-051-655/+0
| | | | | from repository. They're instead generated by automake and autoconf before distribution.
* Accept unary plus before exponent.tege2008-08-251-5/+8
|
* Fix typo in last change.tege2007-12-111-2/+2
|
* (mpf_set_str): Write own code for converting thetege2007-12-101-3/+24
| | | | exponent, avoids strtol base > 36 limitation.
* Include stdlib.h, not stdio.h for NULL.tege2007-09-241-1/+1
|
* Whitespace cleanup.tege2007-09-241-1/+0
|
* Clean up spacing.tege2007-09-243-3/+0
|
* Update license to version 3.tege2007-09-1868-275/+139
|
* Avoid copying result when not needed. Misc cleanups.tege2006-07-121-11/+13
|
* Update FSF's address.tege2006-02-1568-136/+136
|
* Implement workaround for GCC bug triggered on alpha.tege2005-12-181-1/+2
|
* Implement workaround for GCC bug triggered on alpha.tege2005-12-181-1/+2
|
* Add a copyright year.tege2005-11-0114-19/+22
|
* List some allocation improvement ideas.tege2005-10-311-0/+6
|
* Remove TMP_XXXX marker arguments.tege2005-05-1814-46/+46
|