summaryrefslogtreecommitdiff
path: root/memory.c
Commit message (Collapse)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
|
* Get rid of BYTES_PER_MP_LIMB, most files affected.Torbjorn Granlund2014-01-191-10/+10
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+1
|
* Add copyright years.Torbjorn Granlund2012-11-201-1/+2
|
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-4/+3
|
* Change _PROTO => __GMP_PROTO.Torbjorn Granlund2008-12-071-3/+3
|
* (__gmp_default_allocate, __gmp_default_reallocate):tege2007-09-241-2/+2
| | | | Cast size operands in error fprintf's.
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* *** empty log message ***tege2003-06-091-1/+1
|
* * memory.c [__NeXT__]: Remove unused #define of "static".Kevin Ryde2002-02-141-7/+3
| | | | | (__gmp_default_allocate, __gmp_default_reallocate): Print size if allocation fails, don't use perror.
* Remove K&R function headers.tege2001-01-021-19/+1
|
* * * (__gmp_allocate_func etc): Rename from _mp_allocate_func etc.Kevin Ryde2000-10-211-10/+10
| | | | (__gmp_default_allocate etc): Rename from _mp_default_allocate etc.
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
|
* *** empty log message ***tege2000-07-241-4/+4
|
* Add code enabled for DEBUG that adds special patternstege2000-05-081-2/+68
| | | | around allocated blocks.
* Add a copyright year.Kevin Ryde2000-04-291-1/+1
|
* * memory.c: Use <stdlib.h> for malloc etc, and use _PROTO.Kevin Ryde2000-04-291-9/+6
|
* Initial revisiontege1996-05-081-0/+97