summaryrefslogtreecommitdiff
path: root/mpf
Commit message (Collapse)AuthorAgeFilesLines
* Nailify.tege2002-05-0610-51/+98
|
* Fix type of size variables.tege2002-05-061-3/+3
|
* Nailify.tege2002-05-0611-50/+115
|
* Rewrite - nailify.tege2002-05-062-22/+67
|
* Regenerate for:Kevin Ryde2002-04-161-0/+1
| | | | * mpfr/*, configure.in: Update to final mpfr 2.0.1.
* Regenerate for:Kevin Ryde2002-04-131-1/+1
| | | | | | * mpfr/*: Update to another new mpfr 2.0.1. * configure.in, Makefile.am, mpfr/Makefile.am, mpfr/tests/Makefile.am: Use MPFR_CONFIGS macro, establish separate MPFR_CFLAGS for mpfr build.
* Regenerate for:Kevin Ryde2002-03-281-4/+5
| | | | | | * gmp-h.in, mp-h.in, configure.in, acinclude.m4: Remove __GMP from AC_SUBSTs, since autoconf says leading "_" in makefile variables is not portable.
* Regenerate for:Kevin Ryde2002-03-221-0/+1
| | | | | | * configure.in, mpfr/Makefile.am, mpfr/tests/Makefile.am: Use -mieee-with-inexact or -ieee_with_inexact for mpfr on alpha, so denorms work.
* Regenerate for:Kevin Ryde2002-03-201-2/+2
| | | | | | | | | * demos/pexpr.c, demos/pexpr-config-h.in, configure.in: Use an autoconf test for stack_t. * configure.in, gmp-h.in, mp-h.in, macos/configure: Use __GMP_LIBGMP_DLL to enable windows declspec, don't require _WIN32 (etc), remove __GMP_LIBGMP_SHARED and __GMP_LIBGMP_STATIC.
* Regenerate for:Kevin Ryde2002-01-241-0/+1
| | | | | | * configure.in (--enable-nails): New option. (GMP_NAIL_BITS, GMP_LIMB_BITS, GMP_NUMB_BITS): New defines for gmp.h and config.m4.
* * gmp-impl.h, mpz/get_str.c, mpq/get_str.c, mpf/get_str.c,Kevin Ryde2002-01-171-3/+4
| | | | | printf/asprntffuns.c, printf/doprnt.c, printf/repl-vsnprintf.c, printf/snprntffuns.c: Some fixes to compile as C++.
* * mpf/out_str.c: Use MPF_SIGNIFICANT_DIGITS, so mpf_out_str andKevin Ryde2002-01-151-3/+2
| | | | mpf_get_str give the same for ndigits==0.
* Remove trailing spaces.tege2002-01-131-1/+1
|
* Regenerate for:Kevin Ryde2001-12-211-4/+4
| | | | | | A better effort at: * configure.in: Add --with-readline, AC_PROG_YACC and AM_PROG_LEX. * configure.in: Put demos/expr configs in expr-config.h.
* RegenerateKevin Ryde2001-12-211-3/+7
|
* * mpz/fits_s.c, mpf/fits_s.c, mpf/fits_u.c: Remove files, unused sinceKevin Ryde2001-11-292-147/+0
| | | | change to .h style.
* Regenerate for:tege2001-11-291-21/+23
| | | | mpf/Makefile.am: Add get_d_2exp.c.
* Add get_d_2exp.c.tege2001-11-291-1/+1
|
* *** empty log message ***tege2001-11-281-0/+56
|
* * mpf/set_str.c, cxx/ismpf.cc: Use localeconv for decimal point.Kevin Ryde2001-11-151-5/+38
|
* Better version of:Kevin Ryde2001-11-151-4/+4
| | | | * mpf/out_str.c: Use localeconv for the decimal point.
* * mpf/out_str.c: Use localeconv for the decimal point.Kevin Ryde2001-11-131-0/+17
|
* * gmp-h.in, gmp-impl.h, mpf/abs.c, mpf/neg.c, mpf/get_prc.c,Kevin Ryde2001-11-079-18/+46
| | | | | | | mpf/get_dfl_prec.c, mpf/set_dfl_prec.c, mpf/set_prc_raw.c, mpf/set_si.c, mpf/set_ui.c, mpf/size.c: Revert mpf inlining, in order to leave open the possibility of keeping binary compatibility if mpf becomes mpfr.
* Regenerate for:Kevin Ryde2001-10-261-0/+2
| | | | | | * printf/repl-vsnprintf.c: New file. * configure.in, acinclude.m4, Makefile.am, printf/Makefile.am: Use it if libc vsnprintf missing or bad.
* * */Makefile.in: Regenerate with automake patch to only rm *_.c inKevin Ryde2001-10-101-1/+1
| | | | "make clean" when ansi2knr actually in use, helps DOS 8.3.
* Regenerate for:Kevin Ryde2001-10-021-3/+2
| | | | | | | | | Amend to .h files: * mpf/fits_s.h: Renamed and adapted from mpf/fits_s.c. * mpf/fits_sshort.c, mpf/fits_sint.c, mpf/fits_slong.c: New files. * mpf/fits_u.h: Renamed and adapted from mpf/fits_u.c. * mpf/fits_ushort.c, mpf/fits_uint.c, mpf/fits_ulong.c: New files. * mpf/Makefile.am: Consequent updates.
* Amend to .h files:Kevin Ryde2001-10-021-3/+2
| | | | | | | | * mpf/fits_s.h: Renamed and adapted from mpf/fits_s.c. * mpf/fits_sshort.c, mpf/fits_sint.c, mpf/fits_slong.c: New files. * mpf/fits_u.h: Renamed and adapted from mpf/fits_u.c. * mpf/fits_ushort.c, mpf/fits_uint.c, mpf/fits_ulong.c: New files. * mpf/Makefile.am: Consequent updates.
* Use .h instead:Kevin Ryde2001-10-021-48/+0
| | | | * mpf/fits_u.h: Renamed and adapted from mpf/fits_u.c.
* Use .h instead:Kevin Ryde2001-10-021-52/+0
| | | | * mpf/fits_s.h: Renamed and adapted from mpf/fits_s.c.
* Use .h for the include file:Kevin Ryde2001-10-023-3/+3
| | | | * mpf/fits_ushort.c, mpf/fits_uint.c, mpf/fits_ulong.c: New files.
* Use .h for the include file:Kevin Ryde2001-10-023-3/+3
| | | | * mpf/fits_sshort.c, mpf/fits_sint.c, mpf/fits_slong.c: New files.
* * mpf/fits_s.h: Renamed and adapted from mpf/fits_s.c.Kevin Ryde2001-10-022-0/+100
|
* Regenerate for:Kevin Ryde2001-10-021-29/+7
| | | | | | | | | * mpf/fits_s.i: Renamed and adapted from mpf/fits_s.c. * mpf/fits_sshort.c, mpf/fits_sint.c, mpf/fits_slong.c: New files. * mpf/fits_u.i: Renamed and adapted from mpf/fits_u.c. * mpf/fits_ushort.c, mpf/fits_uint.c, mpf/fits_ulong.c: New files. * mpf/Makefile.am: Consequent updates. (INCLUDES): Remove -DOPERATION_.
* * mpf/fits_s.i: Renamed and adapted from mpf/fits_s.c.Kevin Ryde2001-10-011-21/+3
| | | | | | | | * mpf/fits_sshort.c, mpf/fits_sint.c, mpf/fits_slong.c: New files. * mpf/fits_u.i: Renamed and adapted from mpf/fits_u.c. * mpf/fits_ushort.c, mpf/fits_uint.c, mpf/fits_ulong.c: New files. * mpf/Makefile.am: Consequent updates. (INCLUDES): Remove -DOPERATION_$*.
* * mpf/fits_u.i: Renamed and adapted from mpf/fits_u.c.Kevin Ryde2001-10-011-0/+48
|
* * mpf/fits_s.i: Renamed and adapted from mpf/fits_s.c.Kevin Ryde2001-10-011-0/+52
|
* * mpf/fits_ushort.c, mpf/fits_uint.c, mpf/fits_ulong.c: New files.Kevin Ryde2001-10-013-0/+78
|
* * mpf/fits_sshort.c, mpf/fits_sint.c, mpf/fits_slong.c: New files.Kevin Ryde2001-10-013-0/+81
|
* RegenerateKevin Ryde2001-10-011-2/+4
|
* RegenerateKevin Ryde2001-10-011-0/+1
|
* Regenerate for:Kevin Ryde2001-09-111-0/+2
| | | | | * configure.in, gmp-h.in (__GMP_HAVE_HOST_CPU_FAMILY_power, __GMP_HAVE_HOST_CPU_FAMILY_powerpc): New AC_SUBSTs.
* * */Makefile.in, aclocal.m4, configure: Update to automake 1.5.Kevin Ryde2001-08-261-27/+26
|
* Regenerate for:Kevin Ryde2001-08-171-4/+0
| | | | | | * configure.in, acinclude.m4, Makefile.am, printf/Makefile.am, tests/printf/Makefile.am, gmp-h.in, gmp-impl.h, gmp.texi: Remove C++ support, for the time being.
* * gmp-impl.h, mpf/get_str.c (MPF_SIGNIFICANT_DIGITS): New macro,Kevin Ryde2001-08-171-2/+2
| | | | extracted from mpf/get_str.c.
* RegenerateKevin Ryde2001-07-241-0/+1
|
* RegenerateKevin Ryde2001-07-241-0/+3
|
* * gmp-impl.h (__GMP_REALLOCATE_FUNC_MAYBE): New macro.Kevin Ryde2001-07-231-3/+1
| | | | * mpz/get_str.c, mpq/get_str.c, mpf/get_str.c: Use it.
* RegenerateKevin Ryde2001-07-171-1/+0
|
* * mpf/set_prc.c: Merge the two truncation conditionals, misc cleanups,Kevin Ryde2001-07-011-25/+28
| | | | no functional changes.
* Regenerate for:Kevin Ryde2001-06-201-0/+1
| | | | | * acinclude.m4 (GMP_ASM_LSYM_PREFIX): AC_SUBST __GMP_LSYM_PREFIX rather than AC_DEFINE LSYM_PREFIX.