summaryrefslogtreecommitdiff
path: root/libf2c
Commit message (Collapse)AuthorAgeFilesLines
* boehm-gc/kcook2004-01-155-88/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Add in AC_PREREQ(2.13) libf2c/ 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * libF77/configure.in: Update to AC_PREREQ(2.13) * libI77/configure.in: Update to AC_PREREQ(2.13) * libU77/configure.in: Update to AC_PREREQ(2.13) * libU77/configure: Regenerate. libffi/ 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Add in AC_PREREQ(2.13) libjava/ 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Add in AC_PREREQ(2.13) libjava/libltdl 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Update to AC_PREREQ(2.57). Delete FIXME comment. zlib/ 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Add in AC_PREREQ(2.13) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75901 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Regenerate.neroden2003-10-142-30/+15
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72497 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-09-21 Toon Moene <toon@moene.indiv.nluug.nl>toon2003-09-214-0/+14
| | | | | | | | | | PR libf2c/11918 * fstat_.c: Call f_init(). * isatty_.c: Ditto. * fnum_.c: Check file descriptor before handing it back. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71628 138bc75d-0d04-0410-961f-82ee72b054a4
* * libtool.m4 (LD): Correct powerpc64 host match.amodra2003-09-092-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71229 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>hjl2003-07-042-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.tpl: Replace PWD with PWD_COMMAND. * Makefile.in: Regenerated. gcc/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * config-ml.in: Replace PWD with PWD_COMMAND. * Makefile.in: Likewise. gcc/ada/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Make-lang.in: Replace PWD with PWD_COMMAND. * Makefile.adalib: Likewise. * Makefile.in: Likewise. gcc/treelang/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Make-lang.in: Replace PWD with PWD_COMMAND. libf2c/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Makefile.in: Replace PWD with PWD_COMMAND. libstdc++-v3/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am: Replace PWD with PWD_COMMAND. * Makefile.in: Regenerated. * docs/html/Makefile: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68931 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/bes.c, libU77/dbes.c: Remove.neroden2003-06-154-120/+5
| | | | | | | * libU77/Makefile.in: Remove references to bes.c, dbes.c git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67963 138bc75d-0d04-0410-961f-82ee72b054a4
* * install.tex: Document profiledbootstrap.hubicka2003-06-052-86/+75
| | | | | | | | | | | | | | | | | | | | * Makefile.tpl (profiledbootstrap): New target. * Makefile.in (profiledbootstrap): New target. * Makefile.in (clean, distclean): Kill new stages (POSTSTAGE1_FLAGS_TO_PASS): Break from ... (STAGE2_FLAGS_TO_PASS): ... this one. (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New. (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS. (stageprofile_build, stageprofile_copy, stagefeedback_build, stagefeedback_copy): New. (restageprofile, restagefeedback, stageprofile-start, stageprofile, stagefeedback-start): Likewise. * Make-lang.in: Add support for stageprofile and stagefeedback git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67498 138bc75d-0d04-0410-961f-82ee72b054a4
* * libI77/configure.in (_XOPEN_SOURCE): Bump to 600.ljrittle2003-04-215-160/+189
| | | | | | | | | * libI77/configure: Regenerate. * libU77/configure.in (_XOPEN_SOURCE): Bump to 600. * libU77/configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65884 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-11 Bud Davis <bdavis9659@comcast.net>toon2003-04-112-1/+7
| | | | | | | | | | | | | | | | | PR Fortran/9263 * gcc/f/data.c (ffedata_advance_): Check initial, final and increment values for INTEGER typeness. PR Fortran/1832 * libf2c/libI77/iio.c (z_putc): Check for overflowing length of output string. * gcc/f/news.texi: Document these fixes. PR Fortran/9263 * g77.f-torture/noncompile/9263.f: New test PR Fortran/1832 * g77.f-torture/execute/1832.f: New test git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65481 138bc75d-0d04-0410-961f-82ee72b054a4
* * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.aoliva2003-04-111-10/+29
| | | | | | | * */configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65459 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-03-24 Bud Davis <bdavis9659@comcast.net>toon2003-03-242-1/+10
| | | | | | | | | PR fortran/10197 * libI77/open.c (f_open): A DIRECT ACCESS file is UNFORMATTED by default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64821 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-03-10 Andreas Schwab <schwab@suse.de>schwab2003-03-123-68/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boehm-gc: * configure.in: Avoid trailing /. in toolexeclibdir. * configure: Rebuilt. libf2c: * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in glibcpp_toolexeclibdir. * configure: Rebuilt. libffi: * configure.in: Avoid trailing /. in toolexeclibdir. * configure: Rebuilt. libjava: * configure.in: Avoid trailing /. in toolexeclibdir. * configure: Rebuilt. libobjc: * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in glibcpp_toolexeclibdir. * configure: Rebuilt. libstdc++-v3: * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in glibcpp_toolexeclibdir. * aclocal.m4, configure: Rebuilt. zlib: * configure.in: Avoid trailing /. in toolexeclibdir. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64267 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS toaoliva2003-02-203-22/+45
| | | | | | | | config.status. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63159 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/configure.in (AC_PROG_CC_WORKS): Define _GNU_SOURCE.aj2003-02-044-61/+77
| | | | | | | | * libU77/config.hin: Regenerated. * libU77/configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62373 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in ($(LIBG2C)): -rpath is glibcpp_toolexeclibdir.aoliva2003-01-284-54/+83
| | | | | | | | | | * aclocal.m4 (glibcpp_toolexeclibdir): Instead of $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless version_specific_libs is enabled. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61927 138bc75d-0d04-0410-961f-82ee72b054a4
* libf2c:aj2003-01-092-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61082 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/date_.c (G77_date_y2kbuggy_0): Declare G77_abort_0 noreturn.jason2002-12-183-2/+7
| | | | | | | * libU77/vxtidate_.c (G77_vxtidate_y2kbuggy_0): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60256 138bc75d-0d04-0410-961f-82ee72b054a4
* Merge basic-improvements-branch to trunkzack2002-12-165-141/+116
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60174 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-10-18 Krister Walfridsson <cato@df.lth.se>kristerw2002-11-295-203/+282
| | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59639 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-11-19 Toon Moene <toon@moene.indiv.nluug.nl>toon2002-11-192-0/+11
| | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59280 138bc75d-0d04-0410-961f-82ee72b054a4
* maintainer-scripts:zack2002-09-244-42/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57461 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-233-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57431 138bc75d-0d04-0410-961f-82ee72b054a4
* boehm-gc:ghazi2002-09-232-1/+5
| | | | | | | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57423 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-223-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57405 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-213-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57386 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-203-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57342 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-193-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57301 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-183-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57273 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-173-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57241 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-163-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57186 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-153-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57159 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-09-14 Tim Prince <tprince@computer.org>toon2002-09-142-2/+18
| | | | | | | | PR libf2c/7384 * libU77/datetime_.c: Use GetLocalTime on MS-Windows. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57142 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-143-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57133 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-133-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57099 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-123-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57056 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-113-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57028 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-103-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57000 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-093-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56967 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-083-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56944 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-073-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56914 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-063-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56878 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-053-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56835 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-043-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56788 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-033-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56751 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-023-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56737 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-013-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56718 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-31 Toon Moene <toon@moene.indiv.nluug.nl>toon2002-08-312-5/+11
| | | | | | | | | PR fortran/6367 * libI77/rsne.c (x_rsne): Use local variable no2 to count further list elements to read. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56706 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-313-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56702 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-303-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56680 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-293-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56652 138bc75d-0d04-0410-961f-82ee72b054a4