aboutsummaryrefslogtreecommitdiff
path: root/libf2c
AgeCommit message (Collapse)Author
1999-02-14bump libI77's version.cCraig Burley
From-SVN: r25202
1998-11-23open.c (_XOPEN_SOURCE): Define.Dave Love
� * libI77/open.c (_XOPEN_SOURCE): Define. From-SVN: r23784
1998-10-01Makefile.in (install): Add missing "else true;".Kamil Iskra
� * Makefile.in (install): Add missing "else true;". From-SVN: r22732
1998-09-30open.c: Back out part of last Netlib update affecting scratch files which ↵Dave Love
clashed with... 1998-09-28 Dave Love <d.love@dl.ac.uk> * libI77/open.c: Back out part of last Netlib update affecting scratch files which clashed with the g77 variations and broke implicit endfile on rewind. From-SVN: r22661
1998-09-21Version.c: Update.Dave Love
1998-09-21 Dave Love <d.love@dl.ac.uk> * libI77/Version.c: Update. From-SVN: r22523
1998-09-21Update.Dave Love
From-SVN: r22522
1998-09-20Fix last entry.Dave Love
From-SVN: r22497
1998-09-05dfe.c (e_rdfe): Restore resetting of f__init before returning...Craig Burley
8 * libI77/dfe.c (e_rdfe): Restore resetting of f__init before returning, to avoid spurious recursive-I/O diagnostic. From-SVN: r22276
1998-09-05dfe.c (e_rdfe): Restore resetting of f__init before returning...Craig Burley
a * libI77/dfe.c (e_rdfe): Restore resetting of f__init before returning, to avoid spurious recursive-I/O diagnostic. From-SVN: r22275
1998-09-05Really delete it.Jeff Law
From-SVN: r22274
1998-09-01Version.c: Update.Craig Burley
* libF77/Version.c: Update. * libU77/Version.c: Update. * libI77/Version.c: Update. From-SVN: r22150
1998-08-26Makefile.in (FLAGS_TO_PASS): Fix typo.Jeffrey A Law
* Makefile.in (FLAGS_TO_PASS): Fix typo. Fix typo exposed by freebsd testing. From-SVN: r22013
1998-08-11README: Update from Craig.Dave Love
1998-08-11 Dave Love <d.love@dl.ac.uk> * README: Update from Craig. From-SVN: r21669
1998-07-25Makefile.in (s-libe77, [...]): Rely on VPATH, dropping explicit use of ↵Dave Love
$(srcdir) in various places. 1998-07-24 Dave Love <d.love@dl.ac.uk> * Makefile.in (s-libe77, ${srcdir}/configure, g2c.h, Makefile, config.status, rebuilt): Rely on VPATH, dropping explicit use of $(srcdir) in various places. From-SVN: r21377
1998-07-25(s-libe77, ${srcdir}/configure, g2c.h, Makefile,Dave Love
config.status, rebuilt): Rely on VPATH, dropping explicit use of $(srcdir) in various places. From-SVN: r21376
1998-07-19Makefile.in (all): Depend on s-libe77, not e77.Dave Love
1998-07-19 Dave Love <d.love@dl.ac.uk> * Makefile.in (all): Depend on s-libe77, not e77. (.PHONY): Remove e77. From-SVN: r21278
1998-07-19(all): Depend on s-libe77, not e77.Dave Love
(.PHONY): Remove e77. From-SVN: r21277
1998-07-16Updates from craig.Jeff Law
From-SVN: r21232
1998-07-16* libU77/Makefile.in: Missed one config.h.in -> config.hin change.Jeffrey A Law
From-SVN: r21225
1998-07-15g2c.hin: Renamed from g2c.h.in.Jeffrey A Law
* g2c.hin: Renamed from g2c.h.in. * Makefile.in, configure.in: Changed as needed. * configure: Rebuilt. * libU77/config.hin: Renamed from libU77/config.h.in. * Makefile.in, configure.in: Changed as needed. * configure: Rebuilt. From-SVN: r21204
1998-07-16This commit was manufactured by cvs2svn to create branchNo Author
'egcs_1_1_branch'. From-SVN: r21203
1998-07-15Update from Craig, previously missed.Dave Love
From-SVN: r21188
1998-07-14Makefile.in: stamp-lib* -> s-lib*.Jeffrey A Law
* Makefile.in: stamp-lib* -> s-lib*. * libU77/Makefile.in: Likewise. * libF77/Makefile.in: Likewise. * libI77/Makefile.in: Likewise. From-SVN: r21163
1998-07-14Put entry in the right file.Jeff Law
From-SVN: r21153
1998-07-14* Makefile.in (all): Invoke $(MAKE) instead of just make.Gerald Pfeifer
From-SVN: r21151
1998-07-13* libU77/Makefile.in (ALL_CFLAGS): Add -I$(F2C_H_DIR).Jeffrey A Law
From-SVN: r21129
1998-07-13u77-test.f: Double-check ETIME results, just like 0.5.24 does.Craig Burley
Mon Jul 13 13:31:03 1998 Craig Burley <burley@gnu.org> * libU77/u77-test.f: Double-check ETIME results, just like 0.5.24 does. From-SVN: r21106
1998-07-12Regenerate.Dave Love
From-SVN: r21083
1998-07-12Makefile.in: Re-write build procedure mainly to honour dependencies ↵Dave Love
correctly but also allow... 1998-07-10 Dave Love <d.love@dl.ac.uk> * Makefile.in: Re-write build procedure mainly to honour dependencies correctly but also allow making in the build directory by configuring the relevant variables. The lib[FIU]77 subdirs do dependency checking of their objects. Stamp files dictate when to run (new) archive targets in subdirs. Some tidying of variables. Supply full set of standard targets. * configure.in: Move much of testing to new configures in subdirs. Tidy up handling of RANLIB etc. * stamp-h.in, libF77/configure.in, libI77/configure.in, libF77/configure, libI77/configure: New files. * libF77/Makefile.in, libI77/Makefile.in, libU77/Makefile.in: Change in step with libf2c/Makefile.in. From-SVN: r21082
1998-07-09Makefile.in (check): Wrap -lg2c ...Dave Love
* libU77/Makefile.in (check): Wrap -lg2c ... -lm around $(LIBS) in case of static link. From-SVN: r21037
1998-07-09(check): Wrap -lg2c ...Dave Love
(check): Wrap -lg2c ... -lm around $(LIBS) in case of static link. From-SVN: r21036
1998-07-09* libU77/Version.c, libI77/Version.c: Update version info.Dave Love
From-SVN: r21031
1998-07-09Update version info.Dave Love
From-SVN: r21030
1998-07-09Zap spurious entry.Dave Love
From-SVN: r21029
1998-07-09sys_clock_.c: Replace TIMES conditional stuff removed in error by last change.Dave Love
1998-07-09 Dave Love <d.love@dl.ac.uk> * libU77/sys_clock_.c: Replace TIMES conditional stuff removed in error by last change. From-SVN: r21028
1998-07-09Replace TIMES conditional stuff removed inDave Love
error by last change. From-SVN: r21027
1998-07-06Move recent entry into the right file.Jeff Law
From-SVN: r20959
1998-07-06Makefile.in (clean): Don't remove Makefiles, that is done in distclean.Mike Stump
* Makefile.in (clean): Don't remove Makefiles, that is done in distclean. From-SVN: r20956
1998-07-06Fix 1998-07-05 entryDave Love
From-SVN: r20948
1998-07-06(system_clock_): Remove (just f90 intrinsic).Dave Love
From-SVN: r20947
1998-07-06(F2CEXT): Remove sclock.Dave Love
(UOBJ): Add libU77/datetime_.o. From-SVN: r20946
1998-07-06f2cext.c (system_clock_): Remove (just f90 intrinsic).Dave Love
1998-07-05 Dave Love <d.love@dl.ac.uk> * f2cext.c (system_clock_): Remove (just f90 intrinsic). * Makefile.in (F2CEXT): Add datetime, remove sclock. (UOBJ): Add libU77/datetime_.o. * libU77/config.h.in: Add HAVE_GETTIMEOFDAY. * libU77/configure.in: Check for gettimeofday. * libU77/datetime_.c: New file. * libU77/sys_clock_.c: Allow optional args. * libU77/Makefile.in (G77DIR): Fix for current directory structure. (SRCS, OBJS): Add datetime. From-SVN: r20942
1998-07-06[multiple changes]Dave Love
1998-07-06 Dave Love <d.love@dl.ac.uk> * libU77/Makefile.in (lib): Change variable lib to LIBS. 1998-07-06 Robert Lipe <robertl@dgii.com> * libU77/configure.in: Look for -lsocket, add to LIBS if found. * libU77/Makefile.in (lib): Use LIBS from above. From-SVN: r20941
1998-07-06f2cext.c (system_clock_): Remove (just f90 intrinsic).Dave Love
1998-07-05 Dave Love <d.love@dl.ac.uk> * f2cext.c (system_clock_): Remove (just f90 intrinsic). * Makefile.in (F2CEXT): Add datetime, remove sclock. (UOBJ): Add libU77/datetime_.o. * libU77/config.h.in: Add HAVE_GETTIMEOFDAY. * libU77/configure.in: Check for gettimeofday. * libU77/datetime_.c: New file. * libU77/sys_clock_.c: Allow optional args. * libU77/Makefile.in (G77DIR): Fix for current directory structure. (SRCS, OBJS): Add datetime. * libU77/u77-test.f: Call date_and_time. Call system_clock omitting args. From-SVN: r20940
1998-07-06Should have been removed before.Dave Love
From-SVN: r20939
1998-07-01wsfe.c (s_wsfe): Fix setting of f__curunit lost in previous change.Dave Love
1998-06-29 Dave Love <d.love@dl.ac.uk> * libI77/wsfe.c (s_wsfe): Fix setting of f__curunit lost in previous change. * libI77/rsfe.c (s_rsfe): Likewise. From-SVN: r20871
1998-07-01Current Netlib version, previously omitted.Dave Love
From-SVN: r20870
1998-06-27Makefile.in (FLAGS_TO_PASS, [...]): Use $(TARGET_SUBDIR) instead of ↵Jeffrey A Law
hardcoding "libraries". * Makefile.in (FLAGS_TO_PASS, case G2C_H_DIR): Use $(TARGET_SUBDIR) instead of hardcoding "libraries". From-SVN: r20762
1998-06-26Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.Manfred Hollstein
d egcs/ChangeLog: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger. (Makefile): Depend on $(gcc_version_trigger). * configure (gcc_version): Change default initializer to empty string. (gcc_version_trigger): New variable; pass this variable down to subdir configures to enable them checking gcc's version themselves. Emit make macros for both gcc_version vars. (topsrcdir): Initialize reliably. (recursion line): Remove --with-gcc-version=${gcc_version}. egcs/gcc/ChangeLog: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (gcc_version, gcc_version_trigger): New macros. (version): Initialize from $(gcc_version). * configure.in (version): Rename to gcc_version. (gcc_version_trigger): New variable; call AC_SUBST for it and emit it into the generated config.status. * configure: Regenerate. egcs/libf2c/ChangeLog.egcs: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (gcc_version_trigger): Add new macro. (config.status): Add dependency upon $(gcc_version_trigger). * configure.in (gcc_version_trigger): New variable; initialize using value from toplevel configure; add AC_SUBST for it. (gcc_version): Change initialization to use this new variable. * configure: Regenerate. egcs/libio/ChangeLog: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * config.shared (FLAGS_TO_PASS): Add gcc_version_trigger. (Makefile): Add dependency upon $(gcc_version_trigger). From-SVN: r20736
1998-06-26Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.Manfred Hollstein
1 egcs/ChangeLog: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger. (Makefile): Depend on $(gcc_version_trigger). * configure (gcc_version): Change default initializer to empty string. (gcc_version_trigger): New variable; pass this variable down to subdir configures to enable them checking gcc's version themselves. Emit make macros for both gcc_version vars. (topsrcdir): Initialize reliably. (recursion line): Remove --with-gcc-version=${gcc_version}. egcs/gcc/ChangeLog: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (gcc_version, gcc_version_trigger): New macros. (version): Initialize from $(gcc_version). * configure.in (version): Rename to gcc_version. (gcc_version_trigger): New variable; call AC_SUBST for it and emit it into the generated config.status. * configure: Regenerate. egcs/libf2c/ChangeLog.egcs: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (gcc_version_trigger): Add new macro. (config.status): Add dependency upon $(gcc_version_trigger). * configure.in (gcc_version_trigger): New variable; initialize using value from toplevel configure; add AC_SUBST for it. (gcc_version): Change initialization to use this new variable. * configure: Regenerate. egcs/libio/ChangeLog: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * config.shared (FLAGS_TO_PASS): Add gcc_version_trigger. (Makefile): Add dependency upon $(gcc_version_trigger). From-SVN: r20734