summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* Underflow semantics changed (not tested).vlefevre2002-04-231-1/+1
* mpfr_cmp_ui_2exp and mpfr_cmp_si_2exp rewritten.vlefevre2002-04-161-1/+1
* Update for "make dist".vlefevre2002-04-151-3/+3
* Support for NaN and Inf (case insensitive) in mpfr_set_str. Tests.vlefevre2002-04-131-4/+2
* Added missing headers in libmpfr_a_SOURCES.vlefevre2002-04-101-1/+1
* include_HEADERS should contain only mpfr.h and mpf2mpfr.h.vlefevre2002-04-091-1/+1
* COPYING.LIB removed.vlefevre2002-04-051-1/+1
* sqrtrem.c removed.vlefevre2002-04-021-1/+1
* added VERSION and mpfr-math.h for "make dist"zimmerma2002-03-211-2/+2
* added new functions mpfr_set_nan and mpfr_set_infzimmerma2002-03-191-1/+1
* added back mpfr_sin_coszimmerma2002-03-171-1/+1
* set_d.c split into get_d.c and set_d.cvlefevre2002-03-111-1/+1
* File renaming.vlefevre2002-03-041-1/+1
* _mpfr_ceil_log2, _mpfr_floor_log2, _mpfr_ceil_exp2 in separate files.vlefevre2002-02-211-1/+1
* mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round rewritten.vlefevre2002-01-301-10/+1
* mpfr_round -> mpfr_round_prec.vlefevre2002-01-251-1/+1
* Files log_base_*.c renamed.vlefevre2001-12-061-1/+1
* Functions (constants) renamed.vlefevre2001-12-061-1/+1
* added acos.czimmerma2001-12-051-1/+1
* Functions mpfr_{mul,div}_2{si,ui} added.vlefevre2001-11-291-1/+1
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-211-1/+1
* init -> init + init2.zimmerma2001-11-161-1/+1
* added COPYING.LIBzimmerma2001-11-161-1/+1
* added isinf and isnum (split from isnan)zimmerma2001-11-161-1/+1
* add.c -> add.c & add1.cvlefevre2001-11-151-1/+1
* Update.vlefevre2001-11-081-1/+1
* adds gmp_op.crouillie2001-10-261-1/+1
* add coopysigndaney2001-10-261-1/+5
* add log_base_10daney2001-10-231-1/+1
* add some functionsdaney2001-10-191-1/+2
* added fma.czimmerma2001-10-161-1/+1
* added tan.czimmerma2001-09-101-1/+1
* removed sin_cos, added sin and coszimmerma2001-09-071-1/+1
* In add.c: use mpfr_cmp_abs instead of mpfr_cmp3; x - x fixed for GMP_RNDD.vlefevre2001-09-061-1/+1
* Some support for exponent change and exceptions.vlefevre2001-08-251-1/+1
* added euler.czimmerma2001-08-231-1/+1
* renamed arctan.c to atan.czimmerma2001-08-141-1/+1
* added mpfr.info to files to remove for "make distclean"zimmerma2001-06-271-0/+2
* Non-existent C source references removed.vlefevre2001-06-231-1/+1
* A few patches.daney2001-06-141-1/+1
* change makefile for new functionsdaney2001-04-051-1/+1
* added cmp2.czimmerma2001-04-031-1/+1
* added arc-tangentzimmerma2001-03-081-1/+1
* added set_ui.czimmerma2001-02-151-1/+1
* added isnan.c, removed srandom.hzimmerma2001-01-111-1/+1
* Added prototypes for all test files.hanrot2000-12-201-2/+1
* added mpfr-test.hzimmerma2000-12-181-1/+1
* removed zeta.czimmerma2000-12-151-1/+1
* added swap/tswapzimmerma2000-12-011-1/+1
* added mpz_set_fr.czimmerma2000-09-291-1/+1