summaryrefslogtreecommitdiff
path: root/mpq/equal.c
Commit message (Collapse)AuthorAgeFilesLines
* Copyright yearMarco Bodrato2018-02-251-1/+1
|
* mpq/equal.c: Check size early.Marco Bodrato2018-02-251-5/+5
|
* 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
|
* Use macros like NUM, ALLOC, SIZ, etc in mpq/*.Marc Glisse2012-02-241-8/+8
| | | | | Test some mpq functions that were not used in the testsuite. Implement q=z (in gmpxx) with mpq_set_z.
* Make it possible to compile GMP with g++.Torbjorn Granlund2010-11-101-1/+1
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* Add a copyright year.tege2002-05-141-1/+1
|
* Fix type of size variables.tege2002-05-061-1/+1
|
* * mpq/cmp.c, mpq/cmp_si.c, mpq/cmp_ui.c, mpq/equal.c: Add ASSERTs forKevin Ryde2001-10-301-0/+4
| | | | canonical inputs, where correctness depends on it.
* * mpq/equal.c: Rewrite using inline compare loops.Kevin Ryde2001-04-021-8/+27
|
* Add a copyright year.tege2001-01-021-1/+1
|
* Remove K&R function headers.tege2001-01-021-6/+0
|
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
|
* *** empty log message ***tege2000-07-241-4/+4
|
* Take ABS of num1_size before passing it to mpn_cmp.tege1996-07-221-1/+1
|
* Change declaration to work around irix5 compiler bug.tege1996-06-041-3/+3
|
* Initial revisiontege1996-05-081-0/+43