aboutsummaryrefslogtreecommitdiff
path: root/libf2c
AgeCommit message (Collapse)AuthorFilesLines
1998-04-27Bounce the ftnint argument through a local time_t.Richard Henderson2-4/+6
From-SVN: r19460
1998-04-27* libU77/ltime_.c: Bounce the ftnint argument through a local time_t.Richard Henderson2-4/+9
From-SVN: r19457
1998-04-27One more try at correct paths to f771 headers.Richard Henderson2-22/+26
From-SVN: r19456
1998-04-27hostnm_.c (G77_hostnm_0): Fix off-by-one error that was trashing the byte ↵Craig Burley1-0/+6
just beyond the CHARACTER*(*)... Sun Apr 26 09:13:41 1998 Craig Burley <burley@gnu.org> * libU77/hostnm_.c (G77_hostnm_0): Fix off-by-one error that was trashing the byte just beyond the CHARACTER*(*) argument. From-SVN: r19429
1998-04-27(G77_hostnm_0): Fix off-by-one errorCraig Burley1-1/+1
that was trashing the byte just beyond the CHARACTER*(*) argument. From-SVN: r19427
1998-04-26configure.in: Adjust include paths in F2C_INTEGER and F2C_LONGINT tests to ↵Richard Henderson3-9/+30
work out of the... * configure.in: Adjust include paths in F2C_INTEGER and F2C_LONGINT tests to work out of the build directory. From-SVN: r19419
1998-03-27u77-test.f: Don't bother declaring etime.Craig Burley2-15/+76
* libU77/u77-test.f: Don't bother declaring etime. Use `implicit none' and declare mask and lenstr. Do ETIME/DTIME consistency check before loop, then use loop to verify that dtime "ticks" at some point. Check ETIME array-sum using single-precision add, to avoid spurious complaint on systems (like x86) that use more precision for intermediate results. Fix `Results of ETIME and DTIME...' message to print pertinent values (r1 and r2 instead of i and j). Change loop from 10M to 1K repeated up to 1000 times or until dtime "ticks". Print the number of 1K loops needed to see this tick. Answer a commented question. Split up a long line of output and do other prettying. Preset lognam in case GETLOG fails to overwrite it. Patch from Craig. From-SVN: r18861
1998-03-22Initial revisionJeff Law1-0/+64
From-SVN: r18760
1998-03-22Merge in g77-0.5.22.Jeff Law8-15/+104
From-SVN: r18757
1998-03-17Regenerate.Jim Wilson1-80/+85
From-SVN: r18648
1998-02-23Update address.Jeff Law1-2/+3
From-SVN: r18211
1998-02-22Another bunch of patches from Craig. See ChangeLogs for details.Jeff Law3-7/+19
From-SVN: r18188
1998-02-22Various changes from Craig. See the appropriate ChangeLog files.Craig Burley3-6/+16
From-SVN: r18182
1998-02-17u77-test.f: Tweak some o/p.Dave Love4-4/+20
* libU77/u77-test.f: Tweak some o/p. * libU77/Makefile.in (check): Use -L for new directory structure. * Makefile.in (check): Run the u77 check. (config.status, Makefile): New targets. From-SVN: r18059
1998-02-10Makefile.in ($(lib)): Call $(AR) repeatedly to avoid overflowing argument ↵Manfred Hollstein2-1/+9
size limit on ancious System V. * Makefile.in ($(lib)): Call $(AR) repeatedly to avoid overflowing argument size limit on ancious System V. From-SVN: r17848
1998-02-10Update autoconf/autoheader generated files.Jeff Law3-108/+110
From-SVN: r17837
1998-02-07* Makefile.in: Add `info install-info clean-info check dvi' targets.Manfred Hollstein2-0/+6
From-SVN: r17771
1998-02-02configure.in: Update F2C_INTEGER and F2C_LONGINT tests for the new placement ↵Richard Henderson3-4/+9
in the hierarchy. * configure.in: Update F2C_INTEGER and F2C_LONGINT tests for the new placement in the hierarchy. From-SVN: r17597
1998-01-31* Previous contents of gcc/f/runtime moved into toplevelJeff Law246-0/+23836
"libf2c" directory. From-SVN: r17568