summaryrefslogtreecommitdiff
path: root/macos
Commit message (Collapse)AuthorAgeFilesLines
* * macos/configure (%vars): Remove __GMP from substitutions, per changeKevin Ryde2002-04-161-4/+4
| | | | to main configure.
* * configure.in, gmp-h.in, mp-h.in, macos/configure: UseKevin Ryde2002-03-201-3/+3
| | | | | __GMP_LIBGMP_DLL to enable windows declspec, don't require _WIN32 (etc), remove __GMP_LIBGMP_SHARED and __GMP_LIBGMP_STATIC.
* * macos/README: Bug reports to bug-gmp@gnu.org, clarify MacOS X a bit.Kevin Ryde2002-02-141-9/+9
|
* Add a copyright notice.Kevin Ryde2001-10-091-0/+20
|
* Removed rules for creating multiple object files from the same source fileKent Boortz2001-10-021-55/+0
|
* MacOS port now compilesKent Boortz2001-10-012-58/+94
|
* * macos/Makefile.in: Remove dual compile of mpq/aors.c andKevin Ryde2001-09-081-13/+0
| | | | mpn/generic/popham.c.
* * mpz/fits_uint.c, fits_ulong.c, mpz/fits_ushort.c: Split up fits_u.c.Kevin Ryde2001-07-111-9/+0
| | | | | * mpz/fits_u.c: Remove file. * mpz/Makefile.am, macos/Makefile.in: Update.
* Add a copyright year.Kevin Ryde2001-05-031-1/+1
|
* * mpf/trunc.c: New file, rewrite of integer.c, preserve prec+1 inKevin Ryde2001-04-021-10/+0
| | | | | | | | copy, don't copy if unnecessary. * mpf/ceilfloor.c: New file likewise, and use common subroutine for ceil and floor. * mpf/integer.c: Remove file. * Makefile.am, mpf/Makefile.am, macos/Makefile.in: Update.
* * macos/configure (coptions): Remove random/srandom, now unnecessary.Kevin Ryde2001-03-081-2/+2
|
* * macos/Makefile.in: Add mpf/fits_s.c and mpf/fits_u.c objects.Kevin Ryde2001-01-301-0/+19
|
* Add a copyright year.Kevin Ryde2001-01-041-1/+1
|
* * mpz/fits_[su].c: New files, split from fits.c, use plain UINT_MAXKevin Ryde2001-01-031-12/+12
| | | | | | etc, not MPZ_FITS_UTYPE_SDT etc. * mpz/fits.c: Remove file. * mpz/Makefile.am, macos/Makefile.in: Update.
* * mpz/tests/t-fac_ui.c: New test.Kevin Ryde2000-12-171-1/+7
| | | | | * mpz/tests/Makefile.am (check_PROGRAMS): Add it. * macos/Makefile.in: Ditto, and add t-fib_ui too.
* Copyright (C) -> Copyright.Kevin Ryde2000-10-152-2/+2
|
* * macos/Makefile.in: Add mpz/tests/t-get_si.c, mpf/tests/t-set_f.c,Kevin Ryde2000-09-251-3/+57
| | | | and new multi-function mpz and mpq files.
* Create target directories from configure scriptKent Boortz2000-07-281-29/+62
|
* Put full LGPL notice.Kevin Ryde2000-07-271-8/+17
|
* We don't distribute pre-configured files for MacOS after allKent Boortz2000-07-2521-218/+27
|
* Now (C) stay (C) after asm preprocessingKent Boortz2000-07-257-7/+7
|
* Now (C) stay (C) in asm preprocessingKent Boortz2000-07-251-2/+1
|
* *** empty log message ***tege2000-07-242-8/+8
|
* Correct bug-gmp address.Kevin Ryde2000-07-231-1/+1
|
* Corrected file structure description for Apple MPW installationKent Boortz2000-07-211-6/+18
|
* Updated README to reflect that we now preprocess assembler filesKent Boortz2000-07-215-70/+69
| | | | | | and create make files in the maintainer build process. The target directories are now part of the release directory structure. Added 'distclean' and 'maintainer_clean' to Makefile.in.
* Preprocessed asm files from the ../mpn/powerpc32 directoryKent Boortz2000-07-217-0/+7
|
* Added dummies in empty directories to force some programs to keep themKent Boortz2000-07-2110-0/+10
|
* Distribution now contains precreated make files, config.h and target directoriesKent Boortz2000-07-215-60/+215
|
* Added '__g' prefix to exported asm labels.Kent Boortz2000-07-202-11/+25
| | | | Added mpn/mp_bases.c to the mpn build.
* Corrected and improved the MacOS configure scriptKent Boortz2000-07-201-1/+18
|
* Corrected and improved the MacOS configure scriptKent Boortz2000-07-202-193/+262
|
* Clean up some spacing.tege2000-06-301-4/+4
|
* Add copyright.Kevin Ryde2000-04-171-0/+21
|
* Port to MacOS using the Apple MPW or CodeWarrior MPW.Kent Boortz2000-03-184-0/+829
See macos/README for details.