summaryrefslogtreecommitdiff
path: root/tests/teq.c
Commit message (Expand)AuthorAgeFilesLines
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-2/+2
* improved editing stylezimmerma2004-02-131-13/+14
* partly rewritten, and improved test coveragezimmerma2004-02-131-1/+84
* + Optimize a few div.cpelissip2003-12-151-4/+2
* Changed the remaining stderr to stdout.vlefevre2003-09-251-29/+37
* added test 'special'zimmerma2003-05-191-0/+38
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-3/+1
* removed math.hzimmerma2003-01-161-2/+1
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+4
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-3/+4
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-2/+2
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* changed "int main(..)" to two lineszimmerma2001-02-181-2/+3
* k2r -> ansi stylezimmerma2000-12-211-11/+11
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected macros: xxx -> MPFR_xxxzimmerma2000-10-261-4/+4
* Various patches for leaks, UMR and (one) BUS.hanrot2000-06-201-1/+3
* 1 -> (mp_limb_t) 1 [pb on 64-bit machines]zimmerma2000-06-151-2/+2
* Test for mpfr_eq.hanrot2000-06-151-0/+74