summaryrefslogtreecommitdiff
path: root/mp-h.in
Commit message (Collapse)AuthorAgeFilesLines
* * gmp-h.in, mp-h.in, configure.in, acinclude.m4: Remove __GMP fromKevin Ryde2002-03-281-1/+1
| | | | | AC_SUBSTs, since autoconf says leading "_" in makefile variables is not portable.
* * configure.in, gmp-h.in, mp-h.in, macos/configure: UseKevin Ryde2002-03-201-10/+3
| | | | | __GMP_LIBGMP_DLL to enable windows declspec, don't require _WIN32 (etc), remove __GMP_LIBGMP_SHARED and __GMP_LIBGMP_STATIC.
* Correction to:Kevin Ryde2002-03-031-1/+1
| | | | | * gmp-h.in, mp-h.in (__GMP_DECLSPEC, __GMP_DECLSPEC_XX): Test __WIN32__ for Borland C, reported by "delta trinity".
* * gmp-h.in, mp-h.in (__GMP_DECLSPEC, __GMP_DECLSPEC_XX): TestKevin Ryde2002-03-021-1/+3
| | | | __WIN32__ for Borland C, reported by "delta trinity".
* * gmp-h.in, mp-h.in (__GMP_DECLSPEC_EXPORT, __GMP_DECLSPEC_IMPORT):Kevin Ryde2002-03-021-1/+1
| | | | Use __declspec(dllexport) and __declspec(dllimport) on Borland.
* * gmp-h.in, mp-h.in: Use <cstddef> for size_t under C++, suggested byKevin Ryde2002-03-021-2/+6
| | | | Hans Aberg some time ago.
* Add a copyright year.Kevin Ryde2002-01-041-2/+2
|
* * gmp-h.in, mp-h.in: Rename _PROTO to __GMP_PROTO, and don't useKevin Ryde2002-01-041-22/+20
| | | | #ifndef just define it ourselves.
* * gmp-h.in, mp-h.in, gmp-impl.h: __GMP_DECLSPEC at start ofKevin Ryde2001-12-071-18/+18
| | | | prototypes, for the benefit of Microsoft C.
* * gmp-h.in (__GNU_MP__, __GNU_MP_VERSION): Bump to 4.0.Kevin Ryde2001-10-011-1/+1
| | | | * mp-h.in (__GNU_MP__): Ditto.
* Let __DECC mean __GMP_HAVE_CONST, etc.tege2001-09-111-1/+3
|
* * gmp-h.in, mp-h.in, gmp-impl.h (_EXTERN_INLINE): Remove, unused.Kevin Ryde2001-07-071-8/+0
|
* * configure.in, gmp-h.in, mp-h.in: Add support for windows DLLs.Kevin Ryde2001-05-271-27/+59
|
* * mp-h.in (mp_size_t, mp_exp_t): Fix typedefs to match gmp-h.in.Kevin Ryde2001-04-301-5/+33
| | | | | | | | | * gmp-h.in, mp-h.in (__gmp_const, __gmp_signed, _PROTO, __MPN): Use ANSI forms on Microsoft C. (__GMP_HAVE_CONST): New define. __GNU_MP__ part verified the same in gmp-h.in and mp-h.in using t-gmp-mp-h.pl.
* * configure.in, gmp-h.in, mp-h.in, demos/expr/expr-impl-h.in: RevertKevin Ryde2001-04-191-1/+1
| | | | to generating gmp.h, mp.h and expr-impl.h with AC_OUTPUT and AC_SUBST.
* * configure.in (gmp.h, mp.h, demos/expr/expr-impl.h): Generate usingKevin Ryde2001-03-081-9/+4
| | | | | | AM_CONFIG_HEADER. (_LONG_LONG_LIMB, HAVE_MPFR): Change to AC_DEFINEs. * gmp-h.in, mp-h.in, demos/expr/expr-impl-h.in: Change to #undef's.
* (__gmp_inline): Remove.tege2000-12-151-6/+0
|
* Better grammar in the longlong comment.Kevin Ryde2000-12-071-1/+1
|
* Add -*-mode:c-*-, now that it's not called mp.h.Kevin Ryde2000-12-051-1/+1
|
* Renamed from mp.h.tege2000-12-051-0/+134
Add #define for _LONG_LONG_LIMB. Move some other fixes from gmp-h.in.