summaryrefslogtreecommitdiff
path: root/mpz/export.c
Commit message (Expand)AuthorAgeFilesLines
* 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, mpz_export: Relax ASSERTs and test corner conditions.Marco Bodrato2013-01-101-1/+1
* Add copyright years.Torbjorn Granlund2012-11-201-1/+1
* Replace MPN_SIZEINBASE_16 in gmp-impl.h with MPN_SIZEINBASE_2EXP from mpz/exp...Marco Bodrato2012-06-241-13/+0
* Whitespace cleanup.Torbjorn Granlund2010-11-221-43/+43
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* * mpz/export.c: Allow NULL for countp.Kevin Ryde2003-12-021-2/+5
* * mpz/import.c, mpz/export.c: Use char* subract from NULL to getKevin Ryde2002-11-011-1/+1
* Try an extra cast on the alignment test to see if it makes Cray cc happier.Kevin Ryde2002-06-221-1/+1
* Cast pointer via `unsigned long' when checkingtege2002-05-311-1/+1
* * mpz/import.c, mpz/export.c: New files.Kevin Ryde2002-05-071-0/+191