summaryrefslogtreecommitdiff
path: root/libf2c
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.Christian Cornelssen2003-01-092-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libf2c: 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de> * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR. (install, uninstall): Prepend $(DESTDIR) to destination paths in all (un)installation commands. libiberty: 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de> * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR. libobjc: 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de> * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR. (install-libs, install-headers): Prepend $(DESTDIR) to destination paths in all (un)installation commands. libstdc++: 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de> * include/Makefile.am (install-data-local): Prepend $(DESTDIR) to destination paths in all (un)installation commands. Use ${c_base_builddir} and ${std_builddir} as destination subdirectories to achieve consistency with preceding mkinstalldirs commands. No effect because both variables contain "." only. * include/Makefile.in: Regenerate. From-SVN: r61082
* date_.c (G77_date_y2kbuggy_0): Declare G77_abort_0 noreturn.Jason Merrill2002-12-183-2/+7
| | | | | | | * libU77/date_.c (G77_date_y2kbuggy_0): Declare G77_abort_0 noreturn. * libU77/vxtidate_.c (G77_vxtidate_y2kbuggy_0): Likewise. From-SVN: r60256
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-165-141/+116
| | | | From-SVN: r60174
* configure.in (_XOPEN_SOURCE, [...]): Check that _XOPEN_SOURCE 500L may be ↵Krister Walfridsson2002-11-295-203/+282
| | | | | | | | | | | | | | | | | defined before defining these. 2002-10-18 Krister Walfridsson <cato@df.lth.se> * libU77/configure.in (_XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, __EXTENSIONS__, _FILE_OFFSET_BITS): Check that _XOPEN_SOURCE 500L may be defined before defining these. * libU77/configure: Regenerate. * libI77/configure.in (_XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, __EXTENSIONS__, _FILE_OFFSET_BITS): Check that _XOPEN_SOURCE 500L may be defined before defining these. * libI77/configure: Regenerate. From-SVN: r59639
* re PR fortran/8587 ((double complex zero)**(double prec number) = NAN ↵Toon Moene2002-11-192-0/+11
| | | | | | | | | | | | | | | | instead of zero) 2002-11-19 Toon Moene <toon@moene.indiv.nluug.nl> PR fortran/8587 * libF77/pow_zz.c: Handle (0.0, 0.0) ** power. 2002-11-19 Toon Moene <toon@moene.indiv.nluug.nl> PR fortran/8587 * news.texi: Show PR fortran/8587 fixed. From-SVN: r59280
* update_version: Do not check in files which are unchanged.Zack Weinberg2002-09-244-42/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maintainer-scripts: * update_version: Do not check in files which are unchanged. * gcc_release: Only update the version in gcc/version.c. gcc: * version.c (version_string): Now const char[]. * version.h: Update to match. gcc/ada: * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o. * Makefile.in (TOOLS_LIBS): Add ../../version.o. * gnatvsn.ads: Gnat_Version_String is now a function. * gnatvsn.adb: New file. When asked for Gnat_Version_String, copy the C version_string into a String and return it. * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb, gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb: Remove pragma Ident (Gnat_Version_String). If this was the sole use of package Gnatvsn, remove the with statement too. * gnat1drv.adb: Tweak -gnatv output. gcc/f: * Make-lang.in (g77spec.o): Don't depend on f/version.h. (f/parse.o): Depend on version.h not f/version.h. (g77version.o, f/version.o): Delete all references. * com.c (ffecom_init_0): Fix transposed array indices in bsearch test. * g77spec.c: Don't include f/version.h or refer to ffe_version_string. * parse.c: Use version_string, not ffe_version_string. * version.c, version.h: Delete files. libf2c: * libF77/Version.c: Rename junk to __LIBF77_VERSION__. Add external decls for __LIBI77_VERSION__ and __LIBU77_VERSION__. Delete __G77_LIBF77_VERSION__ (g77__fvers__): Print all three __LIB*77_VERSION__ strings, and __VERSION__ if we have it; nothing else. * libI77/Version.c: Provide only __LIBI77_VERSION__ (formerly junk). * libU77/Version.c: Provide only __LIBU77_VERSION__ (formerly junk). From-SVN: r57461
* Daily bump.GCC Administrator2002-09-233-3/+3
| | | | From-SVN: r57431
* Makefile.am (all-multi): Fix multilib parallel build.Kaveh R. Ghazi2002-09-232-1/+5
| | | | | | | | | | | | | | | | | | | | | boehm-gc: * Makefile.am (all-multi): Fix multilib parallel build. libf2c: * Makefile.in (all): Fix multilib parallel build. libffi: * Makefile.am (all-multi): Fix multilib parallel build. libiberty: * Makefile.in (all): Fix multilib parallel build. libjava: * Makefile.am (all-multi): Fix multilib parallel build. libobjc: * Makefile.in (all): Fix multilib parallel build. libstdc++-v3: * Makefile.am (all-multi): Fix multilib parallel build. zlib: * Makefile.am (all-multi): Fix multilib parallel build. From-SVN: r57423
* Daily bump.GCC Administrator2002-09-223-3/+3
| | | | From-SVN: r57405
* Daily bump.GCC Administrator2002-09-213-3/+3
| | | | From-SVN: r57386
* Daily bump.GCC Administrator2002-09-203-3/+3
| | | | From-SVN: r57342
* Daily bump.GCC Administrator2002-09-193-3/+3
| | | | From-SVN: r57301
* Daily bump.GCC Administrator2002-09-183-3/+3
| | | | From-SVN: r57273
* Daily bump.GCC Administrator2002-09-173-3/+3
| | | | From-SVN: r57241
* Daily bump.GCC Administrator2002-09-163-3/+3
| | | | From-SVN: r57186
* Daily bump.GCC Administrator2002-09-153-3/+3
| | | | From-SVN: r57159
* re PR libf2c/7384 (DATE_AND_TIME milliseconds field inactive on Windows)Tim Prince2002-09-142-2/+18
| | | | | | | | | 2002-09-14 Tim Prince <tprince@computer.org> PR libf2c/7384 * libU77/datetime_.c: Use GetLocalTime on MS-Windows. From-SVN: r57142
* Daily bump.GCC Administrator2002-09-143-3/+3
| | | | From-SVN: r57133
* Daily bump.GCC Administrator2002-09-133-3/+3
| | | | From-SVN: r57099
* Daily bump.GCC Administrator2002-09-123-3/+3
| | | | From-SVN: r57056
* Daily bump.GCC Administrator2002-09-113-3/+3
| | | | From-SVN: r57028
* Daily bump.GCC Administrator2002-09-103-3/+3
| | | | From-SVN: r57000
* Daily bump.GCC Administrator2002-09-093-3/+3
| | | | From-SVN: r56967
* Daily bump.GCC Administrator2002-09-083-3/+3
| | | | From-SVN: r56944
* Daily bump.GCC Administrator2002-09-073-3/+3
| | | | From-SVN: r56914
* Daily bump.GCC Administrator2002-09-063-3/+3
| | | | From-SVN: r56878
* Daily bump.GCC Administrator2002-09-053-3/+3
| | | | From-SVN: r56835
* Daily bump.GCC Administrator2002-09-043-3/+3
| | | | From-SVN: r56788
* Daily bump.GCC Administrator2002-09-033-3/+3
| | | | From-SVN: r56751
* Daily bump.GCC Administrator2002-09-023-3/+3
| | | | From-SVN: r56737
* Daily bump.GCC Administrator2002-09-013-3/+3
| | | | From-SVN: r56718
* re PR libf2c/6367 (multiple repeat counts confuse namelist read into array)Toon Moene2002-08-312-5/+11
| | | | | | | | | | 2002-08-31 Toon Moene <toon@moene.indiv.nluug.nl> PR fortran/6367 * libI77/rsne.c (x_rsne): Use local variable no2 to count further list elements to read. From-SVN: r56706
* Daily bump.GCC Administrator2002-08-313-3/+3
| | | | From-SVN: r56702
* Daily bump.GCC Administrator2002-08-303-3/+3
| | | | From-SVN: r56680
* Daily bump.GCC Administrator2002-08-293-3/+3
| | | | From-SVN: r56652
* Daily bump.GCC Administrator2002-08-283-3/+3
| | | | From-SVN: r56634
* Daily bump.GCC Administrator2002-08-273-3/+3
| | | | From-SVN: r56596
* Daily bump.GCC Administrator2002-08-263-3/+3
| | | | From-SVN: r56581
* Daily bump.GCC Administrator2002-08-253-3/+3
| | | | From-SVN: r56568
* Daily bump.GCC Administrator2002-08-243-3/+3
| | | | From-SVN: r56554
* Daily bump.GCC Administrator2002-08-233-3/+3
| | | | From-SVN: r56538
* Daily bump.GCC Administrator2002-08-223-3/+3
| | | | From-SVN: r56509
* Daily bump.GCC Administrator2002-08-213-3/+3
| | | | From-SVN: r56487
* Daily bump.GCC Administrator2002-08-203-3/+3
| | | | From-SVN: r56461
* Daily bump.GCC Administrator2002-08-193-3/+3
| | | | From-SVN: r56436
* Daily bump.GCC Administrator2002-08-183-3/+3
| | | | From-SVN: r56423
* Daily bump.GCC Administrator2002-08-173-3/+3
| | | | From-SVN: r56408
* Daily bump.GCC Administrator2002-08-163-3/+3
| | | | From-SVN: r56375
* Daily bump.GCC Administrator2002-08-153-3/+3
| | | | From-SVN: r56344
* Daily bump.GCC Administrator2002-08-143-3/+3
| | | | From-SVN: r56281