summaryrefslogtreecommitdiff
path: root/mpz/lcm.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
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* mpz_lcm: avoid goto.Marco Bodrato2012-01-121-15/+10
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* Add a copyright year.tege2005-11-011-1/+1
|
* Remove TMP_XXXX marker arguments.tege2005-05-181-3/+3
|
* Remove trailing spaces.tege2002-01-131-2/+2
|
* * mpz/lcm.c: Don't TMP_MARK and then just return. Remove unnecssaryKevin Ryde2001-06-171-3/+1
| | | | | | | | _mpz_realloc prototype. Actually, doing TMP_MARK and then returning without TMP_FREE is fine for stack-alloc.c, as long as no TMP_ALLOCs have been done, but lets tighten up and make sure every mark has a free.
* * mpz/lcm.c: Add one limb special case.Kevin Ryde2001-04-301-4/+34
|
* (mpz_lcm): Make result always positive.tege2001-04-241-0/+2
|
* Remove K&R function headers.tege2001-01-021-8/+1
|
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
|
* * mpz/{fdiv_r_2exp.c,lcm.c,urandomm.c}: Add missing TMP_MARK/FREE,Kevin Ryde2000-08-201-1/+6
| | | | avoiding memory leak when using stack-alloc.c.
* *** empty log message ***tege2000-07-241-4/+4
|
* New file.tege1996-10-181-0/+56