aboutsummaryrefslogtreecommitdiff
path: root/libf2c/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1999-04-17better support SMP builds in libf2cCraig Burley1-0/+7
From-SVN: r26521
1999-04-12* libF77/getenv_.c: Include stdlib.h.Mumit Khan1-0/+4
From-SVN: r26385
1999-04-11dtime_.c: Handle all variants of WIN32.Mumit Khan1-0/+3
* libU77/dtime_.c: Handle all variants of WIN32. * libU77/etime_.c: Likewise. From-SVN: r26358
1999-04-11aclocal.m4: New file.Mumit Khan1-0/+9
* libU77/aclocal.m4: New file. * libU77/configure.in (LIBU77_HAVE_STRUCT_TIMEZONE): Add test. * libU77/acconfig.h (HAVE_STRUCT_TIMEZONE): Add macro. * libU77/datetime_c.c (G77_date_and_time_0): Use. * libU77/config.hin: Regenerate. * libU77/configure: Likewise. From-SVN: r26353
1999-03-31configure.in (extra_includes): Don't attempt to calculate the location of ↵Kaveh R. Ghazi1-0/+7
the gcc src or obj directories. * configure.in (extra_includes): Don't attempt to calculate the location of the gcc src or obj directories. Instead rely on precomputed variables, $topsrcdir and $r, to obtain these values. Set -I flags appropriately. From-SVN: r26084
1999-03-27configure: Rebuilt.Dave Love1-0/+10
* configure: Rebuilt. * configure.in: Fix integer size tests: sanity check first; search toplevel include dir (from Rainer Orth); only mess with ac_cpp once; use -DIN_GCC -DHAVE_CONFIG_H. * configure.in: Use `g77_cv_...', not `f77_cv_...'. From-SVN: r26035
1999-03-24configure.in (AC_PREREQ): Update to 2.13.Mumit Khan1-0/+7
� * configure.in (AC_PREREQ): Update to 2.13. (AC_EXEEXT): Call to find possible file extension. (compiler_name): Use. * configure: Regenerate. From-SVN: r25953
1999-03-17Update libg2c to netlib f2c-19990317Craig Burley1-0/+9
From-SVN: r25818
1999-03-05[Nilsson] Add dependenciesCraig Burley1-0/+8
From-SVN: r25611
1999-03-05Warn about invoking non-Y2K-compliant intrinsicsCraig Burley1-0/+14
From-SVN: r25609
1999-03-02Fix IDATE (VXT) intrinsicCraig Burley1-0/+6
From-SVN: r25551
1999-02-20fix LSTAT intrinsic per Krister Walfridsson <cato@df.lth.se>Craig Burley1-0/+6
From-SVN: r25339
1999-02-15delete/change my email addressCraig Burley1-0/+4
From-SVN: r25221
1999-02-14bump lib[IU]77's Version.cCraig Burley1-0/+5
From-SVN: r25204
1999-02-09Makefile.in (distclean): Move Makefile deletion to end of commands.Nathan Sidwell1-0/+5
* Makefile.in (distclean): Move Makefile deletion to end of commands. From-SVN: r25116
1999-02-04fix typo in libf2c/ChangeLogCraig Burley1-1/+1
From-SVN: r25023
1999-01-15datetime_.c (G77_date_and_time_0): Return milliseconds as such, not as ↵Dave Love1-4/+10
microseconds. 1999-01-15 Dave Love <fx@gnu.org> * libU77/datetime_.c (G77_date_and_time_0): Return milliseconds as such, not as microseconds. (scopy): Declare. From-SVN: r24677
1998-11-26configure (skip-this-dir): Add handling for new shell script...Manfred Hollstein1-0/+6
./ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure (skip-this-dir): Add handling for new shell script, which might be created by a sub-directory's configure to indicate, this particular directory is "unwanted". * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise. ./gcc/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (CONFIG_LANGUAGES): New macro taking all languages which can be configured. (LANGUAGES): Use $(CONFIG_LANGUAGES) instead of @all_languages@ (Makefile): Pass actual LANGUAGES through the environment when re-configuring. (cstamp-h): Likewise. (config.status): Likewise. * configure.in (enable_languages): Add new configuration parameter "--enable-languages=lang1,lang2,...". (${srcdir}/*/config-lang.in): Change handling to configure only those directories, that the user might have enabled; default to "all" existing languages. * configure: Regenerate. ./libchill/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libf2c/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libio/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. ./libobjc/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libstdc++/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. From-SVN: r23892
1998-11-23configure.in: Use AC_PREREQ(2.12.1).Kaveh R. Ghazi1-0/+7
* configure.in: Use AC_PREREQ(2.12.1). * libF77/configure.in: Likewise. * libI77/configure.in: Likewise. * libU77/configure.in: Likewise. From-SVN: r23803
1998-10-24configure.in: Touch g2c.h in AC_OUTPUT after multilib disturbance.Dave Love1-0/+5
1998-10-24 Dave Love <d.love@dl.ac.uk> * configure.in: Touch g2c.h in AC_OUTPUT after multilib disturbance. From-SVN: r23271
1998-10-23f2cext.c: Include math.h.Dave Love1-0/+4
1998-10-23 Dave Love <d.love@dl.ac.uk> * f2cext.c: Include math.h. From-SVN: r23251
1998-10-19configure.in: Use AC_CONFIG_AUX_DIR.Dave Love1-0/+6
1998-10-19 Dave Love <d.love@dl.ac.uk> * configure.in: Use AC_CONFIG_AUX_DIR. From-SVN: r23173
1998-10-12open.c (_XOPEN_SOURCE): Define.Dave Love1-0/+4
1998-10-12 Dave Love <fx@gnu.org> * libI77/open.c (_XOPEN_SOURCE): Define. From-SVN: r23015
1998-10-12Makefile.in (.SUFFIXES): Don't use any.Dave Love1-0/+7
1998-10-12 Dave Love <fx@gnu.org> * Makefile.in (.SUFFIXES): Don't use any. (all-unilib): New target, like old all. (all): Use it. (.PHONY): Add all-unilib. From-SVN: r23014
1998-10-12configure.in: Reorder Makefile, g2c.h in AC_OUTPUT.Dave Love1-0/+4
1998-10-12 Dave Love <d.love@dl.ac.uk> * configure.in: Reorder Makefile, g2c.h in AC_OUTPUT. From-SVN: r23005
1998-10-06* Makefile.in: Revert last patch.Jeffrey A Law1-0/+4
From-SVN: r22874
1998-10-04Makefile.in (s-libi77): Depend on i77.H.J. Lu1-0/+6
* Makefile.in (s-libi77): Depend on i77. (s-libf77): Depend on i77. (s-libu77): Depend on u77. From-SVN: r22829
1998-10-04Correct typo in robertl's most recent entry.Robert Lipe1-1/+1
From-SVN: r22822
1998-09-30Makefile.in (f2cext.c): Depend on g2c.h.Dave Love1-0/+4
1998-09-30 Dave Love <d.love@dl.ac.uk> * Makefile.in (f2cext.c): Depend on g2c.h. From-SVN: r22668
1998-09-30Makefile.in (all): Correct dependencies do --disable-multilibs works again.Robert Lipe1-0/+6
* Makefile.in (all): Correct dependencies do --disable-multilibs works again. (distclean): Correct typo. From-SVN: r22662
1998-09-30open.c: Back out part of last Netlib update affecting scratch files which ↵Dave Love1-0/+6
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: r22660
1998-09-27Fix typos.Jeff Law1-2/+2
From-SVN: r22616
1998-09-21Version.c: Update.Dave Love1-0/+4
1998-09-21 Dave Love <d.love@dl.ac.uk> * libI77/Version.c: Update. From-SVN: r22521
1998-09-21Makefile.in (distclean, [...]): Add multilib support.Robert Lipe1-0/+9
* Makefile.in (distclean, clean, uninstall, install, all): Add multilib support. configure.in: Likewise. configure: Regenerate. * libF77/Makefile.in, libU77/Makefile.in, libI77/Makefile.in (clean): Explictly remove stamp in parent's directory. From-SVN: r22519
1998-09-20sfe.c (e_wdfe): Set f__init to avoid spurious recursive i/o error from ↵Dave Love1-0/+5
formatted direct i/o. 1998-09-20 Dave Love <d.love@dl.ac.uk> * libI77/sfe.c (e_wdfe): Set f__init to avoid spurious recursive i/o error from formatted direct i/o. From-SVN: r22496
1998-09-13Makefile.in (install): Add missing "else true;".Kamil Iskra1-0/+4
Thu Sep 10 14:57:25 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl> * Makefile.in (install): Add missing "else true;". From-SVN: r22401
1998-09-09configure.in: Test $srcdir, not $subdir (probable typo).Craig Burley1-0/+5
1998-09-09 Craig Burley <burley@gnu.org> * configure.in: Test $srcdir, not $subdir (probable typo). Clarify commentary, fix a bit of spacing. From-SVN: r22349
1998-09-09ChangeLog.egcs: Deleted.Dave Love1-17/+223
1998-09-07 Dave Love <d.love@dl.ac.uk> * ChangeLog.egcs: Deleted. Entries merged here. From-SVN: r22348
1998-09-07sfe.c, dfe.c: Revert last change.Dave Love1-0/+4
1998-09-07 Dave Love <d.love@dl.ac.uk> * libI77/sfe.c, libI77/dfe.c: Revert last change. From-SVN: r22307
1998-09-061998-09-06 Dave Love <d.love@dl.ac.uk>Dave Love1-0/+8
From Toon to fix spurious recursive i/o errors: * libI77/sfe.c (e_wdfe): Set f__init. * libI77/dfe.c (c_dfe): Check and set f__init. (s_rdfe, s_wdfe): Don't check and set f__init. From-SVN: r22294
1998-09-05sys_clock_.c (G77_system_clock_0): Fix indentation.Craig Burley1-0/+4
Fri Sep 4 18:40:32 1998 Craig Burley <burley@gnu.org> * libU77/sys_clock_.c (G77_system_clock_0): Fix indentation. From-SVN: r22251
1998-09-01Version.c: Update.Craig Burley1-0/+6
Tue Sep 1 10:06:06 1998 Craig Burley <burley@gnu.org> * libF77/Version.c: Update. * libU77/Version.c: Update. * libI77/Version.c: Update. From-SVN: r22155
1998-08-26* Makefile.in (FLAGS_TO_PASS): Fix typo.Jeffrey A Law1-0/+4
From-SVN: r22012
1998-08-11README: Update from Craig.Dave Love1-0/+4
1998-08-11 Dave Love <d.love@dl.ac.uk> * README: Update from Craig. From-SVN: r21672
1998-07-25Makefile.in (s-libe77, [...]): Rely on VPATH, dropping explicit use of ↵Dave Love1-0/+6
$(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: r21379
1998-07-19Makefile.in (all): Depend on s-libe77, not e77.Dave Love1-0/+5
1998-07-19 Dave Love <d.love@dl.ac.uk> * Makefile.in (all): Depend on s-libe77, not e77. (.PHONY): Remove e77. From-SVN: r21280
1998-07-13u77-test.f: Double-check ETIME results, just like 0.5.24 does.Craig Burley1-0/+5
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-12Makefile.in: Re-write build procedure mainly to honour dependencies ↵Dave Love1-0/+18
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 Love1-0/+3
* libU77/Makefile.in (check): Wrap -lg2c ... -lm around $(LIBS) in case of static link. From-SVN: r21037
1998-07-09* libU77/Version.c, libI77/Version.c: Update version info.Dave Love1-0/+2
From-SVN: r21031