| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
2002-09-18 Pedro Gimeno <pggimeno@wanadoo.es>
* Makefile.am (libgmp_la_SOURCES): Add randmt.c, remove randlc.c and
randraw.c.
|
|
|
|
|
|
| |
* configure.in (HAVE_HOST_CPU_, HAVE_HOST_CPU_FAMILY_, HAVE_NATIVE_):
Setup templates for these using AH_VERBATIM rather than acconfig.h,
preferred by latest autoconf. Prune lists to just things used.
|
|
|
|
|
| |
* Makefile.am: Remove configure.lineno from DISTCLEANFILES and gmp.tmp
from MOSTLYCLEANFILES, automake does these itself now.
|
| |
|
|
|
|
|
| |
* Makefile.am (libgmpxx_la_DEPENDENCIES): libgmp.la should be here,
not libgmpxx_la_LIBADD, for the benefit of "make -j2".
|
|
|
|
| |
* Makefile.am: Remove mpfrxx.h.
|
|
|
|
| |
* Makefile.am (DISTCLEANFILES): Add configure.lineno.
|
|
|
|
|
| |
* Makefile.am (PRINTF_OBJECTS): Avoid ending in a backslash, hpux ia64
make doesn't like that.
|
|
|
|
|
| |
* configure.in, acinclude.m4 (GMP_PROG_LEX): Remove this in favour of
AM_PROG_LEX, now ok when lex is missing.
|
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.am, mpn/Makefile.am: Generate fib_table.h, mpn/fib_table.c.
* Makefile.am: Add mp.h to BUILT_SOURCES, distclean all BUILT_SOURCES,
use += more.
* configure.in (mpn_objs_in_libgmp): Move mpn/mp_bases.lo ...
* Makefile.am (MPN_OBJECTS): ... to here, add $U, and arrange
MPN_OBJECTS to be common between libgmp and libmp.
|
|
|
|
|
|
| |
And more of:
* configure.in, acinclude.m4 (GMP_PROG_CC_FOR_BUILD,
(Don't need HOST_CC as an AC_SUBST, just a variable.)
|
|
|
|
| |
* Makefile.am: Run gen-bases to create mp_bases.h and mpn/mp_bases.c.
|
|
|
|
|
|
|
| |
* configure.in, acinclude.m4 (GMP_PROG_CC_FOR_BUILD,
GMP_PROG_CPP_FOR_BUILD, GMP_PROG_EXEEXT_FOR_BUILD,
GMP_C_FOR_BUILD_ANSI, GMP_CHECK_LIBM_FOR_BUILD): New macros.
(GMP_PROG_HOST_CC): Remove, superceded by GMP_PROG_CC_FOR_BUILD.
|
| |
|
|
|
|
| |
Update to automake 1.6.1.
|
|
|
|
| |
(MPZ_OBJECTS): Add ui_sub.c.
|
|
|
|
|
| |
* mpz/import.c, mpz/export.c: New files.
* Makefile.am, mpz/Makefile.am, gmp-h.in: Add them.
|
| |
|
| |
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* configure.in, Makefile.am: Use new MPFR_CONFIGS.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* configure.in, mpfr/Makefile.am, mpfr/tests/Makefile.am: Use
-mieee-with-inexact or -ieee_with_inexact for mpfr on alpha, so
denorms work.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* Makefile.am (libgmpxx_la_SOURCES): Use dummy.cc to force C++.
(CXX_OBJECTS): Add osfuns$U.lo.
|
|
|
|
| |
* Makefile.am (dist-hook): Don't distribute cvs merge ".#" files.
|
|
|
|
| |
* configure.in: Generate demos/pexpr-config.h.
|
|
|
|
|
|
| |
* configure.in (--enable-nails): New option.
(GMP_NAIL_BITS, GMP_LIMB_BITS, GMP_NUMB_BITS): New defines for gmp.h
and config.m4.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
* Makefile.am, configure.in: Restore mpfr.
|
|
|
|
|
| |
* Makefile.am, configure.in: Temporarily remove mpfr, just leave a
README.
|
|
|
|
| |
Makefile.am: Add mpz/get_d_2exp$U.lo and mpf/get_d_2exp$U.lo.
|
|
|
|
|
| |
* mpz/init2.c, mpz/realloc2.c: New files.
* Makefile.am, mpz/Makefile.am: Add them.
|
|
|
|
|
|
| |
Amend to:
* Makefile.am (libmp_la_DEPENDENCIES): Revise mpz objects needed by
new mpz/powm.c.
|
|
|
|
|
|
|
| |
* Makefile.am (libgmp_la_SOURCES): Add randdef.c and randlc2s.c.
* Makefile.am (libmp_la_DEPENDENCIES): Add mpz/gcdext$U.lo,
mpz/invert$U.lo, mpz/tdiv_q$U.lo to support new mpz/powm.c.
|
|
|
|
|
|
|
|
| |
* scanf/doscan.c, scanf/fscanf.c, scanf/fscanffuns.c, scanf/scanf.c,
scanf/sscanf.c, scanf/sscanffuns.c, scanf/vfscanf.c, scanf/vscanf.c,
scanf/vsscanf.c, scanf/Makefile.am, tests/misc/t-scanf.c: New files.
* gmp-h.in, gmp-impl.h, Makefile.am, configure.in: Consequent
additions.
|
|
|
|
|
|
| |
* printf/repl-vsnprintf.c: New file.
* configure.in, acinclude.m4, Makefile.am, printf/Makefile.am: Use it
if libc vsnprintf missing or bad.
|
| |
|
|
|
|
|
|
| |
Amend to:
* tal-notreent.c: Renamed from stack-alloc.c.
* Makefile.am, acinclude.m4, gmp-impl.h: Update.
|
|
|
|
|
| |
* tal-notre.c: Renamed from stack-alloc.c.
* Makefile.am, acinclude.m4, gmp-impl.h: Update.
|
|
|
|
|
|
|
| |
"make clean" when ansi2knr actually in use, helps DOS 8.3.
* Makefile.in: Regenerate with automake patch to fix stamp-h
numbering, avoiding an unnecessary config.status run.
|
|
|
|
|
| |
More of:
* Makefile.am, cxx/Makefile.am: Updates for Gerardo's stuff.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.am (AUTOMAKE_OPTIONS): Remove check-news (permission notice
in NEWS file is too big).
(dist-hook): Don't distribute numbered or unnumbered emacs backups.
* Makefile.am, cxx/Makefile.am: Updates for Gerardo's stuff.
2001-10-09 Gerardo Ballabio <ballabio@sissa.it>
* cxx/isfuns.cc: New file.
* cxx/ismpf.cc, cxx/ismpq.cc, cxx/ismpz.cc: New files.
* gmpxx.h, mpfrxx.h: New files.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* configure.in, gmp-h.in (__GMP_HAVE_HOST_CPU_FAMILY_power,
__GMP_HAVE_HOST_CPU_FAMILY_powerpc): New AC_SUBSTs.
|
|
|
|
|
| |
* mpq/aors.c: Share object code for mpq_add and mpq_sub.
* Makefile.am, mpq/Makefile.am: Single mpq/aors.lo now.
|
|
|
|
|
|
|
|
| |
* mpq/inp_str.c: New file.
* Makefile.am, mpq/Makefile.am: Add it.
* fdl.texi: New file, with two @appendix directive tweaks.
* Makefile.am (gmp_TEXINFOS): Add it.
|