summaryrefslogtreecommitdiff
path: root/mpz/import.c
Commit message (Expand)AuthorAgeFilesLines
* mpz/import.c: Remove now unused labelMarco Bodrato2022-02-131-1/+0
* mpz/import.c: Reorder branchesMarco Bodrato2022-02-011-21/+12
* mpz/import.c: Use MPN_BSWAP_REVERSE, reorder branchesMarco Bodrato2021-09-261-16/+13
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* mpz/import.c, mpz/inp_raw.c: Use BITS_TO_LIMBS and MPZ_NEWALLOC.Marco Bodrato2013-02-121-2/+2
* Use MPZ_REALLOC return value when possible.Torbjorn Granlund2012-05-261-3/+2
* Whitespace cleanup.Torbjorn Granlund2010-11-221-40/+40
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* More of:Kevin Ryde2002-11-041-0/+1
* * mpz/import.c, mpz/export.c: Use char* subract from NULL to getKevin Ryde2002-11-011-1/+1
* Undo last change.tege2002-10-291-6/+0
* Disable optimization for Cray vector systems.tege2002-10-291-0/+6
* Correction to:Kevin Ryde2002-06-251-1/+1
* * mpz/import.c, mpz/export.c: Cast data pointer through "char *" inKevin Ryde2002-06-251-1/+1
* Cast pointer via `unsigned long' when checking alignment to avoidtege2002-05-111-1/+1
* * mpz/import.c: Corrections to size store, special case tests, andKevin Ryde2002-05-091-18/+25
* * mpz/import.c, mpz/export.c: New files.Kevin Ryde2002-05-071-0/+164