summaryrefslogtreecommitdiff
path: root/libf2c/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 2002-03-06 Phil Edwards <pme@gcc.gnu.org>pme2002-03-061-0/+6
| | | | | | | | | * libF77/Version.c: Fix misplaced leading blanks on first line. * libI77/Version.c: Likewise. * libU77/Version.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50367 138bc75d-0d04-0410-961f-82ee72b054a4
* * aclocal.m4: Replace with version copied from libstdc++-v3.geoffk2002-01-291-0/+8
| | | | | | | | | | * configure.in: Update for changes to aclocal and Makefile. * configure: Regenerate. * Makefile.in: Correct install and uninstall for cross targets. * libU77/configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49316 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-20 Toon Moene <toon@moene.indiv.nluug.nl>toon2002-01-201-0/+6
| | | | | | | | | * Makefile.in: $(MULTISUBDIR) has an implied leading `/'; remove duplicates. Use libtool for removing libg2c{a|la|so} for the `uninstall' target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49021 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-18 Toon Moene <toon@moene.indiv.nluug.nl>toon2002-01-181-0/+4
| | | | | | | * Makefile.in: Add missing `/' separator in last change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48995 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-18 Toon Moene <toon@moene.indiv.nluug.nl>toon2002-01-181-0/+5
| | | | | | | | * Makefile.in: Install libg2c.{a|la|so} in $(libdir)$(MULTISUBDIR) instead of $(libsubdir)$(MULTISUBDIR). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48994 138bc75d-0d04-0410-961f-82ee72b054a4
* * libI77/configure.in: Remove fcntl.h check; never defineljrittle2002-01-151-0/+12
| | | | | | | | | | | | | | _POSIX_SOURCE, NO_FCNTL or OPEN_DECL. Add check for tmpnam(). * libI77/configure: Rebuilt. * libI77/config.h.in: Rebuilt. * libI77/Makefile.in: Remove all traces of rawio.h from dependencies lists. * libI77/fio.h (FSEEK): Unroll -j1.7 -j1.6 made 2002-01-04. * libI77/open.c (f_open): Use HAVE_TMPNAM. * libI77/rawio.h: Remove file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48875 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-14 John David Anglin <dave@hiauly1.hia.nrc.ca>toon2002-01-141-0/+6
| | | | | | | | | * libI77/configure.in (_LARGEFILE_SOURCE): AC_DEFINE. * libI77/configure: Rebuilt. * libI77/config.h.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48853 138bc75d-0d04-0410-961f-82ee72b054a4
* * libI77/fio.h (FSEEK): Enforce type of second parameter to beljrittle2002-01-041-0/+6
| | | | | | | | off_t when prototype is missing from system headers for the non-standard function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48546 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in ($(LIBG2C):): Let libtool decide when to add -lc.ljrittle2002-01-041-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48529 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in ($(LIBG2C)): Fix -rpath argument to libtool.aoliva2001-12-041-0/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47606 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (AR, RANLIB): Add, for substitutions.aoliva2001-12-041-0/+20
| | | | | | | | | | | | | | | | | | | | | | (all-unilib, $(LIBG2C)): Depend on object lists, not convenience libraries. (s-libe77): Renamed from libE77.la; build object list. (install): Do not move libraries to libdir. (mostlyclean, clean): Adjust. * libF77/Makefile.in (RANLIB): Add. (LINK): Remove. (../s-libf77): Renamed from ../libF77.la; build object list. (../libfrtbegin.a): Remove target first. Don't use $<. (all, clean, distclean): Adjust. * libF77/configure.in: Substitute RANLIB. * libF77/configure: Rebuilt. * libI77/Makefile.in (LINK): Delete. (../s-libi77): Renamed from ../libI77.la; build object list. (all, clean, distclean): Adjust. * libU77/Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47605 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-12-02 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-12-021-2/+2
| | | | | | | * Fix typos in ChangeLog. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47531 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-01-02 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-12-021-0/+5
| | | | | | | | PR fortran/4885 * endfile.c (t_runc): After ftruncate. seek to end-of-file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47529 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-25 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-11-251-0/+4
| | | | | | | * libF77/Makefile.in: Fix non-portable use of `$<' in z_log.c's rule. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47328 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-23 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-11-231-0/+5
| | | | | | | | PR libf2c/4930 * libF77/Makefile.in: Compile z_log.c with -ffloat-store. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47294 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-16 John David Anglin <dave@hiauly1.hia.nrc.ca>toon2001-11-161-0/+5
| | | | | | | | * Makefile.in: Add MAKEOVERRIDES= to suppress exporting environment to (sub)shells. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47106 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-13 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-11-131-0/+9
| | | | | | | | | | | | * Makefile.in: Change dependencies on stamp files into dependencies on the generated .la files. Get rid of objlist. Update comment. * libF77/Makefile.in: Ditto. * libI77/Makefile.in: Ditto. * libU77/Makefile.in: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46970 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Fake AC_EXEEXT invocation.hp2001-10-201-0/+5
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46385 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-20 David Edelsohn <dje@watson.ibm.com>toon2001-10-201-0/+8
| | | | | | | | | | | * Makefile.in: Do not include SUBDIRS in objlist. Create libg2c.so from F2CEXT and SUBDIRS archives. * libF77/Makefile.in: Create archive. * libI77/Makefile.in: Same. * libU77/Makefile.in: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46384 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-05 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-10-051-0/+5
| | | | | | | | * Makefile.in: Move libg2c.so and libg2c.{l}a to the same directory at install. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46029 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-03 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-10-031-0/+6
| | | | | | | | | | | | | | gcc/f/ * Make-lang.in: Remove reference to FORTRAN_INIT. * g77spec.c: Add reference to FORTRAN_INIT. libf2c/ * Makefile.in: Add "AR" reference, change from frtbegin.o to libfrtbegin.a. * libF77/Makefile.in: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45985 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-02 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-10-021-0/+6
| | | | | | | | | * libF77/Makefile.in: Make .lo the target of compilation. * libI77/Makefile.in: Ditto. * libU77/Makefile.in: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45964 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-01 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-10-011-0/+5
| | | | | | | | * Makefile.in: Set major:minor:sub version number of shared libf2c to 0:0:0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45918 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-09-30 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-09-301-0/+22
| | | | | | | | * libf2c/ChangeLog: Forgot to check in. * libf2c/libU77/config.hin: Forgot to check in. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45914 138bc75d-0d04-0410-961f-82ee72b054a4
* * libI77/configure.in (__EXTENSIONS__): Define.rearnsha2001-09-221-0/+6
| | | | | | | | * libI77/config.h.in, libI77/conifgure: regenerate. * libU77/configure.in (__EXTENSIONS__): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45752 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-18 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-181-0/+7
| | | | | | | | | | * libI77/configure.in (_XOPEN_SOURCE, _FILE_OFFSET_BITS): Move these defines before tests which might be affected by them. (_XOPEN_SOURCE_EXTENDED): Define. * libI77/configure, libI77/config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44133 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/configure.in (_XOPEN_SOURCE, _FILE_OFFSET_BITS): Moveghazi2001-07-181-0/+8
| | | | | | | | | | these defines before tests which might be affected by them. (_XOPEN_SOURCE_EXTENDED): Define. * libU77/configure, libU77/config.hin: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44108 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-10 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-101-0/+8
| | | | | | | | | | | * libI77/fio.h: Revert type of url from off_t to int. * libI77/dfe.c (c_dfe): Cast offset expression in FSEEK to off_t. * libI77/due.c (c_due): Ditto. (e_rdue): Ditto. * libI77/ftell_.c (G77_ftell_0): Cast result of FTELL to integer. (G77_fseek_0): Cast offset argument of FSEEK to off_t. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43910 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-07 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-071-0/+19
| | | | | | | | | | | | | | | | | | | | | | * libI77/Makefile.in: Update config.h dependencies. * libI77/configure.in: Define _XOPEN_SOURCE and _FILE_OFFSET_BITS unconditionally. * libI77/configure: Rebuilt. * libI77/config.h.in: Rebuilt. * libI77/endfile.c (t_runc): Replace rewind by FSEEK. * libI77/err.c (f__nowwriting): The type of `loc' is off_t. * libI77/open.c (f_open): Replace rewind by FSEEK. * libI77/rewind.c: Include config.h. (f_rew): Replace rewind by FSEEK. * libI77/sfe.c: Include config.h. * libI77/wsfe.c: Ditto. * libU77/configure.in: Define _XOPEN_SOURCE and _FILE_OFFSET_BITS unconditionally. * libU77/configure: Rebuilt. * libU77/config.hin: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43841 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-07 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-071-14/+18
| | | | | | | * libI77/Makefile.in: Add necessary dependencies on config.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43835 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-06 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-061-0/+19
| | | | | | | | | | | | | | | | | | | | | | | Pedro Vazquez <vazquez@penelope.iqm.unicamp.br> * configure.in: Check for fseeko, ftello. * configure: Rebuilt. * config.h.in: Rebuilt. * fio.h: Define FSEEK to be fseek or fseeko, depending on configure's findings. Ditto for FTELL and ftell / ftello. * backspace.c (f_back): Use FSEEK for fseek, FTELL for ftell. * dfe.c (c_dfe): Ditto. * due.c (c_due, e_rdue): Ditto. * endfile.c (t_runc): Ditto. * err.c (f__nowreading, f__nowwriting): Ditto. * ftell_.c (G77_ftell_0, G77_fseek_0): Ditto. * inquire.c (f_inqu): Ditto. * open.c (f_open): Ditto. * rdfmt.c (rd_ed): Ditto. * sue.c (s_wsue, e_wsue, e_rsue): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43806 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Take PICFLAG and RUNTESTFLAGS out of FLAGS_TO_PASS.zack2001-07-041-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43761 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-01 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-011-0/+4
| | | | | | | * libI77/fio.h: Include <sys/types.h> for off_t. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43678 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-01 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-011-0/+10
| | | | | | | | | | | | | | Pedro Vazquez <vazquez@penelope.iqm.unicamp.br> * libI77/fio.h: Use off_t when appropriate. * libI77/backspace.c (f_back): Ditto. * libI77/endfile.c (t_runc): Ditto. * libI77/err.c (f__nowreading): Ditto. * libI77/ftell_.c (unit_chk): Ditto. * libI77/sue.c (global f__recloc, s_wsue): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43670 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-13 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-06-131-0/+4
| | | | | | | * libI77/inquire.c: Include "config.h". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43350 138bc75d-0d04-0410-961f-82ee72b054a4
* * libI77/Makefile.in (stamp-h): Create in $(objdir) insteadljrittle2001-05-221-0/+5
| | | | | | | of $(srcdir). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42442 138bc75d-0d04-0410-961f-82ee72b054a4
* * libI77/Makefile.in (stamp-h): Only create config.h, touch stamp-h.aj2001-05-181-0/+7
| | | | | | | | | (${srcdir}/config.h.in): Add true rule. * libI77/stamp-h.in: Added. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42258 138bc75d-0d04-0410-961f-82ee72b054a4
* * libI77/Makefile.in: Add rules to rebuild config.h.in whenaj2001-05-171-0/+5
| | | | | | | needed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42191 138bc75d-0d04-0410-961f-82ee72b054a4
* * libI77/backspace.c: Include "config.h".aj2001-05-161-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libI77/close.c: Likewise. * libI77/dfe.c: Likewise. * libI77/dolio.c: Likewise. * libI77/due.c: Likewise. * libI77/err.c: Likewise. * libI77/fmt.c: Likewise. * libI77/fmtlib.c: Likewise. * libI77/ftell_.c: Likewise. * libI77/ilnw.c: Likewise. * libI77/lread.c: Likewise. * libI77/open.c: Likewise. * libI77/rdfmt.c: Likewise. * libI77/rsfe.c: Likewise. * libI77/rsne.c: Likewise. * libI77/util.c: Likewise. * libI77/wrtfmt.c: Likewise. * libI77/wsne.c: Likewise. * libI77/xwsne.c: Likewise. * libI77/config.h.in: Generate with autoheader. * libI77/configure.in: Add comments for all AC_DEFINES so that autoheader can grok it. * libI77/configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42162 138bc75d-0d04-0410-961f-82ee72b054a4
* * libI77/Makefile.in (endfile.o): Add dependency on config.h.aj2001-05-161-41/+52
| | | | | | | | | | | | * libI77/endfile.c: Include config.h and sys/types for off_t. * libI77/config.h.in: New file. * libI77/configure.in: Add test for off_t, create config.h file. * libI77/configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42148 138bc75d-0d04-0410-961f-82ee72b054a4
* * libI77/endfile.c (t_runc): Add cast to help case whereljrittle2001-05-151-0/+6
| | | | | | | | ftruncate() prototype is somehow missing even though autoconf test found it properly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42120 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-02-26 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-02-261-0/+6
| | | | | | | | | * libI77/configure.in: Test for ftruncate. * libI77/configure: Rebuilt. * libI77/endfile.c: Use fflush/ftruncate when available. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40072 138bc75d-0d04-0410-961f-82ee72b054a4
* libf2c:jsm282001-02-191-0/+5
| | | | | | | | | | | | | | | | | | * libF77/Version.c, libI77/Version.c, libU77/Version.c: Update G77 version number to 0.5.27. gcc: * README, cpp.texi, gcc.texi, version.c: Update version number to 3.1. * cpp.1, gcov.1, gcc.1: Regenerate. gcc/f: * version.c, root.texi: Update GCC version number to 3.1. Update G77 version number to 0.5.27. * BUGS, NEWS: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39901 138bc75d-0d04-0410-961f-82ee72b054a4
* In libf2c:geoffk2001-02-091-0/+12
| | | | | | | | | | | | | | | | | | | * configure.in: Don't run AC_PROG_CC_WORKS, because we're not interested in the result and it might fail. * libF77/configure.in: Likewise. * libI77/configure.in: Likewise. * libU77/configure.in: Likewise. * configure: Regenerated. * libF77/configure: Likewise. * libI77/configure: Likewise. * libU77/configure: Likewise. In libobjc: * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because we're not interested in the result and they might fail. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39560 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-01-29 Phil Edwards <pme@sources.redhat.com>pme2001-01-291-0/+4
| | | | | | | * COPYING.LIB: Update to LGPL 2.1 from the FSF. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39330 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/alarm_.c: Separate the #ifdef KR_headers logic from themsokolov2001-01-251-0/+6
| | | | | | | | G77_alarm_0 function definition. Check for SIG_ERR and provide our own if missing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39256 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-01-24 David Billinghurst <David.Billinghurst@riotinto.com>toon2001-01-241-0/+4
| | | | | | | * libU77/Makefile.in: Explicitly generate a.out for check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39249 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/ctime_.c: #include <sys/types.h> for time_t.msokolov2001-01-231-0/+11
| | | | | | | | | | | | | | | * libU77/datetime_.c: Likewise. * libU77/fdate_.c: Likewise. * libU77/gmtime_.c: Likewise. * libU77/idate_.c: Likewise. * libU77/itime_.c: Likewise. * libU77/ltime_.c: Likewise. * libU77/sys_clock_.c: Likewise. * libU77/vxtidate_.c: Likewise. * libU77/vxttime_.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39216 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/sys_clock_.c: #include <sys/param.h> for the clock tick rate.msokolov2001-01-231-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39202 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-12-09 Toon Moene <toon@moene.indiv.nluug.nl>toon2000-12-091-0/+18
| | | | | | | | | | | | | | | | | | | | | Update to Netlib version 20001205. Thanks go to David M. Gay for these updates. * libF77/Version.c: Update version information. * libF77/z_log.c: Improve accuracy of real(log(z)) for z near (+-1,eps) with |eps| small. * libF77/s_cat.c: Adjust call when ftnint and ftnlen are of different size. * libF77/dtime_.c, libF77/etime_.c: Use floating point divide. * libI77/Version.c: Update version information. * libI77/rsne.c, libI77/xwsne.c: Adjust code for when ftnint and ftnlen differ in size. * libI77/lread.c: Fix reading of namelist logical values followed by <name>= where <name> starts with T or F. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38152 138bc75d-0d04-0410-961f-82ee72b054a4